mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-20 21:43:19 -07:00
* === added directory usr/share/byobu/status, configure.ac,
etc/byobu/statusrc, experimental/byobu-status-all => usr/bin/byobu- statusd, Makefile.am, usr/bin/byobu-janitor, usr/bin/byobu-status- print, usr/bin/Makefile.am, usr/lib/byobu/color, usr/lib/byobu/.constants, usr/lib/byobu/Makefile.am, usr/lib/byobu/.shutil, usr/share/byobu/profiles/common, usr/share/byobu/status/1, usr/share/byobu/status/2, usr/share/byobu/status/3, usr/share/byobu/status/4, usr/share/byobu/status/Makefile.am: - add shared configurations for status ordering - install symlinks to status ordering - add status script for status colors - move color function to shared utils - add stub for tmux color support - add byobu-statusd, daemon to cache and update status information in the run directory as the information expires - add byobu-status-print, script to concatenate status per ordered configuration - move byobu backend support below BYOBU_CONFIG_DIR determination - move status frequencies to a shared utility function - drop the backtick commands for all the individual status functions - add the backtick commands for the 4 quadrants of status - update the hardstatus line accordingly
This commit is contained in:
parent
811261f9ab
commit
ba6e71a112
19 changed files with 312 additions and 139 deletions
|
@ -22,6 +22,7 @@ AC_OUTPUT(Makefile \
|
|||
usr/share/byobu/keybindings/Makefile \
|
||||
usr/share/byobu/pixmaps/Makefile \
|
||||
usr/share/byobu/profiles/Makefile \
|
||||
usr/share/byobu/status/Makefile \
|
||||
usr/share/byobu/tests/Makefile \
|
||||
usr/share/byobu/windows/Makefile \
|
||||
usr/share/doc/byobu/Makefile \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue