change waybar active workspace colors

master
Alex 2022-11-18 16:05:44 -06:00
parent 91eb1e7c51
commit 934bb92b71
1 changed files with 4 additions and 2 deletions

View File

@ -30,8 +30,10 @@ window#waybar {
#workspaces button.active { #workspaces button.active {
background: transparent; background: transparent;
color: #c9545d; /*color: #c9545d;*/
border-bottom: 2px solid #c9545d; /*border-bottom: 2px solid #c9545d;*/
color: #3EF6F6;
border-bottom: 2px solid #3EF6F6;
} }
#mode { #mode {