18 lines
320 B
Nix
18 lines
320 B
Nix
{
|
|
on-click = "activate";
|
|
disable-scroll = true;
|
|
all-outputs = false;
|
|
format = "{icon}";
|
|
format-icons = {
|
|
"home" = "";
|
|
"browser" = "";
|
|
"files" = "";
|
|
"chat" = "";
|
|
"music" = "";
|
|
"pass" = "";
|
|
"remote" = "";
|
|
urgent = "";
|
|
};
|
|
sort-by-name = true;
|
|
}
|