Plasma: set up breeze-dark as the gtk2 theme
This commit is contained in:
parent
69ad531978
commit
3dc9a6bb63
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@ let
|
||||||
# which is weird cause applying the theme to gtk1 but not 2 is dumb. I'll write it to
|
# which is weird cause applying the theme to gtk1 but not 2 is dumb. I'll write it to
|
||||||
# both files just in case :3
|
# both files just in case :3
|
||||||
gtk1and2settings = ''
|
gtk1and2settings = ''
|
||||||
include "/run/current-system/sw/share/themes/${themeName}/gtk-2.0/gtkrc"
|
include "/run/current-system/sw/share/themes/${themeName}-Dark/gtk-2.0/gtkrc"
|
||||||
gtk-theme-name="${themeName}"
|
gtk-theme-name="${themeName}-Dark"
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue