mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
darkman: specify platform offscreen for KDE
This commit is contained in:
parent
f289f9cc7a
commit
6e6af927d2
@ -13,7 +13,7 @@ dbus-send --session --dest=org.kde.GtkConfig --type=method_call /GtkConfig org.k
|
||||
xfconf-query --channel xsettings --create --type string --property /Net/ThemeName --set Adwaita-dark
|
||||
|
||||
# Plasma
|
||||
lookandfeeltool --apply "org.kde.breezedark.desktop"
|
||||
lookandfeeltool --platform offscreen --apply "org.kde.breezedark.desktop"
|
||||
|
||||
# Kvantum Qt
|
||||
#kvantummanager --set KvGnomeDark --noAssign-All
|
||||
|
@ -3,5 +3,5 @@
|
||||
. ~/.local/share/dark-mode.d/00-do-not-repeat-yourself.bash
|
||||
|
||||
if [[ "$DISTROID" == "Kali" ]]; then
|
||||
lookandfeeltool --apply "Kali-Purple-Dark"
|
||||
lookandfeeltool --platform offscreen --apply "Kali-Purple-Dark"
|
||||
fi
|
||||
|
@ -13,7 +13,7 @@ dbus-send --session --dest=org.kde.GtkConfig --type=method_call /GtkConfig org.k
|
||||
xfconf-query --channel xsettings --create --type string --property /Net/ThemeName --set Breeze
|
||||
|
||||
# Plasma
|
||||
lookandfeeltool --apply "org.kde.breeze.desktop"
|
||||
lookandfeeltool --platform offscreen --apply "org.kde.breeze.desktop"
|
||||
|
||||
# Kvantum Qt
|
||||
#sleep 3 && kvantummanager --set KvGnome --noAssign-All
|
||||
|
@ -3,7 +3,7 @@
|
||||
. ~/.local/share/dark-mode.d/00-do-not-repeat-yourself.bash
|
||||
|
||||
if [[ "$DISTROID" == "Kali" ]]; then
|
||||
lookandfeeltool --apply "Kali-Purple-Light"
|
||||
lookandfeeltool --platform offscreen --apply "Kali-Purple-Light"
|
||||
elif [[ "$DISTROID" == "Fedora" ]]; then
|
||||
lookandfeeltool --apply "org.fedoraproject.fedora.desktop"
|
||||
lookandfeeltool --platform offscreen --apply "org.fedoraproject.fedora.desktop"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user