From 9928d64cd712a25634481e81d67d2537ccdaf4df Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Wed, 18 Oct 2023 20:09:35 +0200 Subject: refactored waybar folder layout --- config/wayland/waybar/configs/dwm.jsonc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config/wayland/waybar/configs/dwm.jsonc (limited to 'config/wayland/waybar/configs/dwm.jsonc') 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 + } +} -- cgit v1.2.3