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%
|
then 0.3 # 30%
|
||||||
else 0.6; # 60%
|
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
|
# https://github.com/sodiboo/niri-flake/blob/main/docs.md#programsnirisettingslayoutfocus-ring
|
||||||
focus-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
|
# https://github.com/Alexays/Waybar/wiki/Module:-MPRIS
|
||||||
mpris =
|
mpris =
|
||||||
common
|
common
|
||||||
// {
|
// {
|
||||||
format = "{player_icon} {dynamic}";
|
format = "{player_icon} {dynamic}";
|
||||||
format-paused = "{status_icon} {dynamic}";
|
format-paused = "{status_icon} {dynamic}";
|
||||||
dynamic-len = 25; # Characters
|
artist-len = 64; # Characters
|
||||||
dynamic-order = ["title" "artist"];
|
title-len = 32; # Characters
|
||||||
|
dynamic-len = 64; # Characters
|
||||||
|
dynamic-importance-order = ["artist" "title"];
|
||||||
|
dynamic-order = ["artist" "title"];
|
||||||
dynamic-separator = " ";
|
dynamic-separator = " ";
|
||||||
player-icons.default = "";
|
player-icons.default = "";
|
||||||
status-icons.paused = "";
|
status-icons.paused = "";
|
||||||
|
@ -328,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