From ccaffb196759caab9dca5e915a327607cfc0f12b Mon Sep 17 00:00:00 2001 From: unexplrd Date: Wed, 26 Mar 2025 17:18:42 +0200 Subject: [PATCH] hosts/eldrid/users/user/flatpak.nix: add materialgram modules/home/desktop/niri/default.nix: change icons Signed-off-by: unexplrd --- hosts/eldrid/users/user/flatpak.nix | 1 + modules/home/desktop/niri/default.nix | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/hosts/eldrid/users/user/flatpak.nix b/hosts/eldrid/users/user/flatpak.nix index f31061e..d5da3b6 100644 --- a/hosts/eldrid/users/user/flatpak.nix +++ b/hosts/eldrid/users/user/flatpak.nix @@ -33,6 +33,7 @@ "org.signal.Signal" "im.riot.Riot" "org.telegram.desktop" + "io.github.kukuruzka165.materialgram" "io.github.spacingbat3.webcord" "org.mozilla.Thunderbird" diff --git a/modules/home/desktop/niri/default.nix b/modules/home/desktop/niri/default.nix index a6e1eea..bbff451 100644 --- a/modules/home/desktop/niri/default.nix +++ b/modules/home/desktop/niri/default.nix @@ -1279,10 +1279,10 @@ in { tooltip = false; format = "{icon}"; format-icons = { - notification = ""; - none = ""; - dnd-notification = ""; - dnd-none = ""; + notification = "󱅫"; + none = "󰂚"; + dnd-notification = "󰂛"; + dnd-none = "󰂛"; }; return-type = "json"; exec-if = "which swaync-client";