This commit is contained in:
Alexander Neonxp Kiryukhin 2025-07-20 13:55:45 +03:00
parent 972802e532
commit 9c05c52ebf
Signed by: NeonXP
SSH key fingerprint: SHA256:SVt7TjxbVc87m1QYaQziOJ0N3OCFURv2g76gD/UTTXI
17 changed files with 63 additions and 36 deletions

View file

@ -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
}

View file

@ -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

View file

@ -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

View file

@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9 MiB

View file

Before

Width:  |  Height:  |  Size: 16 MiB

After

Width:  |  Height:  |  Size: 16 MiB

Before After
Before After