From a8c90ef96c4453e08582486c9e13779add49353a Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 4 Jan 2024 17:13:15 +0900 Subject: [PATCH] Test --- .../desktops/hyprland/themes/stylix/waybar-conf.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/home-manager/common/desktops/hyprland/themes/stylix/waybar-conf.nix b/home-manager/common/desktops/hyprland/themes/stylix/waybar-conf.nix index f44c4d19..3c5ec693 100644 --- a/home-manager/common/desktops/hyprland/themes/stylix/waybar-conf.nix +++ b/home-manager/common/desktops/hyprland/themes/stylix/waybar-conf.nix @@ -148,10 +148,10 @@ }; # Waybar theming - ".config/waybar/style.css" = { - enable = false; - executable = false; - text = '' + home.file.".config/waybar/style.css" = { + enable = false; + executable = false; + text = '' #workspaces button.active { padding: 0px 15px; @@ -249,7 +249,6 @@ color: #d9eed2; font-size: 14px; } - ''; + ''; }; - }; }