Compare commits
9 Commits
3c3a39d024
...
73646eec63
| Author | SHA1 | Date | |
|---|---|---|---|
| 73646eec63 | |||
| ce00e10d98 | |||
| c0f565a5da | |||
| 37c25f8a41 | |||
| e827322951 | |||
| 24d344d6f9 | |||
| 6c212cf268 | |||
| 5d5ad0c64c | |||
| 615905b54a |
+1
-6
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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 = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user