1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2024-09-28 17:17:50 +00:00
Dotfiles/.config/polybar/themes/monolit-dracula/polybar-scripts/system-uptime-pretty/system-uptime-pretty.sh
2020-09-05 14:43:37 +03:00

4 lines
165 B
Bash

#!/bin/sh
uptime --pretty | sed 's/up //' | sed 's/\ years\?,/y/' | sed 's/\ weeks\?,/w/' | sed 's/\ days\?,/d/' | sed 's/\ hours\?,\?/h/' | sed 's/\ minutes\?/m/'