Update dunst module to include more buttons and history count
- Change filesystem module interval to 10 minutes - Add more modules for dunst - Change power menu module icon - Change some media module components from scripts to text
This commit is contained in:
8
polybar/scripts/dunst-status.sh
Executable file
8
polybar/scripts/dunst-status.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
isPaused=$(dunstctl is-paused)
|
||||
|
||||
if [[ "$isPaused" == "true" ]]; then
|
||||
echo ""
|
||||
else
|
||||
echo ""
|
||||
fi
|
Reference in New Issue
Block a user