Tweak waybar

This commit is contained in:
Nathan McCarty 2023-06-18 01:44:28 -04:00
parent 366f76a619
commit f25a8f51e8
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 8 additions and 7 deletions

View File

@ -494,16 +494,17 @@ in with lib; {
tooltip = false;
format = "{icon}";
format-icons = {
notification = "<span foreground='red'><sup></sup></span>";
none = "";
dnd-notification = "<span foreground='red'><sup></sup></span>";
notification = " <span foreground='red'><sup></sup></span> ";
none = " ";
dnd-notification =
" <span foreground='red'><sup></sup></span> ";
dnd-none = "";
inhibited-notification =
"<span foreground='red'><sup></sup></span>";
inhibited-none = "";
" <span foreground='red'><sup></sup></span> ";
inhibited-none = " ";
dnd-inhibited-notification =
"<span foreground='red'><sup></sup></span>";
dnd-inhibited-none = "";
" <span foreground='red'><sup></sup></span> ";
dnd-inhibited-none = " ";
};
return-type = "json";
exec-if = "which swaync-client";