Compare commits
3 commits
7d1e2a757a
...
e5e3a43917
Author | SHA1 | Date | |
---|---|---|---|
e5e3a43917 | |||
9229486392 | |||
c8ebfdc6f4 |
2 changed files with 19 additions and 15 deletions
|
@ -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 = {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue