richese

Results 9 comments of richese

@211217613 Running python from git repo directory should do the trick. Ipython for ilustration: ``` In [1]: cd '~/git/i3pystatus/' /home/luck/git/i3pystatus In [2]: import i3pystatus In [3]: i3pystatus? Type: module String...

Timer already provides two settings `on_overflow` and `on_reset` that were created exactly for this purpose. You can pass them a string with shell commands or a python function. I did...

> the alert will show only if the i3bar is active (it is not triggered with a hidden i3bar); What exactly do you mean by hidden bar? I am not...

@tcpaiva Thanks. I do not hide my bar so I'm not very familiar with these features. I'll try it later to see if the notification does not occur while bar...

@enkore Well, I have bad and good news. The bad news is that there is no way to wake a process from SIGSTOP other than receiving SIGCONT. The good news...

I'd refrain from adding this directly to `Module` class, at least for now. IMHO right now there are two functions glued together inside of `run` methods: - collecting of data...

Speaking of proprietary broadcoms drivers, this might be related: My signal quality is always 0 and I get these two errors every `interval` seconds on my pc with broadcom wifi...

For dropbox you might want to look at Dropbox CLI (http://www.dropboxwiki.com/tips-and-tricks/using-the-official-dropbox-command-line-interface-cli). It is a python2 script which seems to be able to do all you want.

You do not seem to set the `format_down` setting which contains the string to print if interface is down or not present. Also the `detached_down` setting should be `True` (default...