mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-19 21:13:19 -07:00
* usr/lib/byobu/include/shutil:
- use a prime here, too
This commit is contained in:
parent
27a6abe8cf
commit
a9a8e5975a
2 changed files with 13 additions and 11 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -2,6 +2,8 @@ byobu (5.113) unreleased; urgency=medium
|
||||||
|
|
||||||
* usr/bin/wifi-status:
|
* usr/bin/wifi-status:
|
||||||
- ping the router, too, to verify at least local connectivity
|
- ping the router, too, to verify at least local connectivity
|
||||||
|
* usr/lib/byobu/include/shutil:
|
||||||
|
- use a prime here, too
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 16 Sep 2016 10:13:08 -0500
|
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 16 Sep 2016 10:13:08 -0500
|
||||||
|
|
||||||
|
|
|
@ -236,47 +236,47 @@ status_freq() {
|
||||||
# ~60 ~1 minute
|
# ~60 ~1 minute
|
||||||
case "$1" in
|
case "$1" in
|
||||||
apport) _RET=67 ;;
|
apport) _RET=67 ;;
|
||||||
arch) _RET=9999999 ;;
|
arch) _RET=9999991 ;;
|
||||||
battery) _RET=61 ;;
|
battery) _RET=61 ;;
|
||||||
color) _RET=9999999 ;;
|
color) _RET=9999991 ;;
|
||||||
cpu_count) _RET=5 ;;
|
cpu_count) _RET=5 ;;
|
||||||
cpu_freq) _RET=2 ;;
|
cpu_freq) _RET=2 ;;
|
||||||
cpu_temp) _RET=19 ;;
|
cpu_temp) _RET=19 ;;
|
||||||
custom) _RET=5 ;;
|
custom) _RET=5 ;;
|
||||||
date) _RET=9999999 ;;
|
date) _RET=9999991 ;;
|
||||||
disk) _RET=13 ;;
|
disk) _RET=13 ;;
|
||||||
disk_io) _RET=3 ;;
|
disk_io) _RET=3 ;;
|
||||||
distro) _RET=9999999 ;;
|
distro) _RET=9999991 ;;
|
||||||
ec2_cost) _RET=601 ;;
|
ec2_cost) _RET=601 ;;
|
||||||
entropy) _RET=5 ;;
|
entropy) _RET=5 ;;
|
||||||
fan_speed) _RET=23 ;;
|
fan_speed) _RET=23 ;;
|
||||||
hostname) _RET=607 ;;
|
hostname) _RET=607 ;;
|
||||||
ip_address) _RET=127 ;;
|
ip_address) _RET=127 ;;
|
||||||
load_average) _RET=2 ;;
|
load_average) _RET=2 ;;
|
||||||
logo) _RET=9999999 ;;
|
logo) _RET=9999991 ;;
|
||||||
mail) _RET=5 ;;
|
mail) _RET=5 ;;
|
||||||
memory) _RET=13 ;;
|
memory) _RET=13 ;;
|
||||||
menu) _RET=9999999 ;;
|
menu) _RET=9999991 ;;
|
||||||
network) _RET=3 ;;
|
network) _RET=3 ;;
|
||||||
notify_osd) _RET=9999999 ;;
|
notify_osd) _RET=9999991 ;;
|
||||||
processes) _RET=7 ;;
|
processes) _RET=7 ;;
|
||||||
raid) _RET=59 ;;
|
raid) _RET=59 ;;
|
||||||
rcs_cost) _RET=613 ;;
|
rcs_cost) _RET=613 ;;
|
||||||
reboot_required) _RET=5 ;;
|
reboot_required) _RET=5 ;;
|
||||||
release) _RET=599 ;;
|
release) _RET=599 ;;
|
||||||
services) _RET=53 ;;
|
services) _RET=53 ;;
|
||||||
session) _RET=9999999 ;;
|
session) _RET=9999991 ;;
|
||||||
swap) _RET=19 ;;
|
swap) _RET=19 ;;
|
||||||
time) _RET=9999999 ;;
|
time) _RET=9999991 ;;
|
||||||
time_binary) _RET=23 ;;
|
time_binary) _RET=23 ;;
|
||||||
time_utc) _RET=11 ;;
|
time_utc) _RET=11 ;;
|
||||||
trash) _RET=9999999 ;;
|
trash) _RET=9999991 ;;
|
||||||
updates_available) _RET=7 ;;
|
updates_available) _RET=7 ;;
|
||||||
uptime) _RET=29 ;;
|
uptime) _RET=29 ;;
|
||||||
users) _RET=11 ;;
|
users) _RET=11 ;;
|
||||||
whoami) _RET=86029 ;;
|
whoami) _RET=86029 ;;
|
||||||
wifi_quality) _RET=17 ;;
|
wifi_quality) _RET=17 ;;
|
||||||
*) _RET=9999999 ;;
|
*) _RET=9999991 ;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue