feat(wofi): add wallpaper selection menu

This commit is contained in:
2026-02-12 12:40:47 +00:00
parent 20f6bede8e
commit 4b0671287c
8 changed files with 162 additions and 3 deletions

View File

@@ -8,8 +8,7 @@ $browser = brave
exec-once = /usr/lib/xdg-desktop-portal-hyprland &
exec-once = /usr/lib/xdg-desktop-portal &
exec-once = swww-daemon
exec-once = swww img ~/.wallpapers/liminal.png
exec-once = hyprpaper
exec = gsettings set org.gnome.desktop.interface color-scheme "prefer-dark" # for GTK4 apps
exec = gsettings set org.gnome.desktop.interface gtk-theme "adw-gtk3-dark" # for GTK3 apps
@@ -82,7 +81,7 @@ input {
accel_profile = flat
force_no_accel=2
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
sensitivity = 1 # -1.0 - 1.0, 0 means no modification.
touchpad {
natural_scroll = true
@@ -102,3 +101,4 @@ source = ~/.config/hypr/keybinds.conf
source = ~/.config/hypr/applications.conf
source = ~/.config/hypr/decoration.conf
source = ~/.config/hypr/workspaces.conf
source = ~/.config/hypr/hyprpaper.conf