feat(waybar): add persistent workspaces
This commit is contained in:
parent
2b9311bdbf
commit
0e5188741b
@ -156,6 +156,18 @@
|
|||||||
"sway/workspaces": {
|
"sway/workspaces": {
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
"disable-scroll": true,
|
"disable-scroll": true,
|
||||||
|
"all-outputs": true,
|
||||||
|
"persistent_workspaces": {
|
||||||
|
"1": [],
|
||||||
|
"2": [],
|
||||||
|
"3": [],
|
||||||
|
"4": [],
|
||||||
|
"5": [],
|
||||||
|
"6": [],
|
||||||
|
"7": [],
|
||||||
|
"8": [],
|
||||||
|
"9": []
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -76,6 +76,15 @@
|
|||||||
border-radius: 0px;
|
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 {
|
#workspaces button.focused {
|
||||||
color: @springGreen;
|
color: @springGreen;
|
||||||
border-bottom: 2px solid @springGreen;
|
border-bottom: 2px solid @springGreen;
|
||||||
@ -87,8 +96,8 @@
|
|||||||
box-shadow: inherit;
|
box-shadow: inherit;
|
||||||
text-shadow: inherit;
|
text-shadow: inherit;
|
||||||
border-top: 0px;
|
border-top: 0px;
|
||||||
border-bottom: 2px solid @peachRed;
|
border-bottom: 2px solid @lightBlue;
|
||||||
color: @sakuraPink;
|
color: @lightBlue;
|
||||||
border-right: 0px;
|
border-right: 0px;
|
||||||
border-left: 0px;
|
border-left: 0px;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
|
Loading…
Reference in New Issue
Block a user