diff options
author | zachir <zachir@librem.one> | 2023-05-03 12:08:37 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-05-03 12:08:37 -0500 |
commit | bdec612a036960c34155e79ccf9d6db084fbdc68 (patch) | |
tree | 32c378dd721b145db08af8702607e8f41ddbc608 | |
parent | bc48847b188a75e88affa98b5f5ac2f61fd37735 (diff) |
launch waybar directly, set GTK theme, and don't use caffeine in wayland
-rwxr-xr-x | autostart.sh | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/autostart.sh b/autostart.sh index e09638b..eb60e3b 100755 --- a/autostart.sh +++ b/autostart.sh @@ -19,16 +19,20 @@ killandrun () { if [ -n "${WAYLAND_DISPLAY}${DISPLAY}" ]; then notify-sound.sh off & - runifnot caffeine if [ -n "$WAYLAND_DISPLAY" ]; then runifnot swayidle - launch_waybar.sh "$(crcparse WC)" + #launch_waybar.sh "$(crcparse WC)" + runifnot waybar -c ~/.config/waybar/config-"$(basename "$(crcparse WC)")" + gsettings set $gnome-schema gtk-theme 'Plata-Noir-Compact' + gsettings set $gnome-schema icon-theme 'Mint-Y-Dark-Blue' + gsettings set $gnome-schema cursor-theme 'Adwaita' killandrun hyprpaper if [ "$(crcparse WC | xargs basename)" = "Hyprland" ]; then xrdb ~/.Xresources fi else #runifnot picom + runifnot caffeine runifnot xss-lock slockd runifnot sxhkd if "$(type xmonad >/dev/null 2>&1)"; then |