diff options
| author | Nippy <nippy@rp1.hu> | 2026-06-26 21:43:27 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-06-26 21:43:27 +0200 |
| commit | 0385a8c4fb0934e8cc48efa37996939b4d62eed8 (patch) | |
| tree | 938a7f9ed47ca88e05408c5774e243002e486a35 /raveos-hyprland-theme/theme-data | |
| parent | 99be3aa529e36d409ed9618be97eef1561b02190 (diff) | |
| download | RaveOS-PKGBUILD-0385a8c4fb0934e8cc48efa37996939b4d62eed8.tar.gz RaveOS-PKGBUILD-0385a8c4fb0934e8cc48efa37996939b4d62eed8.zip | |
hypr fix
Diffstat (limited to 'raveos-hyprland-theme/theme-data')
| -rw-r--r-- | raveos-hyprland-theme/theme-data/hypr/hyprland.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/raveos-hyprland-theme/theme-data/hypr/hyprland.lua b/raveos-hyprland-theme/theme-data/hypr/hyprland.lua index 06d6bb1..74ff933 100644 --- a/raveos-hyprland-theme/theme-data/hypr/hyprland.lua +++ b/raveos-hyprland-theme/theme-data/hypr/hyprland.lua @@ -23,10 +23,10 @@ hl.on("hyprland.start", function() hl.exec_cmd("dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP") hl.exec_cmd("dbus-update-activation-environment --systemd --all") hl.exec_cmd("systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP") - hl.exec_cmd("bash -c 'systemctl --user is-active --quiet graphical-session.target || systemctl --user start graphical-session.target'") 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) --################## |