darkman: don't repeat the theme either

This commit is contained in:
Aminda Suomalainen 2024-07-20 08:24:40 +03:00
parent 83f7b5b447
commit ca876caea0
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
3 changed files with 2 additions and 6 deletions

View File

@ -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" &)

View File

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

View File

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