diff --git a/.config/hypr/UserConfigs/Monitors.conf b/.config/hypr/UserConfigs/Monitors.conf index 1586587..3fc3c2c 100644 --- a/.config/hypr/UserConfigs/Monitors.conf +++ b/.config/hypr/UserConfigs/Monitors.conf @@ -14,7 +14,8 @@ # See here: https://github.com/hyprwm/Hyprland/issues/4090 #monitor = eDP-1, preferred, auto, 1 -monitor = eDP-1, 1920x1080@120, 0x0, 1.25 #own screen +monitor = eDP-1, preferred, 0x0, 1.25 #own screen +monitor = DP-2, preferred, auto, 1.25 #monitor = DP-3, 1920x1080@240, auto, 1 #monitor = DP-1, preferred, auto, 1 #monitor = HDMI-A-1, preferred,auto,1 diff --git a/.config/hypr/UserConfigs/UserSettings.conf b/.config/hypr/UserConfigs/UserSettings.conf index 9a88df8..c20bff4 100644 --- a/.config/hypr/UserConfigs/UserSettings.conf +++ b/.config/hypr/UserConfigs/UserSettings.conf @@ -44,7 +44,7 @@ group { } decoration { - rounding = 8 + rounding = 12 active_opacity = 1.0 inactive_opacity = 0.9 @@ -53,21 +53,24 @@ decoration { dim_inactive = true dim_strength = 0.1 - #todo fix + #battery culprit 1 shadow { - enabled=true - range=6 - render_power=1 + enabled=false + range=5 + render_power=2 #color= $color2 - color_inactive = 0x50000000 + #color_inactive = 0x50000000 } + #battery culprit 2 blur { + # either 4 at 2 passes or 7 at 1 enabled = true - size = 5 - passes = 2 + size = 7 + passes = 1 ignore_opacity = true new_optimizations = true + noise = 0.20 } } @@ -133,7 +136,7 @@ misc { disable_hyprland_logo = true disable_splash_rendering = true mouse_move_enables_dpms = true - #vrr = 0 + vfr = true enable_swallow = true # no_direct_scanout = true #for fullscreen games focus_on_activate = false @@ -147,11 +150,11 @@ binds { pass_mouse_when_bound=0 } -#Could help when scaling and not pixelating +#Enabling it could help when scaling and not pixelating xwayland { force_zero_scaling = true } # toolkit-specific scale env = GDK_SCALE,1.25 -env = XCURSOR_SIZE,32 +env = XCURSOR_SIZE,24 diff --git a/.config/hypr/scripts/WaybarCava.sh b/.config/hypr/scripts/WaybarCava.sh index bf9e743..bb30c9f 100755 --- a/.config/hypr/scripts/WaybarCava.sh +++ b/.config/hypr/scripts/WaybarCava.sh @@ -19,7 +19,7 @@ done config_file="/tmp/bar_cava_config" cat >"$config_file" <