feat(waybar): add persistent workspaces

This commit is contained in:
Price Hiller 2022-08-08 18:14:10 -05:00
parent 2b9311bdbf
commit 0e5188741b
2 changed files with 23 additions and 2 deletions

View File

@ -156,6 +156,18 @@
"sway/workspaces": {
"tooltip": false,
"disable-scroll": true,
"all-outputs": true,
"persistent_workspaces": {
"1": [],
"2": [],
"3": [],
"4": [],
"5": [],
"6": [],
"7": [],
"8": [],
"9": []
}
}
}
]

View File

@ -76,6 +76,15 @@
border-radius: 0px;
}
#workspaces button.persistent {
transition: none;
margin: 0px;
color: @sakuraPink;
background: transparent;
border-bottom: 2px solid @sakuraPink;
border-radius: 0px;
}
#workspaces button.focused {
color: @springGreen;
border-bottom: 2px solid @springGreen;
@ -87,8 +96,8 @@
box-shadow: inherit;
text-shadow: inherit;
border-top: 0px;
border-bottom: 2px solid @peachRed;
color: @sakuraPink;
border-bottom: 2px solid @lightBlue;
color: @lightBlue;
border-right: 0px;
border-left: 0px;
border-radius: 0px;