mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 06:51:54 -05:00
waybar: remove transparency
This commit is contained in:
parent
8bf9593ea8
commit
f2fc43cee8
|
@ -316,7 +316,7 @@ in {
|
||||||
#workspaces {
|
#workspaces {
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background: ${cfg.theme.colors.background};
|
background: ${cfg.theme.colors.background};
|
||||||
opacity: 0.8;
|
opacity: 1.0;
|
||||||
margin: 5px 10px 0px 10px;
|
margin: 5px 10px 0px 10px;
|
||||||
padding: 0px 10px 0px 10px;
|
padding: 0px 10px 0px 10px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue