Set GTK theme

This commit is contained in:
Przemek Grondek 2023-04-29 15:37:45 +02:00
parent 2eb442d244
commit a79cd06917

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash
GTK_THEME='Yaru-blue-dark'
if [[ "$DESKTOP_SESSION" = "dwm" || "$DESKTOP_SESSION" == "dwm-gnome" ]]; then
export _JAVA_AWT_WM_NONREPARENTING=1
export AWT_TOOLKIT=MToolkit