diff options
Diffstat (limited to 'dotfiles/hyprland/.local/bin/waybar-layout')
| -rwxr-xr-x | dotfiles/hyprland/.local/bin/waybar-layout | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dotfiles/hyprland/.local/bin/waybar-layout b/dotfiles/hyprland/.local/bin/waybar-layout index 62470aa..1750eff 100755 --- a/dotfiles/hyprland/.local/bin/waybar-layout +++ b/dotfiles/hyprland/.local/bin/waybar-layout @@ -1,7 +1,7 @@ #!/bin/sh # Hyprland layout indicator for waybar # Shows current layout with nerd font icons -# Layouts: master -> tab group (monocle) -> scrolling -> floating +# Layouts: master -> scrolling -> floating # Check if hyprctl is reachable if ! hyprctl version >/dev/null 2>&1; then @@ -22,9 +22,6 @@ if [ "$LAYOUT" = "master" ] && echo "$WSRULES" | grep -q "allfloat"; then elif [ "$LAYOUT" = "scrolling" ]; then ICON="" TOOLTIP="Scrolling" -elif [ "$LAYOUT" = "hy3" ]; then - ICON="" - TOOLTIP="Tab Group (Monocle)" elif [ "$LAYOUT" = "master" ]; then ICON="" TOOLTIP="Master" |
