fix: add back sbar update_backlight trap
This commit is contained in:
parent
334045345e
commit
0124f169c3
@ -1 +1 @@
|
||||
Subproject commit 7179a46c2345050783d14397e672e7b152a7af4f
|
||||
Subproject commit 27e9e1d2638ffd133b06f314a49ac55825cb1017
|
@ -1 +1 @@
|
||||
Subproject commit 942fe5faef47b21241e970551eba407bc10d9547
|
||||
Subproject commit 7141515a7cabde46449675a403ed564416363887
|
@ -1 +1 @@
|
||||
Subproject commit 411e771d511442ab81670701f5c830f6c74aadd7
|
||||
Subproject commit fa9fe9a95ba481e26e11eede4657f8c5350a0eaa
|
@ -1 +1 @@
|
||||
Subproject commit a259fb34124799ff99e62e97a0905592c42a82b8
|
||||
Subproject commit 1f6992d7d78f931120a1bb642b495ad1b9e462bf
|
@ -1 +1 @@
|
||||
Subproject commit b474978b2e9435c10ca66f8281352ebc825264f4
|
||||
Subproject commit fb1287fedbb877201572d164ba0bad5c9d375b4f
|
@ -1 +1 @@
|
||||
Subproject commit 25c2c3a4683be60c3526858be960ee6ce1249245
|
||||
Subproject commit 4586808f86bf3bfdf97685380472b63597ce43c0
|
1
bin/sbar
1
bin/sbar
@ -87,6 +87,7 @@ display() {
|
||||
# trap '<function>;display' 'RTMIN+n'
|
||||
trap 'reload_bar;display' 'RTMIN'
|
||||
trap 'update_vol;display' 'RTMIN+1'
|
||||
trap 'update_backlight;display' 'RTMIN+2'
|
||||
trap 'update_crypto;display' 'RTMIN+3'
|
||||
# to update it from external commands
|
||||
## kill -m "$(cat ~/.cache/pidofbar)"
|
||||
|
Loading…
Reference in New Issue
Block a user