diff options
| author | Nippy <nippy@rp1.hu> | 2026-06-07 22:12:12 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-06-07 22:12:12 +0200 |
| commit | 8f52096cb3802438ba8a55fdc1948a37b3b344df (patch) | |
| tree | 3e18de41acbf7f08180e573f4d3a2842b97ff46f | |
| parent | e870aa71ea65a92cb9ef76f2ac4889036d9020eb (diff) | |
| download | RaveOS-PKGBUILD-8f52096cb3802438ba8a55fdc1948a37b3b344df.tar.gz RaveOS-PKGBUILD-8f52096cb3802438ba8a55fdc1948a37b3b344df.zip | |
RaveosHyperland update
| -rw-r--r-- | raveos-hyprland-theme/PKGBUILD | 2 | ||||
| -rw-r--r-- | raveos-hyprland-theme/theme-data/hypr/hyprland.lua | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/raveos-hyprland-theme/PKGBUILD b/raveos-hyprland-theme/PKGBUILD index cfe03f4..503852f 100644 --- a/raveos-hyprland-theme/PKGBUILD +++ b/raveos-hyprland-theme/PKGBUILD @@ -1,6 +1,6 @@ pkgname=raveos-hyprland-theme pkgver=0.0.0 -pkgrel=32 +pkgrel=33 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.lua b/raveos-hyprland-theme/theme-data/hypr/hyprland.lua index ae265a9..fdea1a9 100644 --- a/raveos-hyprland-theme/theme-data/hypr/hyprland.lua +++ b/raveos-hyprland-theme/theme-data/hypr/hyprland.lua @@ -27,6 +27,7 @@ hl.on("hyprland.start", function() hl.exec_cmd("hyprswitch init --show-title --size-factor 6 --workspaces-per-row 5 &") hl.exec_cmd("gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'") hl.exec_cmd("bash -c 'wl-paste --watch cliphist store &'") + hl.exec_cmd("hyprpaper") end) --################## @@ -46,7 +47,7 @@ local _xdg_runtime = os.getenv("XDG_RUNTIME_DIR") or "/run/user/1000" hl.env("XCURSOR_SIZE", 24) hl.env("HYPRCURSOR_SIZE", 24) -hl.env("XCURSOR_THEME", "BreezeDark") +hl.env("XCURSOR_THEME", "Adwaita") hl.env("HOME", _home) hl.env("XDG_CONFIG_HOME", _home .. "/.config") |