Zren / plasma-applet-commandoutput

https://store.kde.org/p/1166510/
GNU General Public License v2.0
87 stars 18 forks source link

command output crashes... no updates #14

Closed ryanerwin closed 5 years ago

ryanerwin commented 5 years ago

image

The time in the outlined RED BOX is set to command:

echo '(' $(TZ='America/Los_Angeles' date '+%H:%m') 'in LA )'

It updates for a while... Maybe a few hours... then just stops updating... image

Any idea how to toubleshoot? Seems that reguardless of what I set the command to, it just crashes after a while.

Operating System: Arch Linux 
KDE Plasma Version: 5.15.5
KDE Frameworks Version: 5.58.0
Qt Version: 5.12.3
Kernel Version: 5.1.7-arch1-1-ARCH
OS Type: 64-bit
Processors: 4 × Intel® Core™ i7-6560U CPU @ 2.20GHz
Memory: 15.5 GiB of RAM
ryanerwin commented 5 years ago

So funny... Not sure how tired I was when I posted this... Anyway, completely user error.

from man date:

       %m     month (01..12)

       %M     minute (00..59)

Obviously the output appears to freeze when you've got a month there instead of a minute ;-)