speedwm-personal/bar/items.c

11 lines
447 B
C
Raw Normal View History

#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 */
2022-12-03 17:31:43 +01:00
#if USESYSTRAY
#include "systray.c" /* Include systray */
2022-12-03 17:31:43 +01:00
#endif