diff --git a/home-manager-modules/waybar/default.nix b/home-manager-modules/waybar/default.nix index 7f8e5b9..09aa5c8 100644 --- a/home-manager-modules/waybar/default.nix +++ b/home-manager-modules/waybar/default.nix @@ -78,7 +78,7 @@ with lib; background: transparent; } - #custom-arch, #workspaces { + #custom-nixos, #workspaces { border-radius: 8px; background-color: #11111b; color: #7eb9e3; @@ -89,7 +89,7 @@ with lib; padding-right: 5px; } - #custom-arch { + #custom-nixos { font-size: 20px; margin-left: 15px; }