Changed: Hyprland Conf

This commit is contained in:
DerGrumpf 2025-03-25 22:16:05 +01:00
parent 86efe1ff25
commit 7bfcff1842

View File

@ -35,7 +35,7 @@ in
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
inherit package; inherit package;
enable = true; enable = true;
package = pkgs.hyprland;
xwayland = { enable = true; }; xwayland = { enable = true; };
systemd = { systemd = {
@ -90,8 +90,11 @@ in
gaps_in = 5; gaps_in = 5;
gaps_out = 0; gaps_out = 0;
border_size = 2; border_size = 2;
col.active_border = "rgba(33ccffee) rgba(00ff99ee) 45deg";
col.inactive_border = "rgba(595959aa)"; col = {
active_border = "rgba(33ccffee) rgba(00ff99ee) 45deg";
inactive_border = "rgba(595959aa)";
};
layout = "dwindle"; layout = "dwindle";