Compare commits
No commits in common. "e5e3a43917a57e6821376339206ecb0191b5d779" and "7d1e2a757a807dc6686a40c9807b8bc6c763b4f7" have entirely different histories.
e5e3a43917
...
7d1e2a757a
2 changed files with 15 additions and 19 deletions
|
@ -37,7 +37,8 @@ in {
|
||||||
then 0.3 # 30%
|
then 0.3 # 30%
|
||||||
else 0.6; # 60%
|
else 0.6; # 60%
|
||||||
|
|
||||||
empty-workspace-above-first = true;
|
# TODO: Uncomment after next release > v1.10.1
|
||||||
|
#// 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,17 +275,25 @@ 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}";
|
||||||
artist-len = 64; # Characters
|
dynamic-len = 25; # Characters
|
||||||
title-len = 32; # Characters
|
dynamic-order = ["title" "artist"];
|
||||||
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 = "";
|
||||||
|
@ -320,19 +328,6 @@ 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