Files
nixos-config/home/common/programs/hyprland/scripts/toggle-bar
T
Miguel Palhas cf47ffea96 hypr scripts
2024-10-06 17:07:58 +01:00

8 lines
91 B
Bash
Executable File

#!/bin/bash
if eww active-windows | grep bar; then
eww close bar
else
eww open bar
fi