From 113eb0b5c44e8c786ded8a22ce3723500b73549e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vitor=20Gon=C3=A7alves?= Date: Thu, 29 Feb 2024 20:27:38 -0300 Subject: [PATCH] dwm autostart: redshift go BRRRRR --- .local/share/dwm/autostart.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.local/share/dwm/autostart.sh b/.local/share/dwm/autostart.sh index 9ad39cb..1d24c25 100755 --- a/.local/share/dwm/autostart.sh +++ b/.local/share/dwm/autostart.sh @@ -2,4 +2,5 @@ xwallpaper --maximize "/usr/share/wallpapers/arch-gruvbox-dark.png" & cromite --no-startup-window & picom --backend glx & +redshift -PO 3000k -b 0.8 & slstatus &