Fixed build issues by including guard rails; Merged configs
This commit is contained in:
6
home/desktop/waybar/configs/mako.sh
Normal file
6
home/desktop/waybar/configs/mako.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
if makoctl mode | grep -q do-not-disturb; then
|
||||
echo '{"text":"","class":"disabled"}'
|
||||
else
|
||||
echo '{"text":"","class":"enabled"}'
|
||||
fi
|
||||
Reference in New Issue
Block a user