start new:
tmux
start new with session name:
tmux new -s myname
All packages, except for Tini have been added to termux-root. To install them, simply pkg install root-repo && pkg install docker. This will install the whole docker suite, left only Tini to be compiled manually.
This is a living document. Everything in this document is made in good faith of being accurate, but like I just said; we don't yet know everything about what's going on.
Update: I've disabled comments as of 2025-01-26 to avoid everyone having notifications for something a year on if someone wants to suggest a correction. Folks are free to email to suggest corrections still, of course.
For a tmux status line as seen in the example image for the wemux project:
The session on the left in the example screen shot uses a patched font from the vim-powerline project. Inconsolata-dz, you beautiful creature.
To duplicate the left status line add the following lines to your ~/tmux.conf
set -g status-left-length 32
set -g status-right-length 150
| from dbus_next.aio import MessageBus | |
| from dbus_next.constants import BusType | |
| import asyncio | |
| BLUEZ = "org.bluez" | |
| #replace hci0 with your bluetooth adapter name and FF_FF_FF_FF_FF_FF with your keyboard address | |
| BLUEZ_PATH = "/org/bluez/hci0/dev_FF_FF_FF_FF_FF_FF" | |
| GATT_SERVICE = 'org.bluez.GattService1' | |
| GATT_CHARACTERISCITC = 'org.bluez.GattCharacteristic1' | |
| GATT_CHARACTERISCITC_DESCR = 'org.bluez.GattDescriptor1' | |
| BATTERY_UUID = "0000180f-0000-1000-8000-00805f9b34fb" |
| "dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.PlayPause" XF86AudioPlay | |
| "dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Stop" XF86AudioStop | |
| "dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Next" XF86AudioNext | |
| "dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Previous" XF86AudioPrevious |