mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-21 18:31:49 +08:00
Sleep less when power on
This commit is contained in:
parent
e0d7aaaaab
commit
93edaee6a1
@ -14,12 +14,11 @@ choice=$(printf "%s\n" "${choices[@]}" | fuzzel -d --prompt ": ")
|
||||
|
||||
if test "$choice" = lock ; then
|
||||
# sleep less when power on
|
||||
# if acpi -a | grep -q on; then
|
||||
# sleep_time=3600
|
||||
# else
|
||||
# sleep_time=10
|
||||
# fi
|
||||
sleep_time=10
|
||||
if acpi -a | grep -q on; then
|
||||
sleep_time=3600
|
||||
else
|
||||
sleep_time=10
|
||||
fi
|
||||
sleep 0.3
|
||||
|
||||
bright=`light`
|
||||
|
Loading…
Reference in New Issue
Block a user