diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-24 13:34:44 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-24 13:34:44 +0100 |
commit | 371d31749bde435783bf44fd032edcbae577146f (patch) | |
tree | 216a80d15c184919af7410ee6c6155e976f2075d /config/wayland/waybar/configs/dwm.jsonc | |
parent | 0a84c3d984349e96ddd8077cf2bdd9e08ccb4300 (diff) | |
parent | 78d0fc01dfea453d1c23649f6353bd4ee5a8f2a1 (diff) |
Merge branch 'main' of debuc.com:dotfiles
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 - } -} |