Files
dotfiles_i3_notebook_arch/polybar/scripts/showcrypto.sh
2025-09-22 08:27:51 +02:00

6 lines
84 B
Bash
Executable File

#!/usr/bin/env bash
polybar cryptobar &
sleep 10
kill $(pgrep polybar | tail -n 1)