1
1
Fork 0

Compare commits

...

3 commits

Author SHA1 Message Date
e5e3a43917
waybar: add indexed workspace icons
Signed-off-by: Myned <dev@bjork.tech>
2025-01-12 13:42:16 -06:00
9229486392
waybar: fix mpris dynamic length
Signed-off-by: Myned <dev@bjork.tech>
2025-01-12 13:41:56 -06:00
c8ebfdc6f4
niri: enable empty-workspace-above-first
Signed-off-by: Myned <dev@bjork.tech>
2025-01-12 13:41:05 -06:00
2 changed files with 19 additions and 15 deletions

View file

@ -37,8 +37,7 @@ in {
then 0.3 # 30%
else 0.6; # 60%
# TODO: Uncomment after next release > v1.10.1
#// empty-workspace-above-first = true;
empty-workspace-above-first = true;
# https://github.com/sodiboo/niri-flake/blob/main/docs.md#programsnirisettingslayoutfocus-ring
focus-ring = {

View file

@ -275,25 +275,17 @@ 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
mpris =
common
// {
format = "{player_icon} {dynamic}";
format-paused = "{status_icon} {dynamic}";
dynamic-len = 25; # Characters
dynamic-order = ["title" "artist"];
artist-len = 64; # Characters
title-len = 32; # Characters
dynamic-len = 64; # Characters
dynamic-importance-order = ["artist" "title"];
dynamic-order = ["artist" "title"];
dynamic-separator = " 󰧟 ";
player-icons.default = "󰎈";
status-icons.paused = "";
@ -328,6 +320,19 @@ in {
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
power-profiles-daemon =
common