From 2769ef11ad90b969841b9bf17593484b0e6fd28e Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Mon, 27 Jul 2020 21:21:43 -0400 Subject: [PATCH] Redshift Tray Icon - Move redshift from autostart_blocking to autostart - Use redshift-gtk instead of redshift to get a tray icon --- autostart.sh | 3 +++ autostart_blocking.sh | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/autostart.sh b/autostart.sh index ef18cae..84b063e 100755 --- a/autostart.sh +++ b/autostart.sh @@ -18,6 +18,9 @@ nm-applet & # Deadd Notification Center deadd-notification-center & +# Redshift +redshift-gtk & + ##################### # Cloud Drive Rsync # ##################### diff --git a/autostart_blocking.sh b/autostart_blocking.sh index bc115e8..08471ba 100755 --- a/autostart_blocking.sh +++ b/autostart_blocking.sh @@ -5,6 +5,3 @@ picom --config ~/.config/picom/picom.conf & # Restore wallpaper nitrogen --restore & - -# Blue light filter (Farmington Hills, MI) -redshift -l 42.48531:-83.37716 &