fix: update workspace button color opacity to 1 in waybar.nix

This commit is contained in:
2025-05-25 21:39:14 +02:00
parent 24d3b16b83
commit f2799ccb5b

View File

@@ -232,7 +232,7 @@ in
#sway-workspaces button,#niri-workspaces button {
padding: 0 6px;
background: transparent;
color: ${toRGBA palette.base05 "0.9"};
color: ${toRGBA palette.base05 "1"};
border: none;
border-radius: 6px;
}