mirror of
https://github.com/adrlau/nix-dotfiles.git
synced 2026-02-28 15:03:36 +01:00
fix: update workspace button color opacity to 1 in waybar.nix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user