speedwm-personal/bar/items.c

15 lines
766 B
C
Raw Normal View History

#include "../toggle.h" /* Include what we've included */
2022-12-03 23:12:58 +01:00
#include "tags-powerline.c" /* Include powerline tags */
#include "tags.c" /* Include tags */
#include "layoutindicator.c" /* Include layout indicator */
#include "statusbar.c" /* Include status bar with status2d and clickstatus */
#include "statusbar-es.c" /* Include status bar with status2d and clickstatus */
#include "statusbar-basic.c" /* Include basic status bar */
#include "statusbar-basic-es.c" /* Include basic status bar */
#include "statusbar-powerline.c" /* Include powerline status bar */
#include "statusbar-powerline-es.c" /* Include powerline status bar */
#include "title-basic.c" /* Include basic title */
#include "title.c" /* Include title */
#include "systray.c" /* Include systray */