summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--raveos-hyprland-theme/PKGBUILD2
-rw-r--r--raveos-hyprland-theme/theme-data/hypr/hyprland.conf2
-rw-r--r--raveos-hyprland-theme/theme-data/hypr/hyprpaper.conf3
3 files changed, 2 insertions, 5 deletions
diff --git a/raveos-hyprland-theme/PKGBUILD b/raveos-hyprland-theme/PKGBUILD
index 952fd51..b1c0365 100644
--- a/raveos-hyprland-theme/PKGBUILD
+++ b/raveos-hyprland-theme/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=raveos-hyprland-theme
pkgver=0.0.0
-pkgrel=24
+pkgrel=25
pkgdesc="RaveOS Hyprland theme payload and installer (includes DankMaterialShell)"
arch=('any')
url="https://raveos.local"
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