forked from Shinonome/dots-hyprland
8 lines
127 B
Bash
Executable File
8 lines
127 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
if [[ "$(pidof waybar)" == "" ]]; then
|
|
eww update tray_is_open=false
|
|
else
|
|
eww update tray_is_open=true
|
|
fi
|