desktop/niri: smaller gaps, new defaults
Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -433,7 +433,7 @@ in {
|
|||||||
}
|
}
|
||||||
|
|
||||||
layout {
|
layout {
|
||||||
gaps 11
|
gaps 6
|
||||||
center-focused-column "never" // "on-overflow"
|
center-focused-column "never" // "on-overflow"
|
||||||
preset-column-widths {
|
preset-column-widths {
|
||||||
proportion 0.33333
|
proportion 0.33333
|
||||||
@ -442,7 +442,7 @@ in {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// default-column-width { proportion 0.9; }
|
// default-column-width { proportion 0.9; }
|
||||||
default-column-width {}
|
default-column-width { proportion 0.5; }
|
||||||
tab-indicator {
|
tab-indicator {
|
||||||
active-color "#${colors.base04}"
|
active-color "#${colors.base04}"
|
||||||
inactive-color "#${colors.base03}"
|
inactive-color "#${colors.base03}"
|
||||||
@ -452,7 +452,7 @@ in {
|
|||||||
length total-proportion=0.3
|
length total-proportion=0.3
|
||||||
place-within-column
|
place-within-column
|
||||||
position "left"
|
position "left"
|
||||||
width 8
|
width 6
|
||||||
}
|
}
|
||||||
focus-ring {
|
focus-ring {
|
||||||
// off
|
// off
|
||||||
@ -461,8 +461,8 @@ in {
|
|||||||
inactive-color "#${colors.base03}"
|
inactive-color "#${colors.base03}"
|
||||||
}
|
}
|
||||||
struts {
|
struts {
|
||||||
left 52
|
left 24
|
||||||
right 52
|
right 24
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -507,6 +507,7 @@ in {
|
|||||||
}
|
}
|
||||||
window-rule {
|
window-rule {
|
||||||
match app-id="org.wezfurlong.wezterm"
|
match app-id="org.wezfurlong.wezterm"
|
||||||
|
match app-id="com.mitchellh.ghostty"
|
||||||
default-column-width { proportion 1.0; }
|
default-column-width { proportion 1.0; }
|
||||||
}
|
}
|
||||||
window-rule {
|
window-rule {
|
||||||
@ -705,8 +706,16 @@ in {
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
"backlight" = {
|
"backlight" = {
|
||||||
format = "{icon} {percent}%";
|
format = "{icon} {percent}%";
|
||||||
format-icons = ["" ""];
|
format-icons = [
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
""
|
||||||
|
];
|
||||||
};
|
};
|
||||||
"idle_inhibitor" = {
|
"idle_inhibitor" = {
|
||||||
format = "{icon}";
|
format = "{icon}";
|
||||||
@ -807,7 +816,7 @@ in {
|
|||||||
};
|
};
|
||||||
"wlr/taskbar" = {
|
"wlr/taskbar" = {
|
||||||
format = "{icon}";
|
format = "{icon}";
|
||||||
icon-size = 16;
|
icon-size = 20;
|
||||||
icon-theme = "${config.dconf.settings."org/gnome/desktop/interface".icon-theme}";
|
icon-theme = "${config.dconf.settings."org/gnome/desktop/interface".icon-theme}";
|
||||||
tooltip-format = "{title}";
|
tooltip-format = "{title}";
|
||||||
on-click = "activate";
|
on-click = "activate";
|
||||||
|
Reference in New Issue
Block a user