From: Andre Ramnitz Date: Sat, 3 May 2025 01:01:11 +0000 (+0200) Subject: waybar: rename workspaces X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=aa415651aa36714e5515e5cd415b7627ab289233;p=dotfiles.git waybar: rename workspaces --- diff --git a/dot-config/waybar/config.jsonc b/dot-config/waybar/config.jsonc index 2767c7ad..1305f3c0 100644 --- a/dot-config/waybar/config.jsonc +++ b/dot-config/waybar/config.jsonc @@ -40,16 +40,16 @@ "hyprland/workspaces": { "format": "{icon}", "format-icons": { - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8", - "9": "9", - "0": "0" + "1": "", + "2": "", + "3": "", + "4": "", + "5": "", + "6": "", + "7": "", + "8": "", + "9": "", + "0": "" }, "persistent-workspaces": { "*": 6 @@ -61,6 +61,7 @@ "format": "{title}", "rewrite-default": "👉 {title}", "rewrite": { + "^$": "Hyprland", "Mozilla Firefox": "", "(.*) – Mozilla Firefox": " | $1", "(.*) - qutebrowser": " | $1", @@ -186,7 +187,8 @@ }, "tray": { "icon-size": 18, - "spacing": 6 + "spacing": 6, + "show-passive-items": false }, "cpu": { //"format": "{usage:2}% ",