mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
darkman: fix xconf-query?
This commit is contained in:
parent
4bf4a73335
commit
8397ffdb8b
@ -8,7 +8,7 @@
|
||||
(dbus-send --session --dest=org.kde.GtkConfig --type=method_call /GtkConfig org.kde.GtkConfig.setGtkTheme "string:Adwaita-dark" &)
|
||||
|
||||
# Xfce theme?
|
||||
(exec xfconf-query -c xsettings -p /Net/ThemeName -s 'Adwaita-dark' &)
|
||||
(xfconf-query --channel xsettings --create --type string --property /Net/ThemeName --set Adwaita-dark &)
|
||||
|
||||
# Plasma
|
||||
(lookandfeeltool --apply "org.kde.breezedark.desktop" &)
|
||||
|
@ -8,7 +8,7 @@
|
||||
(dbus-send --session --dest=org.kde.GtkConfig --type=method_call /GtkConfig org.kde.GtkConfig.setGtkTheme "string:Breeze" &)
|
||||
|
||||
# Xfce theme?
|
||||
(exec xfconf-query -c xsettings -p /Net/ThemeName -s 'Breeze' &)
|
||||
(xfconf-query --channel xsettings --create --type string --property /Net/ThemeName --set Breeze &)
|
||||
|
||||
# Plasma
|
||||
(lookandfeeltool --apply "org.kde.breeze.desktop" &)
|
||||
|
Loading…
Reference in New Issue
Block a user