dotfiles/.config/polybar/scripts/system-uptime-pretty.sh

4 lines
77 B
Bash
Executable File

#!/bin/sh
echo "%{F#77dd77}%{F#ddd} " $(uptime --pretty | sed 's/up //')