Compare commits

...

9 Commits

3 changed files with 5 additions and 6 deletions
+1 -6
View File
@@ -625,10 +625,6 @@ in
enable = true; enable = true;
base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml"; base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
polarity = "dark"; polarity = "dark";
themes.hyprland = {
style = {
activeBorder = "linear-gradient(to right, #a6e3a1, #89b4fa)";
};
}; };
} }
#+END_SRC #+END_SRC
@@ -743,13 +739,12 @@ in
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
settings.general."col.active_border" = lib.mkForce "0xff97cbcd 0xff89b4fa";
}; };
# 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 = "";
}; };
@@ -29,6 +29,7 @@ general {
extend_border_grab_area = 20 extend_border_grab_area = 20
# Solid-color borders # Solid-color borders
col.active_border = rgb(FFFF00)
#col.active_border = #a6e3a1 #col.active_border = #a6e3a1
#col.inactive_border = #595959aa #col.inactive_border = #595959aa
} }
+3
View File
@@ -30,8 +30,11 @@ in
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
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 # Merge all xdg.configFile definitions
xdg.configFile = otherConfigs // { xdg.configFile = otherConfigs // {
"hypr/hyprland.conf".text = '' "hypr/hyprland.conf".text = ''