diff options
| author | Nippy <nippy@rp1.hu> | 2026-05-09 14:05:50 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-05-09 14:05:50 +0200 |
| commit | c74e28c242bfd94f05841f023376aec63c6dc7a5 (patch) | |
| tree | 71698905d6df87438aece7b7ca91566dec99abf1 /raveos-hyprland-theme/theme-data | |
| parent | 18db73a89065057c5297ee2c08593915cea1e9bf (diff) | |
| download | RaveOS-PKGBUILD-c74e28c242bfd94f05841f023376aec63c6dc7a5.tar.gz RaveOS-PKGBUILD-c74e28c242bfd94f05841f023376aec63c6dc7a5.zip | |
raveos update
Diffstat (limited to 'raveos-hyprland-theme/theme-data')
| -rw-r--r-- | raveos-hyprland-theme/theme-data/hypr/hyprland.conf | 2 | ||||
| -rw-r--r-- | raveos-hyprland-theme/theme-data/hypr/hyprpaper.conf | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/raveos-hyprland-theme/theme-data/hypr/hyprland.conf b/raveos-hyprland-theme/theme-data/hypr/hyprland.conf index 0b287bf..3fc0b6f 100644 --- a/raveos-hyprland-theme/theme-data/hypr/hyprland.conf +++ b/raveos-hyprland-theme/theme-data/hypr/hyprland.conf @@ -54,7 +54,7 @@ exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 exec-once = hyprswitch init --show-title --size-factor 6 --workspaces-per-row 5 & exec-once = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' exec-once = bash -c "wl-paste --watch cliphist store &" -exec-once = env LIBGL_ALWAYS_SOFTWARE=1 hyprpaper +exec-once = sh -c 'printf "preload = $HOME/.config/background.jpg\nwallpaper = ,$HOME/.config/background.jpg\nsplash = false\n" > "$HOME/.config/hypr/hyprpaper.conf" && env LIBGL_ALWAYS_SOFTWARE=1 hyprpaper' diff --git a/raveos-hyprland-theme/theme-data/hypr/hyprpaper.conf b/raveos-hyprland-theme/theme-data/hypr/hyprpaper.conf deleted file mode 100644 index 7dc35a1..0000000 --- a/raveos-hyprland-theme/theme-data/hypr/hyprpaper.conf +++ /dev/null @@ -1,3 +0,0 @@ -preload = /home/t/.config/background.jpg -wallpaper = ,/home/t/.config/background.jpg -splash = false |