feat: add hyprpaper wallpaper management with Next manga wallpaper

This commit is contained in:
ja
2026-05-20 12:31:21 +02:00
parent 89acae9751
commit 1274b3e2cb
7 changed files with 88 additions and 0 deletions
+1
View File
@@ -67,6 +67,7 @@
- { src: 'hyprland.conf.j2', dest: 'hypr/hyprland.conf' }
- { src: 'hyprlock.conf.j2', dest: 'hypr/hyprlock.conf' }
- { src: 'hypridle.conf.j2', dest: 'hypr/hypridle.conf' }
- { src: 'hyprpaper.conf.j2', dest: 'hypr/hyprpaper.conf' }
- { src: 'waybar_config.j2', dest: 'waybar/config' }
- { src: 'waybar_style.css.j2', dest: 'waybar/style.css' }
- { src: 'dunstrc.j2', dest: 'dunst/dunstrc' }
@@ -80,6 +80,12 @@ bind = $mainMod, L, exec, hyprlock
# Focus
bind = $mainMod, left, movefocus, l
# Workspace to monitor pinning
workspace = 1, monitor:DP-1, default:true
workspace = 2, monitor:DVI-D-1, default:true
workspace = 3, monitor:HDMI-A-1, default:true
bind = $mainMod, right, movefocus, r
bind = $mainMod, up, movefocus, u
bind = $mainMod, down, movefocus, d
@@ -0,0 +1,4 @@
preload=/usr/share/wallpapers/Next/contents/images/5120x2880.png
wallpaper=DP-1,/usr/share/wallpapers/Next/contents/images/5120x2880.png
wallpaper=HDMI-A-1,/usr/share/wallpapers/Next/contents/images/5120x2880.png
wallpaper=DVI-D-1,/usr/share/wallpapers/Next/contents/images/5120x2880.png
+6
View File
@@ -0,0 +1,6 @@
---
# Minimal placeholder so ansible/workstation.yml `vars_files` loads cleanly.
# The `system-upgrade` role does not reference any secrets.
# To add real secrets, vault-encrypt this file:
# ansible-vault encrypt ansible/vars/secrets.yml
# and provide the password via `--vault-password-file ansible/vault_password`.