speedwm-personal/bar/items.c

11 lines
447 B
C

#include "../toggle.h" /* Include what we've included */
#include "tags.c" /* Include 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