all repos — tint2 @ 7e6f7df55ee061168118db8cb2fce8efc0e9c557

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

Taskbar: thumbnails (interleave slow periodic throttling with event processing)
o9000 mrovi9000@gmail.com
commit

7e6f7df55ee061168118db8cb2fce8efc0e9c557

parent

47201cab84a96831abf33119ebd200ecb17d6e6b

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

jump to
M src/taskbar/taskbar.csrc/taskbar/taskbar.c

@@ -841,7 +841,7 @@ }

if (mode == THUMB_MODE_ALL) { double now = get_time(); if (now - start_time > 0.030) { - change_timeout(&thumbnail_update_timer_all, 10, 10 * 1000, taskbar_update_thumbnails, arg); + change_timeout(&thumbnail_update_timer_all, 50, 10 * 1000, taskbar_update_thumbnails, arg); return; } }