all repos — tint2 @ ceafe9b281e97e6603c89626ecdb17c74f3e1303

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

config: Add missing #if
o9000 o9000
commit

ceafe9b281e97e6603c89626ecdb17c74f3e1303

parent

263d1ab15f8854f3d50c140f92e37f43a46d738a

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

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

@@ -260,7 +260,9 @@ panel_items_order = strdup(value);

int j; systray_enabled = 0; launcher_enabled = 0; +#ifdef ENABLE_BATTERY battery_enabled = 0; +#endif clock_enabled = 0; taskbar_enabled = 0; for (j=0 ; j < strlen(panel_items_order) ; j++) {