From 1d4479a1e638513e04b850ac935c94868ed8418d Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Wed, 18 Oct 2023 19:59:00 +0200 Subject: new dwm like status for waybar --- config/wayland/waybar/dwm.jsonc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config/wayland/waybar/dwm.jsonc (limited to 'config/wayland/waybar/dwm.jsonc') diff --git a/config/wayland/waybar/dwm.jsonc b/config/wayland/waybar/dwm.jsonc new file mode 100644 index 0000000..3e68245 --- /dev/null +++ b/config/wayland/waybar/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": "/home/aluc/.config/waybar/status.sh", + "format": " {} ", + "interval": 1 + } +} -- cgit v1.2.3-70-g09d2