mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-16 13:30:57 +01:00
darkman: show icons also for the theme change
This commit is contained in:
parent
ca876caea0
commit
3ca884e828
@ -12,4 +12,10 @@ export DARKMANGET=$(darkman get)
|
|||||||
|
|
||||||
printf "Distribution: $DISTROID\nRelease: $DISTROREL\nMode: $DARKMANGET\n"
|
printf "Distribution: $DISTROID\nRelease: $DISTROREL\nMode: $DARKMANGET\n"
|
||||||
|
|
||||||
(notify-send --app-name="darkman" --urgency=low --icon=darkman "Teema: $DARKMANGET" &)
|
if [[ "$DARKMANGET" == "dark" ]]; then
|
||||||
|
(notify-send --app-name="darkman" --urgency=low --icon=weather-clear-night "Teema: $DARKMANGET" &)
|
||||||
|
elif [[ "$DARKMANGET" == "light" ]]; then
|
||||||
|
(notify-send --app-name="darkman" --urgency=low --icon=weather-clear "Teema: $DARKMANGET" &)
|
||||||
|
else
|
||||||
|
echo "darkman: Something went wrong?"
|
||||||
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user