mirror of
https://github.com/Fluffy-Bean/dots.git
synced 2025-05-19 09:54:58 +00:00
do not disturb and minor fixes
This commit is contained in:
parent
1a384d0cd5
commit
a4a0fed7d1
7 changed files with 38 additions and 10 deletions
10
polybar/scripts/dnd.sh
Normal file
10
polybar/scripts/dnd.sh
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
value=$(gsettings get org.gnome.desktop.notifications show-banners)
|
||||
|
||||
if [ $value == "true" ]; then
|
||||
#echo "%{F#666} " # Icon toggle
|
||||
echo "" # Icon only when do not distrub is on
|
||||
elif [ $value == "false" ]; then
|
||||
echo " "
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue