This is my VA11 HALL-A themed rice for linux, using suckless tools. Also, this is a whole-desktop-in-a-repo.
- Background: a modified version of "VA-11 HALL-A: Jill" by makaroll410
- Fonts (NOT included)
- Ubuntu
- NanumGothic (for Korean)
- Font Awesome 5 Free
-
window manager: dwm
- patches applied: tilegap, status2d, alpha
- modified to allow adjusting bar paddings
- status2d is customized to support graph drawing
-
app launcher: dmenu
- patches applied: line-height
- a little hack is applied to keep process tree cleaner
-
status monitor: slstatus
-
terminal emulator: st
- patches applied: alpha
- custom color for this rice
- X compositor: compton
Simple make install
will install all included programs under ${HOME}/.local
,
and, therefore, executables will be placed in ${HOME}/.local/bin
.
You may edit config.h
to customize the programs, and must re-run
make install
afterwards.
Use/edit included xinitrc
or write your own startup script. You're on your own
if you want to use other methods.
Uninstalling is as easy as simple make uninstall
.