From 87f61d4d95330768ea4dcec002c12b324d86b581 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Sun, 5 Oct 2025 19:17:34 +0300 Subject: sync --- config/hypr/hypridle.conf | 4 ++-- config/hypr/hyprland.conf | 23 ++++++++++++----------- config/hypr/hyprlock.conf | 4 ++-- config/hypr/hyprpaper.conf | 4 ++-- config/hypr/lock.png | Bin 17008897 -> 0 bytes config/hypr/wp.jpg | Bin 9414283 -> 0 bytes config/hypr/wp.png | Bin 0 -> 17008897 bytes 7 files changed, 18 insertions(+), 17 deletions(-) delete mode 100644 config/hypr/lock.png delete mode 100644 config/hypr/wp.jpg create mode 100644 config/hypr/wp.png (limited to 'config/hypr') diff --git a/config/hypr/hypridle.conf b/config/hypr/hypridle.conf index 8809a22..3affb7e 100644 --- a/config/hypr/hypridle.conf +++ b/config/hypr/hypridle.conf @@ -21,13 +21,13 @@ listener { # Screen_off listener { - timeout = 780 + timeout = 1800 on-timeout = hyprctl dispatch dpms off on-resume = hyprctl dispatch dpms on } # Suspend listener { - timeout = 1200 + timeout = 2400 on-timeout = $suspend_cmd } diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 6d07adb..ca0ac77 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -5,6 +5,7 @@ # See https://wiki.hyprland.org/Configuring/Monitors/ monitor=,prefered,auto,auto monitor = desc:HKC OVERSEAS LIMITED 0x2160 0x00000001,1920x1080,auto,auto +monitor = eDP-1,prefered, auto, 1.5 ################### ### MY PROGRAMS ### ################### @@ -47,10 +48,10 @@ env = HYPRCURSOR_SIZE,24 # https://wiki.hyprland.org/Configuring/Variables/#general general { - gaps_in = 4 - gaps_out = 8 + gaps_in = 2 + gaps_out = 4 - border_size = 2 + border_size = 1 # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg @@ -73,10 +74,10 @@ decoration { active_opacity = 1.0 inactive_opacity = 1.0 - drop_shadow = true - shadow_range = 4 - shadow_render_power = 3 - col.shadow = rgba(1a1a1aee) + #drop_shadow = true + #shadow_range = 4 + #shadow_render_power = 3 + #col.shadow = rgba(1a1a1aee) # https://wiki.hyprland.org/Configuring/Variables/#blur blur { @@ -164,15 +165,15 @@ device { # See https://wiki.hyprland.org/Configuring/Keywords/ $mainMod = SUPER # Sets "Windows" key as main modifier $shiftMod = SUPER_SHIFT - +$superEnter = SUPER_ENTER # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more -bind = $mainMod, Q, exec, $terminal -bind = $mainMod, C, killactive, +bind = $mainMod, 36, exec, $terminal +bind = $mainMod, Q, killactive, bind = $mainMod, M, exit, bind = $mainMod, E, exec, $fileManager bind = $mainMod, L, exec, hyprlock bind = $mainMod, V, togglefloating, -bind = $mainMod, R, exec, $menu +bind = $mainMod, F2, exec, $menu bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, J, togglesplit, # dwindle diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index 94920bf..1ef93f5 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -1,7 +1,7 @@ background { monitor = - path = $HOME/.config/hypr/lock.png # only *.png supported for now - color = rgba(25, 20, 20, 1.0) + path = $HOME/.config/hypr/wp.png # only *.png supported for now + color = rgba(20, 20, 20, 1.0) blur_passes = 4 # 0 disables blurring blur_size = 2 noise = 0.0117 diff --git a/config/hypr/hyprpaper.conf b/config/hypr/hyprpaper.conf index 4d21b18..926a763 100644 --- a/config/hypr/hyprpaper.conf +++ b/config/hypr/hyprpaper.conf @@ -1,3 +1,3 @@ -preload = ~/.config/hypr/wp.jpg -wallpaper = , ~/.config/hypr/wp.jpg +preload = ~/.config/hypr/wp.png +wallpaper = , ~/.config/hypr/wp.png splash = true diff --git a/config/hypr/lock.png b/config/hypr/lock.png deleted file mode 100644 index 5a85e8e..0000000 Binary files a/config/hypr/lock.png and /dev/null differ diff --git a/config/hypr/wp.jpg b/config/hypr/wp.jpg deleted file mode 100644 index 2047b40..0000000 Binary files a/config/hypr/wp.jpg and /dev/null differ diff --git a/config/hypr/wp.png b/config/hypr/wp.png new file mode 100644 index 0000000..5a85e8e Binary files /dev/null and b/config/hypr/wp.png differ -- cgit v1.2.3