mirror of https://git.sr.ht/~skiqqy/dwm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
assets | 1 year ago | |
bar | 3 years ago | |
misc | 3 years ago | |
src | 1 year ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
Makefile | 1 year ago | |
README.md | 3 years ago | |
dwm_bar.sh | 3 years ago |
README.md
dwm
My dwm fork from suckless dwm
Dependencies
Build Dependencies
Without these dependences, you cannot build the project, and so these are "hard" dependences, they are,
- X11 Header files
- Make/GNU Make
- C compiler
Necessary Dependencies
These dependencies are needed during runtime, or else things will get wacky, The wacky scale goes from 0 (not wacky) to 10 (Giga wacky).
Dependency | Wacky Scale |
---|---|
feh | 10 |
compton | 10 |
Optional Dependencies
My dwm fork can be run without these dependences installed, and so these are "soft" dependencies, but if you install them, extra features become availiable.
Dependency | Bar Feature |
---|---|
acpi | Battery Information |
nmcli | Display WiFi Information |
Herbe | Displays a warning when your battery gets low |
Installing
Simply type,
$ make
You will be prompted for sudo when it is needed
Usage
Once installed, when logging in, you will be able to select dwm from your login manager.
Bar
- First block -> Current song.
- Second block -> Next appointment in your calander (uses calcurse).
- Third block -> Date.
- Fourth block -> Wifi status.
- Fifth block -> Battery status (++ means charging, -- means discharging).