mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 20:59:23 +01:00
Compare commits
2 Commits
e5bd31559b
...
6e6af927d2
Author | SHA1 | Date | |
---|---|---|---|
6e6af927d2 | |||
f289f9cc7a |
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user