diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-02-23 21:27:38 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-02-23 21:27:38 +0000 |
commit | ddc85fd0a2d76d22a209207ba3e9c2434d2fa0e7 (patch) | |
tree | 1ea0c7f5df1ac4e0c90e5f8115a25e6f1691997a /.config/eww | |
parent | 07073fe3c6c283c5cf83eac0c16898cc48417ca6 (diff) |
Moved Eww bar from bottom layer to top
Diffstat (limited to '.config/eww')
-rw-r--r-- | .config/eww/eww.yuck | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/eww/eww.yuck b/.config/eww/eww.yuck index 6867096..121b888 100644 --- a/.config/eww/eww.yuck +++ b/.config/eww/eww.yuck @@ -185,7 +185,7 @@ :width "100%" :height "20px" :anchor "top center") - :stacking "bt" + :stacking "fg" :exclusive true :focusable false (bar0)) @@ -198,7 +198,7 @@ :width "100%" :height "20px" :anchor "top center") - :stacking "bt" + :stacking "fg" :exclusive true :focusable false (bar1)) |