diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-24 10:56:29 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-24 10:56:29 +0100 |
commit | 70959f9a31680ed1cfe684e9c5a33098334f2e4d (patch) | |
tree | 4580eefebd83b00ff413ee28e5b8b11c14ba5ff2 /config/wayland/waybar/configs/dwm.jsonc | |
parent | ab64fdcb9fbe30a20bfd129f1d27c19a246125cb (diff) |
keep only hyprland config
Diffstat (limited to 'config/wayland/waybar/configs/dwm.jsonc')
-rw-r--r-- | config/wayland/waybar/configs/dwm.jsonc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/config/wayland/waybar/configs/dwm.jsonc b/config/wayland/waybar/configs/dwm.jsonc deleted file mode 100644 index 211f776..0000000 --- a/config/wayland/waybar/configs/dwm.jsonc +++ /dev/null @@ -1,16 +0,0 @@ -{ - "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 - } -} |