wildfire: 164 current 2025-06-18 08:39:10 25.05.20250615.6c64dab 6.15.2 *

This commit is contained in:
2025-06-18 08:39:13 +02:00
parent f82f90bf9e
commit 2440519b84

View File

@ -19,13 +19,13 @@
general = { general = {
gaps_in = 4; gaps_in = 4;
gaps_out = 4; gaps_out = 4;
border_size = 2; border_size = 1;
"col.active_border" = "rgba(33ccffee) rgba(00ff99ee) 45deg"; "col.active_border" = "rgba(fe8019ee) rgba(ebdbb2ee) 45deg";
"col.inactive_border" = "rgba(595959aa)"; "col.inactive_border" = "rgba(7c6f64aa)";
}; };
decoration = { decoration = {
rounding = "8"; rounding = "8";
rounding_power = "4"; rounding_power = "3";
blur = { blur = {
enabled = "true"; enabled = "true";
xray = "true"; xray = "true";
@ -57,4 +57,8 @@
9) 9)
); );
}; };
wayland.windowManager.hyprland.extraConfig = ''
monitor = DP-3, 2560x1440@143.97301, 1920x0, 1;
monitor = HDMI-A-1, 1920x1080@60, 0x0, 1;
'';
} }