diff options
| author | Nippy <nippy@rp1.hu> | 2026-07-03 21:13:06 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-07-03 21:13:06 +0200 |
| commit | 725b9b1defce4e0f05476cdee9c5a79a6b531afa (patch) | |
| tree | 26b13ec4a752330ad34db5ca731c705f83230450 /raveos-hyprland-theme/theme-data | |
| parent | 839c2889342cfe56ec1fdcf0ea1e6cc26dab4eec (diff) | |
| download | RaveOS-PKGBUILD-725b9b1defce4e0f05476cdee9c5a79a6b531afa.tar.gz RaveOS-PKGBUILD-725b9b1defce4e0f05476cdee9c5a79a6b531afa.zip | |
add new raveos app, welcome app
Diffstat (limited to 'raveos-hyprland-theme/theme-data')
| -rw-r--r-- | raveos-hyprland-theme/theme-data/hypr/hyprland.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/raveos-hyprland-theme/theme-data/hypr/hyprland.lua b/raveos-hyprland-theme/theme-data/hypr/hyprland.lua index 7771971..ca6eb2b 100644 --- a/raveos-hyprland-theme/theme-data/hypr/hyprland.lua +++ b/raveos-hyprland-theme/theme-data/hypr/hyprland.lua @@ -26,6 +26,11 @@ hl.on("hyprland.start", function() hl.exec_cmd("systemctl --user start hyprpolkitagent.service") hl.exec_cmd("gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'") hl.exec_cmd("bash -c 'wl-paste --watch cliphist store &'") + -- raveos-welcome: itt nincs /etc/xdg/autostart feldolgozas (Hyprland + -- nem DE-session, csak ezt a hl.on("hyprland.start")-ot futtatja), ezert + -- kozvetlenul kell inditani - a sajat .welcome_done flag-je miatt csak + -- az elso bejelentkezeskor csinal barmit, utana no-op. + hl.exec_cmd("env QT_QPA_PLATFORM='wayland;xcb' QT_STYLE_OVERRIDE=kvantum raveos-welcome") end) --################## |