Set GTK theme
This commit is contained in:
parent
2eb442d244
commit
a79cd06917
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue