From 9320df5cf265765ed16711f9f84a4fc13ae3b60b Mon Sep 17 00:00:00 2001 From: antistereov Date: Thu, 19 Feb 2026 03:03:19 +0100 Subject: [PATCH] feat(waybar): udpate --- waybar/config | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 waybar/config 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}" - } -}