File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Hyprpaper Configuration - Tokyo Night Theme
2+ # Updated for hyprpaper 0.8+ syntax
23
3- # Preload wallpapers (load into memory)
4- # Replace with your actual wallpaper path
5- preload = /usr/share/hypercube/config/hypr/background.webp
4+ # Disable splash text on wallpaper
5+ splash = false
66
7- # Set wallpaper for all monitors
8- # Use empty monitor name to apply to all monitors
9- wallpaper = ,/usr/share/hypercube/config/hypr/background.webp
7+ # Fallback wallpaper for all monitors (empty monitor = fallback)
8+ wallpaper {
9+ monitor =
10+ path = /usr/share/hypercube/config/hypr/background.webp
11+ fit_mode = cover
12+ }
1013
1114# You can also set per-monitor wallpapers:
12- # wallpaper = DP-1,~/Pictures/wallpaper1.png
13- # wallpaper = HDMI-A-1,~/Pictures/wallpaper2.png
14-
15- # Enable IPC for dynamic wallpaper changes
16- ipc = true
17-
18- # Disable splash (optional)
19- splash = false
15+ # wallpaper {
16+ # monitor = DP-1
17+ # path = ~/Pictures/wallpaper1.png
18+ # fit_mode = cover
19+ # }
You can’t perform that action at this time.
0 commit comments