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

@ -25,3 +25,8 @@ padding: 0px 10px 0px 10px;
/* #workspaces { /* #workspaces {
padding: 0px 5px; padding: 0px 5px;
} */ } */
#submap {
color: #FAFAFA;
background: #e78284;
}

View file

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