all repos — tint2 @ 81c7c65a9fd64cd560d7715a22e839cbb8dad914

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

Fix regression in task icon brightness (issue #714)
Chris Lee @klee93
commit

81c7c65a9fd64cd560d7715a22e839cbb8dad914

parent

044bad6c4013f6836dbc885040e0b7ca1248e2d4

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

jump to
M ChangeLogChangeLog

@@ -1,3 +1,6 @@

+2018-08-04 master +- Fix regression in task icon brightness (issue #714) + 2018-08-04 16.5 - Add new build script - Add option to sort taskbar by application name
M src/taskbar/task.csrc/taskbar/task.c

@@ -399,7 +399,7 @@ for (int k = 0; k < TASK_STATE_COUNT; ++k) {

task->icon[k] = adjust_icon(orig_image, panel->g_task.alpha[k], panel->g_task.saturation[k], - panel->g_task.brightness[k] != 0); + panel->g_task.brightness[k]); if (panel_config.mouse_effects) { task->icon_hover[k] = adjust_icon(task->icon[k], panel_config.mouse_over_alpha,