summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-06-20 19:12:24 -0500
committerzachir <zachir@librem.one>2023-06-20 19:12:24 -0500
commitde59c08a4e878bc086b2aa54328d21f472f04f23 (patch)
treed9314cc18d54ee30d7a45882b885313b21a019e3
parentc27e4d825def473b9930b3f140b9fb90df37aed8 (diff)
Use Plata Noir GTK theme (flatpak GTK 4 apps don't care if it's available anyways)
-rwxr-xr-xautostart.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autostart.sh b/autostart.sh
index a41a825..5d39b30 100755
--- a/autostart.sh
+++ b/autostart.sh
@@ -22,7 +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:'Plata-Noir' icon-theme:'Mint-Y-Dark-Blue' cursor-theme:'Adwaita' &
xrdb ~/.Xresources
runifnot portmaster-start --data=/opt/safing/portmaster notifier
fi