hosts/eldrid/users/user/flatpak.nix: add materialgram

modules/home/desktop/niri/default.nix: change icons

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-03-26 17:18:42 +02:00
parent 8cd8b47273
commit ccaffb1967
2 changed files with 5 additions and 4 deletions

View File

@ -33,6 +33,7 @@
"org.signal.Signal" "org.signal.Signal"
"im.riot.Riot" "im.riot.Riot"
"org.telegram.desktop" "org.telegram.desktop"
"io.github.kukuruzka165.materialgram"
"io.github.spacingbat3.webcord" "io.github.spacingbat3.webcord"
"org.mozilla.Thunderbird" "org.mozilla.Thunderbird"

View File

@ -1279,10 +1279,10 @@ in {
tooltip = false; tooltip = false;
format = "{icon}"; format = "{icon}";
format-icons = { format-icons = {
notification = ""; notification = "󱅫";
none = ""; none = "󰂚";
dnd-notification = ""; dnd-notification = "󰂛";
dnd-none = ""; dnd-none = "󰂛";
}; };
return-type = "json"; return-type = "json";
exec-if = "which swaync-client"; exec-if = "which swaync-client";