diff --git a/config/waybar/config b/config/waybar/config index 9dbb55f..34d38f4 100644 --- a/config/waybar/config +++ b/config/waybar/config @@ -2,6 +2,7 @@ "position": "top", "modules-left": [ "sway/workspaces", + "sway/window", "sway/mode" ], "modules-right": [ @@ -16,6 +17,9 @@ "all-output": true, "format": "{index}" }, + "sway/window": { + "max-length": 30 + }, "sway/mode": { "format": "--{}--", "tooltip": false diff --git a/config/waybar/style.css b/config/waybar/style.css index f1c8371..2ab5c38 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -31,6 +31,10 @@ window#waybar { color: @primary; } +#window { + margin-left: 10px; +} + #tray, #pulseaudio, #language,