diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-13 02:07:26 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-13 02:07:26 +0200 |
commit | 5eed72797eaf9ec0d0e43b24add8b266b1999b08 (patch) | |
tree | 4d0ae5511bf8fa81d16de12813d84e312675b602 | |
parent | 19a1adb6bb6fb8575080f2bd875410fefc9e1b95 (diff) |
[waybar] removed custom workspaces format
-rw-r--r-- | config/hyprland/waybar/config.jsonc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/config/hyprland/waybar/config.jsonc b/config/hyprland/waybar/config.jsonc index 86938db..2ab4837 100644 --- a/config/hyprland/waybar/config.jsonc +++ b/config/hyprland/waybar/config.jsonc @@ -3,20 +3,6 @@ "modules-left": ["battery", "hyprland/workspaces", "mpd"], "modules-center": ["clock"], "modules-right": ["custom/wireguard", "network", "pulseaudio", "temperature", "cpu", "custom/memory", "tray"], - "hyprland/workspaces": { - "format": "{icon}", - "format-icons": { - "1": "I", - "2": "II", - "3": "III", - "4": "IV", - "5": "V", - "6": "VI", - "7": "VII", - "8": "VIII", - "9": "IX", - }, - }, "mpd": { "tooltip": false, "format": "{artist} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S})", |