More visibility
This commit is contained in:
parent
681ec430b9
commit
97e1a4d4c3
@ -14,7 +14,7 @@
|
||||
"persistent-workspaces": {
|
||||
"eDP-1": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ],
|
||||
"DP-1": [ 1, 2, 3, 4, 5, 6, 7 ],
|
||||
"DP-2": [ 8, 9, 10 ]
|
||||
"DP-2": [ 8, 9, 10, 11 ]
|
||||
}
|
||||
},
|
||||
"hyprland/window": {
|
||||
|
@ -48,12 +48,12 @@ window#waybar {
|
||||
background-color: #504945;
|
||||
}
|
||||
#workspaces button.focused {
|
||||
color: #282828;
|
||||
color: rgba(40, 40, 40, 0.8);
|
||||
background: #504945;
|
||||
font-weight: bold;
|
||||
}
|
||||
#workspaces button.visible {
|
||||
color: #282828;
|
||||
color: rgba(40, 40, 40, 0.8);
|
||||
background: #83a598;
|
||||
font-weight: bold;
|
||||
}
|
||||
@ -63,7 +63,7 @@ window#waybar {
|
||||
}
|
||||
#mode {
|
||||
background: #fb4934;
|
||||
color: #ebdbb2;
|
||||
color: rgba(235, 219, 178, 0.8);
|
||||
padding: 0 1em;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user