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