mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
darkman: don't repeat the theme either
This commit is contained in:
parent
83f7b5b447
commit
ca876caea0
@ -11,3 +11,5 @@ export DISTROREL=$(lsb_release -sr)
|
||||
export DARKMANGET=$(darkman get)
|
||||
|
||||
printf "Distribution: $DISTROID\nRelease: $DISTROREL\nMode: $DARKMANGET\n"
|
||||
|
||||
(notify-send --app-name="darkman" --urgency=low --icon=darkman "Teema: $DARKMANGET" &)
|
||||
|
@ -2,9 +2,6 @@
|
||||
|
||||
# This is all adapted from /usr/share/doc/darkman/examples/dark-mode.d/
|
||||
|
||||
# Notify of light theme switch
|
||||
(notify-send --app-name="darkman" --urgency=low --icon=moon-phase-full "Moonlights" &)
|
||||
|
||||
# GTK Theme
|
||||
(gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' &)
|
||||
(gsettings set org.gnome.desktop.interface gtk-theme Adwaita-dark &)
|
||||
|
@ -2,9 +2,6 @@
|
||||
|
||||
# This is all adapted from /usr/share/doc/darkman/examples/light-mode.d/
|
||||
|
||||
# Notify of light theme switch
|
||||
(notify-send --app-name="darkman" --urgency=low --icon=weather-clear "Let there be light" &)
|
||||
|
||||
# GTK Theme
|
||||
(gsettings set org.gnome.desktop.interface color-scheme 'prefer-light' &)
|
||||
(gsettings set org.gnome.desktop.interface gtk-theme Breeze &)
|
||||
|
Loading…
Reference in New Issue
Block a user