switched to swww and wofi

This commit is contained in:
voidarclabs
2025-08-19 21:33:57 +01:00
parent 2cc678db11
commit 576a511020
13 changed files with 87 additions and 26 deletions

View File

@@ -15,7 +15,7 @@ $browser = firefox
bind = $mainMod, backspace, exec, $scrPath/dontkillsteam.sh # close focused window
bind = $mainMod, F, fullscreen # toggle the window between focus and fullscreen
bind = $mainMod, e, exec, $scrPath/wlogout.sh # launch logout menu
bind = $mainMod, d, exec, fuzzel
bind = $mainMod, d, exec, wofi -a
# Application shortcuts
bind = $mainMod, return, exec, $term # launch terminal emulator
@@ -40,10 +40,10 @@ bindm = Super, mouse:272, movewindow
bindc = SUPER, mouse:272, togglefloating
# Resize floating window with scrollwheels
bind = $submod, mouse_down, resizeactive, 30 0
bind = $submod, mouse_up, resizeactive, -30 0
bind = $submod, mouse_right, resizeactive, 0 30
bind = $submod, mouse_left, resizeactive, 0 -30
bind = $submod, mouse_down, resizeactive, 0 -30
bind = $submod, mouse_up, resizeactive, 0 30
bind = $submod, mouse_right, resizeactive, 30 0
bind = $submod, mouse_left, resizeactive, -30 0
bind = $submod, space, togglefloating, # toggle the window between focus and float
# Screenshot/Screencapture

View File

@@ -1,9 +0,0 @@
preload = ~/.config/hypr/wallpapers/wide_lines.png
preload = ~/.config/hypr/wallpapers/wide_lines2.png
preload = ~/.config/hypr/wallpapers/waves.png
wallpaper = DP-1, ~/.config/hypr/wallpapers/wide_lines.png
wallpaper = , ~/.config/hypr/wallpapers/waves.png
wallpaper = DP-3, ~/.config/hypr/wallpapers/wide_lines2.png
wallpaper = HDMI-A-1, ~/.config/hypr/wallpapers/wide_lines2.png

View File

@@ -37,3 +37,4 @@ layerrule = blur,swaync-notification-window
layerrule = blur,swaync-control-center
layerrule = ignorezero,swaync-control-center
layerrule = blur,logout_dialog
layerrule = animation popin, wofi

View File

@@ -8,7 +8,7 @@ exec-once = udiskie --no-automount --smart-tray # front-end that allows to manag
exec-once = swaync # start notification demon
exec-once = wl-paste --type text --watch cliphist store # clipboard store text data
exec-once = wl-paste --type image --watch cliphist store # clipboard store image data
exec-once = hyprpaper # Wallpaper Daemon
exec-once = swww-daemon # Wallpaper Daemon
exec-once = wayvnc 0.0.0.0 --output=DP-1 # runs vnc server on all interfaces
exec-once = syncthing -home=/home/user01/.config/syncthing -no-browser # starts syncthing in background

View File

@@ -58,20 +58,19 @@ decoration {
# Change transparency of focused and unfocused windows
active_opacity = 1.0
# inactive_opacity = 0.8
inactive_opacity = 0.8
dim_inactive = true
dim_strength = 0.3
# https://wiki.hyprland.org/Configuring/Variables/#blur
blur {
enabled = true
size = 2
passes = 3
size = 1
passes = 4
vibrancy = 0.1696
vibrancy = 0.3696
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 194 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB