waybar
This commit is contained in:
parent
dcd8487986
commit
35acad2b55
2 changed files with 6 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
|||
],
|
||||
|
||||
"hyprland/workspaces": {
|
||||
"all-outputs": false,
|
||||
"all-outputs": true,
|
||||
"disable-scroll": true,
|
||||
"format": "{name}",
|
||||
"persistent_workspaces": {
|
||||
|
|
|
@ -23,9 +23,12 @@ window#waybar {
|
|||
#workspaces button {
|
||||
padding: 0 2px;
|
||||
color: #fdf6e3;
|
||||
border-bottom: 2px solid transparent;
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
color: #268bd2;
|
||||
color: #268bd2;
|
||||
border-bottom: 2px splid #194198;
|
||||
}
|
||||
#workspaces button:hover {
|
||||
box-shadow: inherit;
|
||||
|
@ -34,7 +37,7 @@ window#waybar {
|
|||
#workspaces button:hover {
|
||||
background: #1a1a1a;
|
||||
border: #1a1a1a;
|
||||
padding: 0 3px;
|
||||
padding: 0 2px;
|
||||
}
|
||||
|
||||
#pulseaudio {
|
||||
|
|
Loading…
Reference in a new issue