From 4b17cf48e724ce8f681a5659f85bc58afd8b4a8a Mon Sep 17 00:00:00 2001 From: vorboyvo Date: Fri, 31 Jan 2025 11:10:34 -0500 Subject: [PATCH] Changed Inter to Rubik for waybar and updated some icons. --- snippets/waybar.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/waybar.nix b/snippets/waybar.nix index fa9d467..6d20a89 100644 --- a/snippets/waybar.nix +++ b/snippets/waybar.nix @@ -30,7 +30,7 @@ rec { format-muted = "{volume}% 🔇 {format_source}"; format-source = "{volume}% "; format-source-muted = "{volume}% "; - format-icons = [ "" "" ]; + format-icons = [ "🔈" "🔊" ]; on-click = "exec wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"; on-click-right = "exec wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle"; on-click-middle = "exec pavucontrol"; @@ -99,7 +99,7 @@ rec { }]; style = '' * { - font-family: Inter, "OpenMoji Black", sans-serif; + font-family: Rubik, "OpenMoji Color", sans-serif; font-size: 12pt; min-height: 20pt; }