mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-19 07:19:59 -05:00
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
|