mirror of
https://github.com/dustinkirkland/byobu
synced 2025-07-05 20:42:10 -07:00
within Wolfi, default to our 2nd status line
This commit is contained in:
parent
773af0ddde
commit
5e3944666c
3 changed files with 12 additions and 2 deletions
9
debian/changelog
vendored
9
debian/changelog
vendored
|
@ -1,3 +1,10 @@
|
|||
byobu (6.3) jammy; urgency=medium
|
||||
|
||||
* usr/bin/byobu-janitor.in, usr/share/byobu/status/status:
|
||||
- within Wolfi, default to our 2nd status line
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 02 Jan 2024 19:08:20 -0600
|
||||
|
||||
byobu (6.2) released; urgency=medium
|
||||
|
||||
* add a package count status item, useful for minimal containers
|
||||
|
@ -5,7 +12,7 @@ byobu (6.2) released; urgency=medium
|
|||
* added a status line customized for containers
|
||||
* add wolfi color schemed PS1 prompt
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 31 Dec 2023 09:00:42 -0600
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 02 Jan 2024 19:08:03 -0600
|
||||
|
||||
byobu (6.1) released; urgency=medium
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
# environtment and smooth upgrades
|
||||
#
|
||||
# Copyright (C) 2009 Canonical Ltd.
|
||||
# Copyright (C) 2024 Dustin Kirkland
|
||||
#
|
||||
# Authors: Dustin Kirkland <kirkland@byobu.org>
|
||||
#
|
||||
|
@ -89,6 +90,8 @@ for f in status statusrc; do
|
|||
if [ ! -r "$BYOBU_CONFIG_DIR/$f" ]; then
|
||||
# Copy from skeleton, if possible
|
||||
cp -f "$BYOBU_PREFIX/share/$PKG/status/$f" "$BYOBU_CONFIG_DIR/$f"
|
||||
# If we're running in Wolfi for the first time, cycle to the 2nd status
|
||||
[ "$f" = "status" ] && [ "$BYOBU_DISTRO" = "Wolfi" ] && $BYOBU_PREFIX/lib/byobu/include/cycle-status
|
||||
fi
|
||||
done
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ screen_lower_right="color network #disk_io custom #entropy raid reboot_required
|
|||
tmux_left="logo #distro release #arch session"
|
||||
# You can have as many tmux right lines below here, and cycle through them using Shift-F5
|
||||
tmux_right="#network #disk_io #custom #entropy raid reboot_required updates_available #apport #services #mail #users uptime #fan_speed #cpu_temp #battery #wifi_quality #processes #packages load_average cpu_count cpu_freq memory #swap disk #whoami #hostname #ip_address #time_utc date time"
|
||||
#tmux_right="network disk_io uptime processes packages load_average cpu_count cpu_freq memory disk date time" # Tailored for inside of containers
|
||||
#tmux_right="network disk_io uptime processes packages load_average cpu_count cpu_freq memory disk date time"
|
||||
#tmux_right="network #disk_io #custom entropy raid reboot_required updates_available #apport #services #mail users uptime fan_speed cpu_temp battery wifi_quality #processes #packages load_average cpu_count cpu_freq memory #swap #disk whoami hostname ip_address #time_utc date time"
|
||||
#tmux_right="network #disk_io custom #entropy raid reboot_required updates_available #apport #services #mail users uptime #fan_speed #cpu_temp battery wifi_quality #processes #packages load_average cpu_count cpu_freq memory #swap #disk #whoami #hostname ip_address #time_utc date time"
|
||||
#tmux_right="#network disk_io #custom entropy #raid #reboot_required #updates_available #apport #services #mail #users #uptime fan_speed cpu_temp #battery #wifi_quality #processes #packages #load_average #cpu_count #cpu_freq #memory #swap whoami hostname ip_address #time_utc disk date time"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue