speedwm-personal/bar/items.c
2022-12-03 23:12:58 +01:00

13 lines
497 B
C

#include "../toggle.h" /* Include what we've included */
#include "tags.c" /* Include tags */
#include "tags-basic.c" /* Include basic tags */
#include "layoutindicator.c" /* Include layout indicator */
#include "statusbar.c" /* Include status bar with status2d and clickstatus */
#include "statusbar-basic.c" /* Include basic status bar */
#include "title-basic.c" /* Include basic title */
#include "title.c" /* Include title */
#if USESYSTRAY
#include "systray.c" /* Include systray */
#endif