diff --git a/waybar/config b/waybar/config deleted file mode 100644 index 9cce646..0000000 --- a/waybar/config +++ /dev/null @@ -1,16 +0,0 @@ -{ - "layer": "top", - "modules-left": ["hyprland/workspaces"], - "modules-center": ["hyprland/window"], - "modules-right": ["battery", "clock"], - "hyprland/window": { - "max-length": 50 - }, - "battery": { - "format": "{capacity}% {icon}", - "format-icons": ["", "", "", "", ""] - }, - "clock": { - "format-alt": "{:%a, %d. %b %H:%M}" - } -}