Add tsui to Tailscale installer (#604)

This commit is contained in:
Ryan Hughes
2025-08-22 22:22:29 +02:00
committed by GitHub
parent 85f9fb486e
commit b8bd1d1d6c
7 changed files with 112 additions and 12 deletions

5
install/apps/tuis.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
if [ -z "$OMARCHY_BARE" ]; then
omarchy-tui-install "Disk Usage" "bash -c 'dust; read -n 1 -s'" float https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/qdirstat.png
fi