summaryrefslogtreecommitdiff
path: root/config/wayland/waybar/dwm.jsonc
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-10-18 19:59:00 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-10-18 20:05:22 +0200
commit1d4479a1e638513e04b850ac935c94868ed8418d (patch)
treee17ba9137bc4368786d89e9308e880334ff43823 /config/wayland/waybar/dwm.jsonc
parent72340276d77c0f2126bdd0f2971ed5858edb6ad0 (diff)
new dwm like status for waybar
Diffstat (limited to 'config/wayland/waybar/dwm.jsonc')
-rw-r--r--config/wayland/waybar/dwm.jsonc16
1 files changed, 16 insertions, 0 deletions
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
+ }
+}