Files
nix/home/common/programs/hyprland/scripts/toggle-bar
T
Miguel Palhas efec1132e2 avizo
2024-10-06 17:12:39 +01:00

8 lines
98 B
Bash
Executable File

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