summaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/bar.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/bar.tsx b/src/modules/bar.tsx
index 24353bd..05d7e9f 100644
--- a/src/modules/bar.tsx
+++ b/src/modules/bar.tsx
@@ -437,10 +437,10 @@ export default ({ monitor }: { monitor: Monitor }) => (
<window
namespace="caelestia-bar"
monitor={monitor.id}
- anchor={Astal.WindowAnchor.TOP}
+ anchor={Astal.WindowAnchor.TOP | Astal.WindowAnchor.LEFT | Astal.WindowAnchor.RIGHT}
exclusivity={Astal.Exclusivity.EXCLUSIVE}
>
- <centerbox className="bar" css={"min-width: " + monitor.width * 0.8 + "px;"}>
+ <centerbox className="bar">
<box>
<OSIcon />
<ActiveWindow />