desktop/niri: change focus-ring to border

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-05-27 16:47:01 +03:00
parent 95671a0343
commit f5a5f4b87c
2 changed files with 11 additions and 4 deletions

View File

@ -163,7 +163,7 @@ in {
} }
layout { layout {
gaps 6 gaps 3
center-focused-column "never" // "on-overflow" center-focused-column "never" // "on-overflow"
preset-column-widths { preset-column-widths {
proportion 0.33333 proportion 0.33333
@ -185,11 +185,17 @@ in {
width 6 width 6
} }
focus-ring { focus-ring {
// off off
width 3 width 3
active-gradient from="#${colors.base0D}" to="#${colors.base0F}" angle=40 relative-to="workspace-view" active-gradient from="#${colors.base0D}" to="#${colors.base0F}" angle=40 relative-to="workspace-view"
inactive-color "#${colors.base03}" inactive-color "#${colors.base03}"
} }
border {
width 3
active-color "#${colors.base0D}"
inactive-color "#${colors.base03}"
}
struts { struts {
left 33 left 33
right 33 right 33

View File

@ -102,8 +102,9 @@
}; };
"clock" = { "clock" = {
interval = 1; interval = 1;
format = "{:%H:%M:%S}"; format = "{:%B %d - %H:%M - %A}";
tooltip-format = "{:%d.%m.%Y}"; tooltip = false;
# tooltip-format = "{%y.%m.%d - %B %d, %A}";
}; };
battery = { battery = {
states = { states = {