elenapan / dotfiles

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

fixes missing uptime from #155 #161

Open cortex3 opened 2 years ago

cortex3 commented 2 years ago

awful.widget.watch only invokes a command and not an entire shell. The pipe here doesn't work so I moved the removal of the "up " string into the existing regex below.

(btw I love your awesome dotfiles, thank you for your work!)