async (multithread) status bar
ZaheenJ f29185e398 Realized I didn't add weather.c in the previoud "Added weather widget" commit | před 3 roky | |
---|---|---|
components | před 3 roky | |
lib | před 3 roky | |
man | před 3 roky | |
smart-config | před 3 roky | |
wiki | před 3 roky | |
.gitignore | před 3 roky | |
LICENSE | před 4 roky | |
Makefile | před 3 roky | |
README.md | před 3 roky | |
X.h | před 3 roky | |
arg.h | před 3 roky | |
aslstatus.c | před 3 roky | |
aslstatus.h | před 3 roky | |
components_config.h | před 3 roky | |
config.h | před 3 roky | |
config.mk | před 3 roky | |
deps.mk | před 3 roky | |
smart-config.mk | před 3 roky | |
thread_helper.h | před 3 roky |
If you found any issues report, see if its related to my additional code, or upstream first. This is just for my convenience for my dotfiles, and I am not a developer. So far, this fork has my customizations, a weather widget, and a cpu_frequency widget adjusted to take the average of all available cpus
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