30 lines
553 B
Nix
30 lines
553 B
Nix
{
|
|
on-click = "activate";
|
|
disable-scroll = true;
|
|
all-outputs = false;
|
|
format = "{icon}";
|
|
format-icons = {
|
|
"home" = "";
|
|
"editor" = "";
|
|
"browser" = "";
|
|
"files" = "";
|
|
"chat" = "";
|
|
"library" = "";
|
|
"music" = "";
|
|
"gaming" = "";
|
|
"vault" = "";
|
|
"remote" = "";
|
|
"1" = "";
|
|
"2" = "";
|
|
"3" = "";
|
|
"4" = "";
|
|
"5" = "";
|
|
"6" = "";
|
|
"7" = "";
|
|
"8" = "";
|
|
"9" = "";
|
|
urgent = "";
|
|
};
|
|
sort-by-name = true;
|
|
}
|