mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
generate simpler default status config file
This commit is contained in:
parent
4843026f24
commit
a2d5a7f77f
1 changed files with 2 additions and 12 deletions
|
@ -85,20 +85,10 @@ choose() {
|
||||||
status_config() {
|
status_config() {
|
||||||
# Generate the status configuration
|
# Generate the status configuration
|
||||||
# Disable the menu, since screen-profiles configurator is not available
|
# Disable the menu, since screen-profiles configurator is not available
|
||||||
|
# Enable user@host in its place
|
||||||
echo "
|
echo "
|
||||||
arch=0
|
|
||||||
cpu-count=1
|
|
||||||
cpu-freq=1
|
|
||||||
ec2-cost=0
|
|
||||||
hostname=1
|
|
||||||
logo=1
|
|
||||||
load-average=1
|
|
||||||
mem-available=1
|
|
||||||
mem-used=1
|
|
||||||
menu=0
|
menu=0
|
||||||
reboot-required=1
|
hostname=1
|
||||||
release=1
|
|
||||||
updates-available=1
|
|
||||||
whoami=1"
|
whoami=1"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue