Files
dotfiles/tmux/powerline/segments/utc_time.sh
2019-01-12 18:22:02 +01:00

7 lines
81 B
Bash
Executable File

# Prints the current time in UTC.
run_segment() {
date -u +"%H:%M"
return 0
}