Daniele Cocca

Results 22 comments of Daniele Cocca

Hi, I think this is doable by adding the capability to show/hide the panel on a given signal, which is relatively easy to do. The latter capability (autoshowing on workspace...

I don't think it's currently possible. I might consider adding this feature some time in the future, but it's not on the top of my priority list.

Not really: the idea is that it should be backwards compatible, so there should be absolutely nothing to do to use a tint2 config on tint3. In some cases this...

Yes, those are options that have been introduced in tint2 after I forked the project, so I just need to backport them as time allows.

As a side note, your error log above shows you have a "`battery_tooltip`" option that is not in the supported `tint2rc` options (you probably meant to say "`battery_tooltip_enabled`": https://gitlab.com/o9000/tint2/blob/master/doc/tint2.md#battery).

The `battery` applet looks for per-battery paths in sysfs: https://github.com/jmc-88/tint3/blob/8cf54fe8c1a0d1b8d05808ac3fd64e072b7d2c29/src/battery/linux_sysfs.cc#L8 - Does your kernel support it? (`CONFIG_SYSFS`) - Is it mounted? (if not, `mount -t sysfs sysfs /sys`) - What...

Yes, multiple battery support is to do: https://github.com/jmc-88/tint3/blob/master/src/battery/battery.cc#L190 I didn't prioritize that as you're the first one to request support for it, and I don't have a device with two...

My understanding is that tint2 shows a single battery applet with the aggregated status, not separate battery applets. Can you confirm?

I've received the same notification. Also using Fish 3.0; in my case it was sufficient to install [tmux-zen](https://github.com/sagebind/tmux-zen) and open two terminals: the second one will trigger the notification.

I found a pretty reliable way of triggering this, at least on my slow laptop, is to open a terminal, launch tmux and _immediately_ Alt+Tab to another window. When tmux...