mirror of
https://github.com/raxracks/suckless-stack.git
synced 2024-12-02 00:11:06 +13:00
17 lines
344 B
C
17 lines
344 B
C
/* Bar functionality */
|
|
#include "bar_indicators.h"
|
|
#include "bar_tagicons.h"
|
|
#include "bar.h"
|
|
|
|
#include "bar_ltsymbol.h"
|
|
#include "bar_status.h"
|
|
#include "bar_tags.h"
|
|
#include "bar_wintitle.h"
|
|
#include "bar_awesomebar.h"
|
|
#include "bar_wintitleactions.h"
|
|
|
|
/* Other patches */
|
|
/* Layouts */
|
|
#include "layout_monocle.h"
|
|
#include "layout_tile.h"
|
|
|