summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-06-11 15:22:27 -0500
committerzachir <zachir@librem.one>2023-06-11 15:22:27 -0500
commita42154f3913cf0be3e3a2b8c962a41c280affad4 (patch)
tree9f8c5025304d8fb78f0d453c184d7b4bf3a3bb9a
parent993917ddcedd58927a068cc804d81f1018d7bc0e (diff)
Reformat gsettings line
-rwxr-xr-xautostart.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/autostart.sh b/autostart.sh
index 890ed88..a41a825 100755
--- a/autostart.sh
+++ b/autostart.sh
@@ -22,10 +22,7 @@ if [ -n "${WAYLAND_DISPLAY}${DISPLAY}" ]; then
runifnot swayidle
killandrun hyprpaper
runifnot waybar
- import-gsettings \
- gtk-theme:'Shadows-GTK' \
- icon-theme:'Mint-Y-Dark-Blue' \
- cursor-theme:'Adwaita'
+ import-gsettings gtk-theme:'Shadows-GTK' icon-theme:'Mint-Y-Dark-Blue' cursor-theme:'Adwaita' &
xrdb ~/.Xresources
runifnot portmaster-start --data=/opt/safing/portmaster notifier
fi