09-22-2016, 10:10 PM
![[Image: 66FhOYt.png]](http://i.imgur.com/66FhOYt.png)
updates file code:
Code:
#!/bin/bash
# Check for Updates - for the Linux Lite Conky Widget
# Licence - GPLv2 Sharing is Caring
# Jerry Bezencon - Linux Lite 2016
# Variables
LASTUPDATES=$(LANG=C ls -lt --time-style="long-iso" /var/log/apt | grep -o '\([0-9]\{2,4\}[- ]\)\{3\}[0-9]\{2\}:[0-9]\{2\}' -m 1)
# Statements
echo "\${color2}"$LASTUPDATES
exit 0
widget code, line 127:
Code:
${alignc}${font AvantGardeLTMedium:bold:size=10}${color Tan1}Your last update was on:${font}