diff options
author | Freya Murphy <freya@freyacat.org> | 2024-06-06 22:05:25 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-06-06 22:05:25 -0400 |
commit | fcfd39d240910b8d9edce0ce15100bf35cc47459 (patch) | |
tree | bc094bc0a578cfbb805b9b79436690973133a498 /.config/hypr/scripts.d/systemd.sh | |
parent | remove the (diff) | |
download | dotfiles-arch-fcfd39d240910b8d9edce0ce15100bf35cc47459.tar.gz dotfiles-arch-fcfd39d240910b8d9edce0ce15100bf35cc47459.tar.bz2 dotfiles-arch-fcfd39d240910b8d9edce0ce15100bf35cc47459.zip |
um idk what i changed its been 3 weeks
Diffstat (limited to '.config/hypr/scripts.d/systemd.sh')
-rwxr-xr-x | .config/hypr/scripts.d/systemd.sh | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.config/hypr/scripts.d/systemd.sh b/.config/hypr/scripts.d/systemd.sh index 8fd5c39..32b5528 100755 --- a/.config/hypr/scripts.d/systemd.sh +++ b/.config/hypr/scripts.d/systemd.sh @@ -4,9 +4,13 @@ systemctl --user set-environment XDG_CURRENT_DESKTOP=Hyprland systemctl --user import-environment DISPLAY \ WAYLAND_DISPLAY \ XDG_CURRENT_DESKTOP \ - GTK_THEME + GTK_THEME \ + QT_QPA_PLATFORMTHEME + hash dbus-update-activation-environment 2>/dev/null && \ dbus-update-activation-environment --systemd DISPLAY \ XDG_CURRENT_DESKTOP=Hyprland \ - WAYLAND_DISPLAY + WAYLAND_DISPLAY \ + GTK_THEME \ + QT_QPA_PLATFORMTHEME |