X-Git-Url: https://adrianiainlam.tk/git/?p=indicator-lunar-calendar.git;a=blobdiff_plain;f=indicator-lunar-calendar.js;fp=indicator-lunar-calendar.js;h=ea4470f4ab07648aa152e6baadb203343d41dcba;hp=64fb0ea702fe18d3845fd1624d3566ef4ca6c559;hb=0bf60d5783348434829af1d603cb5f07539039db;hpb=988731c91cb7789aca00d1749139c3edc4c0b441 diff --git a/indicator-lunar-calendar.js b/indicator-lunar-calendar.js index 64fb0ea..ea4470f 100755 --- a/indicator-lunar-calendar.js +++ b/indicator-lunar-calendar.js @@ -74,6 +74,14 @@ function update_indicator() { indicator.set_icon(__dirname + '/icons/' + lunar.zodiac + '.svg'); indicator.set_label(compact_date, ''); item.set_label(long_date); + + console.log('Indicator updated. ' + lunar.hour + ' Time: ' + new Date()); + /* DO NOT REMOVE THE ABOVE LINE. + * I have no absolutely no idea why but the indicator doesn't get + * updated if this line is removed. + * It wasn't needed though before implementing the DBus section below. + * So perhaps some kind of conflict between the two? + */ } var job = new CronJob({