Add solid bar under active workspace

This commit is contained in:
TheWanderingCrow 2024-10-01 07:06:23 -04:00
parent 7682e4a76b
commit e4b093e77b
2 changed files with 8 additions and 4 deletions

View file

@ -38,9 +38,9 @@
},
"sort-by-number": true,
"persistent-workspaces": {
"1": [],
"2": [],
"3": []
"1": [ "HDMI-A-1" ],
"2": [ "HDMI-A-1" ],
"3": [ "DP-2" ]
}
},
"clock": {

View file

@ -50,7 +50,11 @@ button:hover {
}
#workspaces button.active {
color: #DCAA9B;
border-bottom: 2px solid #DCAA9B;
border-radius: 0;
margin-top: 2px;
color: #DCAA9B;
transition: none;
}
/* If workspaces is the leftmost module, omit left margin */