mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-06-26 06:52:01 +02:00
Remove references to colorScheme.colors from waybar
This commit is contained in:
parent
870b06ea32
commit
3dbd7936f1
@ -196,7 +196,7 @@ in with lib; {
|
|||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
transition: ${betterTransition};
|
transition: ${betterTransition};
|
||||||
'' else if simplebar == true then ''
|
'' else if simplebar == true then ''
|
||||||
color: #${config.colorScheme.colors.base03};
|
color: #${palette.base03};
|
||||||
background: #${palette.base00};
|
background: #${palette.base00};
|
||||||
margin: 4px 3px;
|
margin: 4px 3px;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
@ -260,7 +260,7 @@ in with lib; {
|
|||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
transition: ${betterTransition};
|
transition: ${betterTransition};
|
||||||
'' else if simplebar == true then ''
|
'' else if simplebar == true then ''
|
||||||
color: #${config.colorScheme.colors.base05};
|
color: #${palette.base05};
|
||||||
border: 0px;
|
border: 0px;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
transition: ${betterTransition};
|
transition: ${betterTransition};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user