layout indicator on the right

This commit is contained in:
speedie 2022-12-26 22:12:28 +01:00
parent 41967dd8c0
commit 96d2da6e8e

2
bar.h
View file

@ -61,9 +61,9 @@
*/ */
static const BarRule barrules[] = { static const BarRule barrules[] = {
/* Monitor Bar Alignment Width Draw Click Module name */ /* 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_pwl, draw_tags_pwl, click_tags_pwl, "powerline 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_systray, draw_systray, click_systray, "systray" },
{ -1, 0, bar_align_right, width_ltsymbol, draw_ltsymbol, click_ltsymbol, "layout" },
{ -1, 0, bar_align_right, width_status_pwl, draw_status_pwl, click_status_pwl, "powerline status" }, { -1, 0, bar_align_right, width_status_pwl, draw_status_pwl, click_status_pwl, "powerline status" },
{ -1, 0, bar_align_none, width_title, draw_title, click_title, "title" }, { -1, 0, bar_align_none, width_title, draw_title, click_title, "title" },
}; };