EnnoxHD / archlinux-install-guide

ArchLinux Installation Guide
MIT License
1 stars 0 forks source link

Show the current time in powerline output #14

Closed EnnoxHD closed 1 year ago

EnnoxHD commented 3 years ago

Copy config from /usr/lib/python3.x/site-packages/powerline to ~/.config/powerline

https://powerline.readthedocs.io/en/latest/configuration/segments/common.html#module-powerline.segments.common.time https://strftime.org/ %H:%M

Configure in ~/.config/powerline/segments/common the following: powerline.segments.common.time.date(format='%H:%M', istime=true)