From b81897259743c92e115d03d04609ed92968c4470 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 14 Oct 2023 10:24:35 +0000 Subject: [PATCH] sxmo: decrease the LED blink frequency further, to 8s --- hosts/modules/gui/sxmo/hooks/sxmo_hook_screenoff.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/modules/gui/sxmo/hooks/sxmo_hook_screenoff.sh b/hosts/modules/gui/sxmo/hooks/sxmo_hook_screenoff.sh index 295be591..2d35d76e 100755 --- a/hosts/modules/gui/sxmo/hooks/sxmo_hook_screenoff.sh +++ b/hosts/modules/gui/sxmo/hooks/sxmo_hook_screenoff.sh @@ -5,7 +5,7 @@ # - the LED frequency is adjusted from its default of "blink every 2s" # - dwm-specific bits are removed -BLINK_FREQ=5 +BLINK_FREQ=8 swaymsg mode default sxmo_wm.sh dpms on