don't have these commented, user can yank one of the other lines since

the list of barmodules is now there
This commit is contained in:
speedie 2022-12-06 19:27:36 +01:00
parent b84b6ae663
commit 062cb492f3

4
bar.h
View file

@ -62,12 +62,8 @@
static const BarRule barrules[] = {
/* Monitor Bar Alignment Width Draw Click Module name */
{ -1, 0, bar_align_left, width_ltsymbol, draw_ltsymbol, click_ltsymbol, "layout" },
//{ -1, 0, bar_align_left, width_tags, draw_tags, click_tags, "tags" },
{ -1, 0, bar_align_left, width_tags_pwl, draw_tags_pwl, click_tags_pwl, "powerline tags" },
{ 'A', 0, bar_align_right, width_systray, draw_systray, click_systray, "systray" },
//{ 'A', 0, bar_align_right, width_status_basic, draw_status_basic, click_status_basic, "basic status" },
//{ 'A', 0, bar_align_right, width_status, draw_status, click_status, "clickable and colored status" },
{ 'A', 0, bar_align_right, width_status_pwl, draw_status_pwl, click_status_pwl, "powerline status" },
//{ -1, 0, bar_align_none, width_title_basic, draw_title_basic, click_title_basic, "basic title" },
{ -1, 0, bar_align_none, width_title, draw_title, click_title, "title" },
};