waybar: added submap and mode transparency

This commit is contained in:
Aly Raffauf 2024-04-27 15:26:16 -04:00
parent 6d45ea1106
commit 0a65f2ce82
2 changed files with 2 additions and 2 deletions

View file

@ -28,5 +28,5 @@ padding: 0px 10px 0px 10px;
#submap {
color: #FAFAFA;
background: #e78284;
background: rgba(231, 130, 132, 0.8);
}

View file

@ -23,5 +23,5 @@ window#waybar {
#mode {
color: #FAFAFA;
background: #e78284;
background: rgba(231, 130, 132, 0.8);
}