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