7 lines
316 B
Bash
7 lines
316 B
Bash
#!/bin/bash
|
|
|
|
if [ -z "$OMARCHY_BARE" ]; then
|
|
omarchy-tui-install "Disk Usage" "bash -c 'dust -r; read -n 1 -s'" float https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/qdirstat.png
|
|
omarchy-tui-install "Docker" "lazydocker" tile https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/docker.png
|
|
fi
|