From 98633f798cc83c0ffacc9d3aa938f82a85298d40 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sat, 17 Jun 2023 16:15:31 -0400 Subject: [PATCH] Configure waybar icons --- home-manager/linux/programs/hyprland.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home-manager/linux/programs/hyprland.nix b/home-manager/linux/programs/hyprland.nix index 523cb60..9a64dbe 100644 --- a/home-manager/linux/programs/hyprland.nix +++ b/home-manager/linux/programs/hyprland.nix @@ -408,6 +408,8 @@ in with lib; { max-length = 50; format-icons = { spotify = " "; + firefox = " "; + mopidy = " "; default = " "; }; escape = true;