Revert waybar transparency

This commit is contained in:
Henry Sipp
2025-07-23 22:25:44 -05:00
parent 51193c0973
commit a7981b9fa4
4 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ inputs: {
}: let
palette = config.colorScheme.palette;
convert = inputs.nix-colors.lib.conversions.hexToRGBString;
backgroundRgb = "rgba(${convert ", " palette.base00}, 0)";
backgroundRgb = "rgb(${convert ", " palette.base00})";
in {
home.file = {
".config/waybar/" = {