19 lines
403 B
Nix
19 lines
403 B
Nix
{
|
|
format = "{icon}";
|
|
format-icons = {
|
|
"1" = ""; # [a]ny
|
|
"2" = ""; # [b]rowser
|
|
"3" = ""; # [d]ev
|
|
"4" = ""; # [f]iles
|
|
"5" = ""; # [s]potify (or mu[s]ic)
|
|
"6" = ""; # [c]hat
|
|
"7" = ""; # [v]ideo
|
|
"8" = ""; # [r]emote
|
|
"9" = ""; # [g]aming
|
|
default = "";
|
|
special = "";
|
|
urgent = "";
|
|
};
|
|
show-special = true;
|
|
}
|