Compare commits

...

2 Commits

6 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -138,7 +138,7 @@ fi
if hash lsb_release 2> /dev/null; then
(
export LC_ALL="en_DK.UTF-8"
hostname --all-fqdns
hostname --all-fqdns &
hostname --all-ip-addresses
printf "\n"
printf "$(uptime --pretty)\t$(uptime)\n"

View File

@ -31,7 +31,7 @@ fi
if hash lsb_release 2> /dev/null; then
(
export LC_ALL="en_DK.UTF-8"
hostname --all-fqdns
hostname --all-fqdns &
hostname --all-ip-addresses
printf "\n"
printf "$(uptime --pretty)\t$(uptime)\n"