From c5f5364fd09cd135f9ec6e29ef9dbb0e27b70530 Mon Sep 17 00:00:00 2001 From: sioodmy Date: Thu, 2 Jan 2025 22:01:33 +0100 Subject: [PATCH] feat: new waybar --- user/wrapped/waybar/style.nix | 4 ++++ user/wrapped/waybar/waybar-conf.nix | 1 + 2 files changed, 5 insertions(+) diff --git a/user/wrapped/waybar/style.nix b/user/wrapped/waybar/style.nix index de6f6958..95142d63 100644 --- a/user/wrapped/waybar/style.nix +++ b/user/wrapped/waybar/style.nix @@ -48,6 +48,10 @@ in transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.68); } + #workspaces button:hover { + color: #${theme.text}; + }; + #workspaces button.urgent { color: #${theme.regular.red}; } diff --git a/user/wrapped/waybar/waybar-conf.nix b/user/wrapped/waybar/waybar-conf.nix index b52b168b..a78822a5 100644 --- a/user/wrapped/waybar/waybar-conf.nix +++ b/user/wrapped/waybar/waybar-conf.nix @@ -62,6 +62,7 @@ on-click = "${pkgs.killall}/bin/killall pavucontrol || ${pkgs.pavucontrol}/bin/pavucontrol"; format = "{icon} {volume}%"; format-muted = "󰝟 "; + format-bluetooth = "󰂯"; format-icons = { default = ["" "" " "]; };