My first rice
 
 
 
 
Go to file
Nakidai 25d57ac375 Also add background to the repo 2024-02-20 14:33:26 +03:00
dwm Add files 2024-02-20 14:22:36 +03:00
dwmbar Add files 2024-02-20 14:22:36 +03:00
st Add files 2024-02-20 14:22:36 +03:00
tcsh Add files 2024-02-20 14:22:36 +03:00
README.md Lol 2024-02-20 14:31:25 +03:00
background.jpg Also add background to the repo 2024-02-20 14:33:26 +03:00
rice.png Add files 2024-02-20 14:22:36 +03:00
sysbar.py Add files 2024-02-20 14:22:36 +03:00

README.md

DWM rice

It includes patched dwm with gaps, st and tcsh config, all in the catppuccin frappe theme.
Screenshot

Bar

I wrote this in python, because why not? Please keep sysbar.py and dwmbar/ together, because sysbar.py includes last one.

Background

Source there I think (I downloaded it a long time ago, so I just used google search).

Installation

Firstly edit dwm config (defines at the top of config.h, bindings). Then edit tcsh/.tcshrc for your needs.
Build and install dwm and st, copy files from tcsh/ to your home.
To run bar you can write something like this in the .xinitrc:

python path/to/sysbar.py &
exec dwm

Dependencies

DWM additionally depends on scrot for screenshots and amixer (alsa-utils in archlinux).
Bar depends on python, psutils python package for pc info and getlayout script for getting X11 layout.