waybar: add indexed workspace icons
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
9229486392
commit
e5e3a43917
1 changed files with 13 additions and 11 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue