desktop/niri: change focus-ring to border
Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -163,7 +163,7 @@ in {
|
||||
}
|
||||
|
||||
layout {
|
||||
gaps 6
|
||||
gaps 3
|
||||
center-focused-column "never" // "on-overflow"
|
||||
preset-column-widths {
|
||||
proportion 0.33333
|
||||
@ -185,11 +185,17 @@ in {
|
||||
width 6
|
||||
}
|
||||
focus-ring {
|
||||
// off
|
||||
off
|
||||
width 3
|
||||
active-gradient from="#${colors.base0D}" to="#${colors.base0F}" angle=40 relative-to="workspace-view"
|
||||
inactive-color "#${colors.base03}"
|
||||
}
|
||||
border {
|
||||
width 3
|
||||
active-color "#${colors.base0D}"
|
||||
inactive-color "#${colors.base03}"
|
||||
|
||||
}
|
||||
struts {
|
||||
left 33
|
||||
right 33
|
||||
|
Reference in New Issue
Block a user