From b041668e0051d6f17e0dd4886e36fa5d55f8eb34 Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 29 Nov 2023 21:35:23 +0200 Subject: Switch bottom to top for opening eww status --- hotspots | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hotspots b/hotspots index 2fdf916..76ae5e8 100755 --- a/hotspots +++ b/hotspots @@ -35,7 +35,7 @@ TR=("$SIZE" "$SIZE") function onEnter { ZONE=$1 case "$1" in - #'B') eww open status &>/dev/null ;; + 'T') eww open status &>/dev/null ;; #'L') eww open panel &>/dev/null ;; 'R') eww open bar &>/dev/null ;; #'BL') launch-rofi ;; @@ -46,7 +46,7 @@ function onEnter { function onExit { ZONE='' case "$1" in - #'B') eww close status &>/dev/null ;; + 'T') eww close status &>/dev/null ;; #'L') eww close panel &>/dev/null ;; 'R') eww close bar &>/dev/null ;; #'TR') cycleDesktops ;; -- cgit v1.2.3