forked from Shinonome/dots-hyprland
stuff
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
if [[ "$(pidof waybar)" == "" ]]; then
|
||||
eww update tray_is_open=false
|
||||
else
|
||||
eww update tray_is_open=true
|
||||
fi
|
||||
Reference in New Issue
Block a user