20 lines
332 B
Nix
20 lines
332 B
Nix
|
{
|
||
|
on-click = "activate";
|
||
|
disable-scroll = true;
|
||
|
all-outputs = false;
|
||
|
format = "{icon}";
|
||
|
format-icons = {
|
||
|
"1" = "";
|
||
|
"2" = "";
|
||
|
"3" = "";
|
||
|
"4" = "";
|
||
|
"5" = "";
|
||
|
"6" = "";
|
||
|
"7" = "";
|
||
|
"8" = "";
|
||
|
urgent = "";
|
||
|
default = "";
|
||
|
};
|
||
|
sort-by-number = true;
|
||
|
}
|