Skip to content

Commit 215781e

Browse files
committed
Fix hyprpaper
1 parent b56367a commit 215781e

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

dot_files/hypr/hyprpaper.conf

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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+
# }

0 commit comments

Comments
 (0)