mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 06:11:55 -05:00
waybar: fmt
This commit is contained in:
parent
e8344ffab1
commit
7499f57772
|
@ -271,7 +271,7 @@ in {
|
||||||
rgbaValues.b
|
rgbaValues.b
|
||||||
(rgbaValues.a / 255.0) # Convert alpha from 0-255 to 0-1
|
(rgbaValues.a / 255.0) # Convert alpha from 0-255 to 0-1
|
||||||
];
|
];
|
||||||
|
|
||||||
backgroundColor = builtins.concatStringsSep "," (rgba "${cfg.theme.colors.background}CC");
|
backgroundColor = builtins.concatStringsSep "," (rgba "${cfg.theme.colors.background}CC");
|
||||||
in ''
|
in ''
|
||||||
* {
|
* {
|
||||||
|
|
Loading…
Reference in a new issue