11 lines
110 B
Nix
11 lines
110 B
Nix
|
|
{
|
||
|
|
...
|
||
|
|
}:
|
||
|
|
{
|
||
|
|
format = "{icon}";
|
||
|
|
format-icons = {
|
||
|
|
activated = " ";
|
||
|
|
deactivated = " ";
|
||
|
|
};
|
||
|
|
}
|