initial
This commit is contained in:
6
tmux/powerline/segments/utc_time.sh
Executable file
6
tmux/powerline/segments/utc_time.sh
Executable file
@ -0,0 +1,6 @@
|
||||
# Prints the current time in UTC.
|
||||
|
||||
run_segment() {
|
||||
date -u +"%H:%M"
|
||||
return 0
|
||||
}
|
Reference in New Issue
Block a user