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 {
|
(mkIf config.services.swaync.enable {
|
||||||
"custom/notification" = {
|
"custom/notification" = {
|
||||||
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 = "swaync-client -swb";
|
exec = "swaync-client -swb";
|
||||||
|
|
Loading…
Reference in a new issue