-
Hello, I am trying to create a top bar positioned at the very top of my screen but I get stuck on how to configure its position. What I am trying to achieve:
I tried to make the bar exclusive by setting exclusive to true in my config and set the anchor to I wonder how can I configure the bar so that it is positioned at the top and it can be marked as exclusive? Currently it seems to be an either-or situation: either the bar is at the top but exclusive is not working, or the bar is at the center and preventing any other window to be launched (as it is marked as exclusive, I can't launch new windows that overlap with it). Window Manager: Hyprland eww.yuck:
I am very new to this field and any suggestion is welcome. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The
|
Beta Was this translation helpful? Give feedback.
The
exclusive
andfocusable
need to be outside of thegeometry
node.According to this issue your anchor is also invalid, you should use
top center
.For some reason there is also a colon missing before
geometry
.Here's the fixed config: