From 462fd80e64485c6c9f4d59dfafda0bf8377c81c3 Mon Sep 17 00:00:00 2001 From: sim Date: Sat, 26 Feb 2022 15:35:16 +0100 Subject: [PATCH] added batsignal to autostart --- .config/autostart.sh##h.yoga3 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/autostart.sh##h.yoga3 b/.config/autostart.sh##h.yoga3 index 61baeed..edf3434 100644 --- a/.config/autostart.sh##h.yoga3 +++ b/.config/autostart.sh##h.yoga3 @@ -45,6 +45,9 @@ autostart() { run "zsh -c 'pactl unload-module module-role-cork'" run "xset -b" + # Battery + run "batsignal -b" + # Config run "yadm pull" run "yadm submodule update --recursive"