[READ-ONLY] Mirror of https://github.com/shuuji3/dotfiles. ⚙ dotfiles managed by chezmoi
1# statusrc - Byobu's default status configurations
2#
3# Override these in $BYOBU_CONFIG_DIR/statusrc
4# where BYOBU_CONFIG_DIR is XDG_CONFIG_HOME if defined,
5# and $HOME/.byobu otherwise.
6#
7# Copyright (C) 2009-2011 Canonical Ltd.
8#
9# Authors: Dustin Kirkland <kirkland@byobu.org>
10#
11# This program is free software: you can redistribute it and/or modify
12# it under the terms of the GNU General Public License as published by
13# the Free Software Foundation, version 3 of the License.
14#
15# This program is distributed in the hope that it will be useful,
16# but WITHOUT ANY WARRANTY; without even the implied warranty of
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18# GNU General Public License for more details.
19#
20# You should have received a copy of the GNU General Public License
21# along with this program. If not, see <http://www.gnu.org/licenses/>.
22
23# Configurations that you can override; if you leave these commented out,
24# Byobu will try to auto-detect them.
25
26# This should be auto-detected for most distro, but setting it here will save
27# some call to lsb_release and the like.
28#BYOBU_DISTRO=Ubuntu
29
30# Default: depends on the distro (which is either auto-detected, either set
31# via $DISTRO)
32#LOGO="\o/"
33
34# Abbreviate the release to N characters
35# By default, this is disabled. But if you set RELEASE_ABBREVIATED=1
36# and your lsb_release is "precise", only "p" will be displayed
37#RELEASE_ABBREVIATED=1
38
39# Default: /
40#MONITORED_DISK=/
41
42# Minimum disk throughput that triggers the notification (in kB/s)
43# Default: 50
44#DISK_IO_THRESHOLD=50
45
46# Default: eth0
47#MONITORED_NETWORK=eth0
48
49# Unit used for network throughput (either bits per second or bytes per second)
50# Default: bits
51#NETWORK_UNITS=bytes
52
53# Minimum network throughput that triggers the notification (in kbit/s)
54# Default: 20
55#NETWORK_THRESHOLD=20
56
57# You can add an additional source of temperature here
58#MONITORED_TEMP=/proc/acpi/thermal_zone/THM0/temperature
59
60# Default: C
61#TEMP=F
62
63#SERVICES="eucalyptus-nc|NC eucalyptus-cloud|CLC eucalyptus-walrus eucalyptus-cc|CC eucalyptus-sc|SC"
64
65#FAN=$(find /sys -type f -name fan1_input | head -n1)
66
67# You can set this to 1 to report your external/public ip address
68# Default: 0
69#IP_EXTERNAL=0
70
71# The users notification normally counts ssh sessions; set this configuration to '1'
72# to instead count number of distinct users logged onto the system
73# Default: 0
74#USERS_DISTINCT=0
75
76# Set this to zero to hide seconds int the time display
77# Default 1
78#TIME_SECONDS=0