Files
illogical-impulse/early/.config/eww/scripts/update-tray.sh
T
2024-02-22 15:35:06 +07:00

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