Tweak waybar
This commit is contained in:
parent
366f76a619
commit
f25a8f51e8
|
@ -494,16 +494,17 @@ in with lib; {
|
||||||
tooltip = false;
|
tooltip = false;
|
||||||
format = "{icon}";
|
format = "{icon}";
|
||||||
format-icons = {
|
format-icons = {
|
||||||
notification = "<span foreground='red'><sup></sup></span>";
|
notification = " <span foreground='red'><sup></sup></span> ";
|
||||||
none = "";
|
none = " ";
|
||||||
dnd-notification = "<span foreground='red'><sup></sup></span>";
|
dnd-notification =
|
||||||
|
" <span foreground='red'><sup></sup></span> ";
|
||||||
dnd-none = "";
|
dnd-none = "";
|
||||||
inhibited-notification =
|
inhibited-notification =
|
||||||
"<span foreground='red'><sup></sup></span>";
|
" <span foreground='red'><sup></sup></span> ";
|
||||||
inhibited-none = "";
|
inhibited-none = " ";
|
||||||
dnd-inhibited-notification =
|
dnd-inhibited-notification =
|
||||||
"<span foreground='red'><sup></sup></span>";
|
" <span foreground='red'><sup></sup></span> ";
|
||||||
dnd-inhibited-none = "";
|
dnd-inhibited-none = " ";
|
||||||
};
|
};
|
||||||
return-type = "json";
|
return-type = "json";
|
||||||
exec-if = "which swaync-client";
|
exec-if = "which swaync-client";
|
||||||
|
|
Loading…
Reference in New Issue