waybar: fmt

This commit is contained in:
Aly Raffauf 2024-08-09 00:58:37 -04:00
parent e8344ffab1
commit 7499f57772

View file

@ -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 ''
* { * {