lclarkmichalek / archey3

Simple python script to print the Archlinux logo with basic system information.
http://bluepeppers.github.com/archey3
Other
62 stars 27 forks source link

Time since last system upgrade feature. #12

Closed mikeframpo closed 11 years ago

mikeframpo commented 11 years ago

Reads pacman's log file and finds the time of the last full system upgrade. Helps me to keep my system from getting stale.

To enable the feature you'll need to add system_upgrade() to your config file.

screenshot from 2013-05-10 00 00 41

lclarkmichalek commented 11 years ago

Looks awesome, thanks for doing this.

mikeframpo commented 11 years ago

No problem, thanks for making an awesome wee program. I'm just learning python so was a nice way to improve my skills.