diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc deleted file mode 100644 index e8fca53..0000000 --- a/.config/waybar/config.jsonc +++ /dev/null @@ -1,32 +0,0 @@ -{ - "layer": "top", - "position": "right", - "height": "100%", - "width": 30, - "margin-right": 10, - "margin-top": 10, - "margin-bottom": 10, - - "modules-left": [ - "sway/workspaces" - ], - - "modules-right": [ - "clock" - ], - - "sway/workspaces": { - "disable-scroll": true, - "persisten_workspace": { - "1": [], - "2": [], - "3": [] - } - }, - - "clock": { - "timezone": "Europe/Amsterdam", - "format": "{:%H\n%M\n%S}", - "interval": 1 - } -}