diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-06-03 16:07:56 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-06-03 16:07:56 +0200 |
commit | e2891141b6c774580c32b8bb094f72846f7c3eca (patch) | |
tree | c7e6feeb465e9b54ba1cfeb3011a1dacf1f75b27 /config/wayland/waybar/config.jsonc | |
parent | 82d07da3add2393c53d20e41e8aba383f058858f (diff) |
fix: restore dwm theme for waybar
Diffstat (limited to 'config/wayland/waybar/config.jsonc')
-rw-r--r--[l---------] | config/wayland/waybar/config.jsonc | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/config/wayland/waybar/config.jsonc b/config/wayland/waybar/config.jsonc index 24065d3..aa93297 120000..100644 --- a/config/wayland/waybar/config.jsonc +++ b/config/wayland/waybar/config.jsonc @@ -1 +1,16 @@ -hyprland.jsonc
\ No newline at end of file +{ + "modules-left": ["hyprland/workspaces", "custom/layout", "hyprland/window"], + "modules-right": ["custom/status"], + "hyprland/window": { + "format": " {} " + }, + "custom/layout": { + "format": " []= ", + "interval": "once", + }, + "custom/status": { + "exec": "~/.config/waybar/status.sh", + "format": " {} ", + "interval": 1 + } +} |