Properly coloured border
This commit is contained in:
@@ -742,13 +742,9 @@ in
|
|||||||
settings.general."col.active_border" = lib.mkForce "0xff97cbcd 0xff89b4fa";
|
settings.general."col.active_border" = lib.mkForce "0xff97cbcd 0xff89b4fa";
|
||||||
};
|
};
|
||||||
|
|
||||||
#wayland.windowManager.hyprland.settings.general."col.active_border" = lib.mkForce "0xffffffff";
|
|
||||||
|
|
||||||
# Merge all xdg.configFile definitions
|
|
||||||
xdg.configFile = otherConfigs // {
|
xdg.configFile = otherConfigs // {
|
||||||
"hypr/hyprland.conf".text = ''
|
"hypr/hyprland.conf".text = ''
|
||||||
${builtins.readFile "${flakeRoot}/assets/hyprland/conf/hypr/hyprland.conf"}
|
${builtins.readFile "${flakeRoot}/assets/hyprland/conf/hypr/hyprland.conf"}
|
||||||
# Your manual settings will go below this line and will not be overwritten:
|
|
||||||
'';
|
'';
|
||||||
"hypr/.keep".text = "";
|
"hypr/.keep".text = "";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user