From ec7534f39e0b2d76f88904653e5a698ff743767d Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 6 Jan 2024 20:47:07 +0900 Subject: [PATCH] test --- .../common/desktops/hyprland/components/waybar.nix | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/home-manager/common/desktops/hyprland/components/waybar.nix b/home-manager/common/desktops/hyprland/components/waybar.nix index 7124a5dc..66c37d9f 100644 --- a/home-manager/common/desktops/hyprland/components/waybar.nix +++ b/home-manager/common/desktops/hyprland/components/waybar.nix @@ -87,8 +87,8 @@ format-bluetooth = "{volume}% {icon} {format_source}"; format-bluetooth-muted = " "; format-muted = "󰝟 {format_source}"; - format-source = " "; - format-source-muted = " "; + format-source = ""; + format-source-muted = ""; format-icons = { headphone = " "; headset = " "; @@ -196,12 +196,14 @@ #custom-tailscale button:hover, #custom-wlogout button:hover, #window button:hover{ + #${config.lib.stylix.colors.base00} } /* * Warning plugins state */ #battery.warning { + #${config.lib.stylix.colors.base0A} } /* @@ -211,13 +213,13 @@ #battery.critical, #custom-tailscale.Stopped, #network.disconnected { + #${config.lib.stylix.colors.base08} } #battery.charging { + #${config.lib.stylix.colors.base0C} } - #battery.plugged { - } - #pulseaudio.bluetooth { - } + #battery.plugged {} + #pulseaudio.bluetooth {} tooltip { font-size: 14px; }