Add sway/window module to waybar

This commit is contained in:
2021-12-27 21:23:35 +03:00
parent 4fc000da8c
commit a51dda2302
2 changed files with 8 additions and 0 deletions

View File

@@ -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

View File

@@ -31,6 +31,10 @@ window#waybar {
color: @primary;
}
#window {
margin-left: 10px;
}
#tray,
#pulseaudio,
#language,