home/programs/waybar: update notifications icon
This commit is contained in:
parent
e4b5c00f7c
commit
7be50b28f4
1 changed files with 5 additions and 5 deletions
|
@ -156,12 +156,12 @@ in {
|
|||
(mkIf config.services.swaync.enable {
|
||||
"custom/notification" = {
|
||||
tooltip = false;
|
||||
format = "{icon}";
|
||||
format = "{icon} ";
|
||||
format-icons = {
|
||||
notification = "";
|
||||
none = "";
|
||||
dnd-notification = "";
|
||||
dnd-none = "";
|
||||
notification = "";
|
||||
none = "";
|
||||
dnd-notification = "";
|
||||
dnd-none = "";
|
||||
};
|
||||
return-type = "json";
|
||||
exec = "swaync-client -swb";
|
||||
|
|
Loading…
Reference in a new issue