waybar: added red background to submap and mode

This commit is contained in:
Aly Raffauf 2024-04-27 12:36:08 -04:00
parent 3255e7c32e
commit f32004abc6
2 changed files with 15 additions and 10 deletions

View file

@ -24,4 +24,9 @@ padding: 0px 10px 0px 10px;
/* #workspaces {
padding: 0px 5px;
} */
} */
#submap {
color: #FAFAFA;
background: #e78284;
}

View file

@ -10,18 +10,18 @@ window#waybar {
#mode,
#tray,
#clock,
#hardware
{
border-radius: 10;
background: rgba (35, 38, 52, 0.8);
margin: 5px 10px 0px 10px;
padding: 0px 10px 0px 10px;
#hardware {
border-radius: 10;
background: rgba (35, 38, 52, 0.8);
margin: 5px 10px 0px 10px;
padding: 0px 10px 0px 10px;
}
#clock {
padding: 0px 20px 0px 20px;
}
/* #workspaces {
padding: 0px 5px;
} */
#mode {
color: #FAFAFA;
background: #e78284;
}