mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 23:49:56 +00:00
Rewrite i3lock lockscreen with wallpaper, cover resize and caching
- Replace screenshot+blur with static wallpaper (void-minimalist.png) - Resize to display resolution with cover mode (resize^ + extent) - Cache resized image in ~/.cache/i3lock/ to avoid re-encoding - Invalidate cache when wallpaper or resolution changes - Add xdotool to void_packages_base for display geometry detection
This commit is contained in:
@@ -9,7 +9,7 @@ font pango:Liberation Mono 10
|
||||
exec --no-startup-id dex --autostart --environment i3
|
||||
exec --no-startup-id gnome-keyring-daemon --start --components=secrets
|
||||
exec_always --no-startup-id setxkbmap -layout us -variant intl
|
||||
exec_always --no-startup-id feh --bg-fill ~/.config/i3/wallpapers/dont_like_wallpapers.jpg
|
||||
exec_always --no-startup-id feh --bg-fill ~/.config/i3/wallpapers/void-minimalist2.png
|
||||
exec_always --no-startup-id ~/.config/i3/scripts/setup-gtk-theme.sh
|
||||
exec --no-startup-id /usr/libexec/xdg-desktop-portal
|
||||
|
||||
|
||||
Reference in New Issue
Block a user