feat: darkman for auto darkmode
This commit is contained in:
parent
970692b7a0
commit
8a4282df81
9 changed files with 94 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# trigger a small, passive popup dialog to inform the user about darkman's activity
|
||||
# reference https://wiki.archlinux.org/title/Desktop_notifications#Usage_in_programming
|
||||
|
||||
notify-send --app-name="darkman" --urgency=low --icon=weather-clear-night "switching to dark mode"
|
Loading…
Add table
Add a link
Reference in a new issue