diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-04-10 22:48:57 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-04-10 22:48:57 +0200 |
| commit | 849fc6582013a58eb14783ea8aeb6009bd7dbc25 (patch) | |
| tree | e604316071f230e03531d27cf5ab00388c199253 /config/waybar/config.jsonc | |
| parent | 358ea1e2a08b5c887a2f46562326ac2ea9ac6c24 (diff) | |
Notch friendly waybar config
Diffstat (limited to 'config/waybar/config.jsonc')
| -rw-r--r-- | config/waybar/config.jsonc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/waybar/config.jsonc b/config/waybar/config.jsonc index cb1b8b9..8ae7c95 100644 --- a/config/waybar/config.jsonc +++ b/config/waybar/config.jsonc @@ -1,11 +1,12 @@ { + "height": 32, "position": "top", "modules-left": [ "niri/workspaces", - "mpd" + "mpd", + "niri/window" ], "modules-center": [ - "niri/window" ], "modules-right": [ "idle_inhibitor", |