waybar: theme the indicator style

i don't know if it's perfect, but it is better
This commit is contained in:
Colin 2024-03-01 15:32:52 +00:00
parent b6daeddfa2
commit 01ef182073

View File

@ -62,13 +62,13 @@ in
escape = true;
format = "{icon}"; # or "{icon} {}" to include notif count
format-icons = {
notification = "<span foreground='red'><sup></sup></span>";
notification = "<span foreground='#ff8080'><sup></sup></span>";
none = "";
dnd-notification = "<span foreground='red'><sup></sup></span>";
dnd-notification = "<span foreground='#ff8080'><sup></sup></span>";
dnd-none = "";
inhibited-notification = "<span foreground='red'><sup></sup></span>";
inhibited-notification = "<span foreground='#ff8080'><sup></sup></span>";
inhibited-none = "";
dnd-inhibited-notification = "<span foreground='red'><sup></sup></span>";
dnd-inhibited-notification = "<span foreground='#ff8080'><sup></sup></span>";
dnd-inhibited-none = "";
};
tooltip = false;