5 lines
101 B
Bash
5 lines
101 B
Bash
#!/bin/sh
|
|
|
|
# Use GTK2 theme for Qt5 for a consistent look and feel
|
|
export QT_QPA_PLATFORMTHEME=gtk2
|
|
|