async (multithread) status bar
dm9pZCAq 7561791cdf README.md: update matrix room url | 10 ヶ月 前 | |
---|---|---|
components | 2 年 前 | |
lib | 2 年 前 | |
man | 3 年 前 | |
smart-config | 3 年 前 | |
wiki | 3 年 前 | |
.gitignore | 3 年 前 | |
LICENSE | 4 年 前 | |
Makefile | 3 年 前 | |
README.md | 10 ヶ月 前 | |
X.h | 3 年 前 | |
arg.h | 3 年 前 | |
aslstatus.c | 2 年 前 | |
aslstatus.h | 2 年 前 | |
build.mk | 3 年 前 | |
components_config.h | 3 年 前 | |
config.h | 3 年 前 | |
config.mk | 2 年 前 | |
deps.mk | 3 年 前 | |
smart-config.mk | 3 年 前 | |
thread_helper.h | 2 年 前 |
if you found any issues report it here
for all other questions, feel free to ask in matrix #aslstatus:matrix.org
avaliable in my overlay:
eselect repository enable dm9pZCAq
emerge --sync dm9pZCAq
emerge app-admin/aslstatus::dm9pZCAq
if you wanna pack aslstatus
for you distro,
please do so and submit PR to add it here
it is successfully compiling with
clang
tcc
gcc
needs pkg-config
for LDLIBS
you can find out more in config.mk
add support for X
(needed for dwm
WM_NAME
)
you may want to set it to 0
if you use aslstatus in dvtm
1
libxcb-dev
add support for keyboard (needed for keymap
component)
works only if X=1
1
libxcb-xkb-dev
select audio library
ALSA
ALSA
PULSE
''
(empty) to use sys/soundcard.h
or sys/audioio.h
on OpenBSDlibasound-dev
(if AUDIO=ALSA
)libpulse-dev
(if AUDIO=PULSE
)for more info about components see wiki and components_config.h
see also main wiki page, you can find some useful stuff here