From 49b2b189f15d434f1abc1cf90ec53764e762f1a5 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 6 Jan 2024 20:52:28 +0900 Subject: [PATCH] Update --- .../common/desktops/hyprland/components/waybar.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home-manager/common/desktops/hyprland/components/waybar.nix b/home-manager/common/desktops/hyprland/components/waybar.nix index 2cd530ac..24ef364f 100644 --- a/home-manager/common/desktops/hyprland/components/waybar.nix +++ b/home-manager/common/desktops/hyprland/components/waybar.nix @@ -196,14 +196,14 @@ #custom-tailscale button:hover, #custom-wlogout button:hover, #window button:hover{ - color: #${config.lib.stylix.colors.base00}; + background-color: #${config.lib.stylix.colors.base00}; } /* * Warning plugins state */ #battery.warning { - color: #${config.lib.stylix.colors.base0A}; + background-color: #${config.lib.stylix.colors.base0A}; } /* @@ -213,10 +213,10 @@ #battery.critical, #custom-tailscale.Stopped, #network.disconnected { - color: #${config.lib.stylix.colors.base08}; + background-color: #${config.lib.stylix.colors.base08}; } #battery.charging { - color: #${config.lib.stylix.colors.base0C}; + background-color: #${config.lib.stylix.colors.base0C}; } #battery.plugged {} #pulseaudio.bluetooth {}