From f6d82f9cc9eb054b774245f3cbda2b394f5e9430 Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Sat, 1 Apr 2023 23:57:19 +0200 Subject: [PATCH] fix: fixed theme for waybar --- home-manager-modules/waybar/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }