More visibility

This commit is contained in:
Salt 2024-08-29 22:34:58 -05:00
parent 681ec430b9
commit 97e1a4d4c3
2 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@
"persistent-workspaces": { "persistent-workspaces": {
"eDP-1": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ], "eDP-1": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ],
"DP-1": [ 1, 2, 3, 4, 5, 6, 7 ], "DP-1": [ 1, 2, 3, 4, 5, 6, 7 ],
"DP-2": [ 8, 9, 10 ] "DP-2": [ 8, 9, 10, 11 ]
} }
}, },
"hyprland/window": { "hyprland/window": {

View File

@ -48,12 +48,12 @@ window#waybar {
background-color: #504945; background-color: #504945;
} }
#workspaces button.focused { #workspaces button.focused {
color: #282828; color: rgba(40, 40, 40, 0.8);
background: #504945; background: #504945;
font-weight: bold; font-weight: bold;
} }
#workspaces button.visible { #workspaces button.visible {
color: #282828; color: rgba(40, 40, 40, 0.8);
background: #83a598; background: #83a598;
font-weight: bold; font-weight: bold;
} }
@ -63,7 +63,7 @@ window#waybar {
} }
#mode { #mode {
background: #fb4934; background: #fb4934;
color: #ebdbb2; color: rgba(235, 219, 178, 0.8);
padding: 0 1em; padding: 0 1em;
} }