diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-18 20:09:35 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-18 20:09:35 +0200 |
commit | 9928d64cd712a25634481e81d67d2537ccdaf4df (patch) | |
tree | 6b03dc90d62f406e690c27c7cc8894efde830d2c /config/wayland/waybar/configs/dwm.jsonc | |
parent | 1d4479a1e638513e04b850ac935c94868ed8418d (diff) |
refactored waybar folder layout
Diffstat (limited to 'config/wayland/waybar/configs/dwm.jsonc')
-rw-r--r-- | config/wayland/waybar/configs/dwm.jsonc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config/wayland/waybar/configs/dwm.jsonc b/config/wayland/waybar/configs/dwm.jsonc new file mode 100644 index 0000000..211f776 --- /dev/null +++ b/config/wayland/waybar/configs/dwm.jsonc @@ -0,0 +1,16 @@ +{ + "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/scripts/status.sh", + "format": " {} ", + "interval": 1 + } +} |