20 lines
306 B
Nix
20 lines
306 B
Nix
{
|
|
widgets = {
|
|
"hyprland/workspaces" = {
|
|
format = "{icon}";
|
|
format-icons = {
|
|
default = "";
|
|
active = "";
|
|
};
|
|
};
|
|
|
|
"niri/workspaces" = {
|
|
format = "{icon}";
|
|
format-icons = {
|
|
default = "";
|
|
active = "";
|
|
};
|
|
};
|
|
};
|
|
}
|