From 64c584b589659d58bcf3d3e0dc77a112fd3fd4b1 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sun, 15 Dec 2024 11:05:43 +0000 Subject: Reduce startup screen brightness --- dot-config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot-config/sway/config') diff --git a/dot-config/sway/config b/dot-config/sway/config index 2755232..93cdfe5 100644 --- a/dot-config/sway/config +++ b/dot-config/sway/config @@ -36,7 +36,7 @@ exec [ -f ~/.cache/wallpaper ] || cp /usr/share/backgrounds/sway/*_1920x1080.png exec [ -f ~/.cache/lockwallpaper ] || cp ~/.cache/wallpaper ~/.cache/lockwallpaper # Processes -exec brightnessctl set 40% +exec brightnessctl set 20% exec foot --server exec mako exec wlsunset -l 51.5 -L -0.1 -t 3000 -T 6000 -- cgit