home: Set focus ring colour for niri
This commit is contained in:
parent
dcf56c1558
commit
117b9aaefa
1 changed files with 8 additions and 0 deletions
|
@ -88,6 +88,14 @@ in lib.mkIf (osConfig.hardware.graphics.enable or false) {
|
|||
focus-ring = {
|
||||
enable = true;
|
||||
width = 1;
|
||||
|
||||
active = {
|
||||
color = config.lib.stylix.colors.withHashtag.base0D;
|
||||
};
|
||||
|
||||
inactive = {
|
||||
color = config.lib.stylix.colors.withHashtag.base03;
|
||||
};
|
||||
};
|
||||
|
||||
default-column-width.proportion = 1. / 3.;
|
||||
|
|
Loading…
Reference in a new issue