all repos — tint2 @ dafe9824e393f6bebcf9cffadc1a72d61229a45e

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Update changelog
o9000 mrovi9000@gmail.com
commit

dafe9824e393f6bebcf9cffadc1a72d61229a45e

parent

b9310665732074af596772266461d8a6ef1df1b7

1 files changed, 6 insertions(+), 1 deletions(-)

jump to
M ChangeLogChangeLog

@@ -1,4 +1,6 @@

-2017-06-20 master +2017-06-27 master +- Fixes: + - Clock, executors and other timers fire correctly after waking up from suspend - Enhancements: - Taskbar: new config option taskbar_hide_different_desktop - Battery:

@@ -7,6 +9,9 @@ - New config option battery_full_cmd

- Better "Unknown" state handling - Executor: - Hide if output is empty + - If no user tooltip is set, displays the script standard error as tooltip. + Tooltip is multiline, can be cleared with the VT100 clear screen sequence, in shell: (>&2 echo -en "\033[2J"). + Long tooltips are truncated to 4096 characters. - Configuration changes: - Removed primary_monitor_first as it was conflicting with taskbar behavior; use *_monitor = primary instead.