Update backlight status more immediately-ish

with a USR1 to i3status
This commit is contained in:
Dan Buch
2017-08-27 10:06:41 -04:00
parent 2cf9dc1d16
commit 28d310428a
2 changed files with 5 additions and 2 deletions

3
i3status-update-do Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
"$@"
exec kill -USR1 $(pidof i3status)