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; }