diff options
| author | Nippy <nippy@rp1.hu> | 2026-06-26 22:45:31 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-06-26 22:45:31 +0200 |
| commit | 266b409762b0afc76d57ba92b5d3982fd5933476 (patch) | |
| tree | 1e01a4d915772b3c6c98eefc0ad8001423332b98 /raveos-hyprland-theme/theme-data | |
| parent | 390fb5a0319a455f0df64ebf65c68e5eccaf084b (diff) | |
| download | RaveOS-PKGBUILD-266b409762b0afc76d57ba92b5d3982fd5933476.tar.gz RaveOS-PKGBUILD-266b409762b0afc76d57ba92b5d3982fd5933476.zip | |
new iso
Diffstat (limited to 'raveos-hyprland-theme/theme-data')
| -rw-r--r-- | raveos-hyprland-theme/theme-data/hypr/hyprland.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/raveos-hyprland-theme/theme-data/hypr/hyprland.lua b/raveos-hyprland-theme/theme-data/hypr/hyprland.lua index 74ff933..d9017ab 100644 --- a/raveos-hyprland-theme/theme-data/hypr/hyprland.lua +++ b/raveos-hyprland-theme/theme-data/hypr/hyprland.lua @@ -26,7 +26,6 @@ hl.on("hyprland.start", function() hl.exec_cmd("/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1") 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("bash -c 'sleep 2 && gsettings set org.gnome.desktop.interface gtk-theme Yaru-olive-dark && gsettings set org.gnome.desktop.interface icon-theme Adwaitaru-olive &'") end) --################## |