diff --git a/.config/waybar/config b/.config/waybar/config index e296dd0..0e86dde 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -4,14 +4,11 @@ "height": 35, "modules-left": [ - "hyprland/submap", "sway/mode", - "hyprland/workspaces", "sway/workspaces", ], "modules-center" : [ - "hyprland/window", "sway/window", ], @@ -35,20 +32,6 @@ "max-length": 50, }, - "hyprland/submap": { - "format": " {}", - }, - "hyprland/workspaces": { - "format": "{id}", - }, - "hyprland/window": { - "format": "{}", - "rewrite": { - "(.*) — Mozilla Firefox": "🌎 $1", - }, - "separate-outputs": true, - }, - "tray": { "icon-size": 22, "spacing": 5,