Fix border getting default values for focus ring

This commit is contained in:
Ivan Molodetskikh
2024-02-12 09:34:54 +04:00
parent 6e23073019
commit 18f06a7acd
5 changed files with 55 additions and 20 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ impl Layout {
off: true,
..Default::default()
},
border: niri_config::FocusRing {
border: niri_config::Border {
off: false,
width: 4,
active_color: Color::new(255, 163, 72, 255),
+1 -1
View File
@@ -68,7 +68,7 @@ impl Tile {
off: true,
..Default::default()
},
border: niri_config::FocusRing {
border: niri_config::Border {
off: false,
width: 32,
active_color: Color::new(255, 163, 72, 255),