elenapan / dotfiles

There is no place like ~/
GNU General Public License v2.0
3.48k stars 178 forks source link

Uptime not showing anymore, is it just here? #155

Closed hrqmonteiro closed 2 years ago

hrqmonteiro commented 3 years ago

uptime

Found this today when looking at the dashboard.

jasper1378 commented 2 years ago

This probably isn't the proper way to do it. But my workaround is to remove the second part of the uptime command (that contains sed) so that the second line in the uptime section in /elemental/dashboard/amarena.lua says awful.widget.watch("uptime -p", 60, function(_, stdout)

cortex3 commented 2 years ago

I've created a Pull Request to address the issue. I'm surprised that it used to work since there was no change there in the last 2 years. (assuming i read the git blame correctly)