feat(waybar): add persistent workspaces
This commit is contained in:
parent
2b9311bdbf
commit
0e5188741b
@ -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": []
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user