1
1
Fork 0

waybar: add indexed workspace icons

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-01-12 13:42:16 -06:00
parent 9229486392
commit e5e3a43917
Signed by: Myned
GPG key ID: C7224454F7881A34

View file

@ -275,17 +275,6 @@ in {
}; };
}; };
# https://github.com/Alexays/Waybar/wiki/Module:-Niri
"niri/workspaces" =
common
// {
format = "{icon}";
format-icons = {
scratchpad = "";
};
};
# https://github.com/Alexays/Waybar/wiki/Module:-MPRIS # https://github.com/Alexays/Waybar/wiki/Module:-MPRIS
mpris = mpris =
common common
@ -331,6 +320,19 @@ in {
on-click-right = nm-connection-editor; on-click-right = nm-connection-editor;
}; };
# https://github.com/Alexays/Waybar/wiki/Module:-Niri
"niri/workspaces" =
common
// {
format = "{icon}";
format-icons = {
"1" = "";
"2" = "";
"3" = "";
};
};
# https://github.com/Alexays/Waybar/wiki/Module:-PowerProfilesDaemon # https://github.com/Alexays/Waybar/wiki/Module:-PowerProfilesDaemon
power-profiles-daemon = power-profiles-daemon =
common common