mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:13:55 -05:00
waybar: added submap and mode transparency
This commit is contained in:
parent
6d45ea1106
commit
0a65f2ce82
|
@ -28,5 +28,5 @@ padding: 0px 10px 0px 10px;
|
|||
|
||||
#submap {
|
||||
color: #FAFAFA;
|
||||
background: #e78284;
|
||||
background: rgba(231, 130, 132, 0.8);
|
||||
}
|
|
@ -23,5 +23,5 @@ window#waybar {
|
|||
|
||||
#mode {
|
||||
color: #FAFAFA;
|
||||
background: #e78284;
|
||||
background: rgba(231, 130, 132, 0.8);
|
||||
}
|
Loading…
Reference in a new issue