feat: tmux and widgets

This commit is contained in:
2026-02-12 15:44:56 +00:00
parent 2486afd158
commit 73a14218a8
7 changed files with 245 additions and 13 deletions

View File

@@ -69,6 +69,7 @@ binaries: List[Text] = [
"fzf",
"zoxide",
"rg",
"tmux",
]
binaries = [binary for binary in binaries if binary is not None]