diff options
author | Archie Hilton (thytom) <archie.hilton1@gmail.com> | 2019-10-22 23:35:10 +0100 |
---|---|---|
committer | Archie Hilton (thytom) <archie.hilton1@gmail.com> | 2019-10-22 23:35:10 +0100 |
commit | 00c81dad18101aef399451af3775e89a7904b7b2 (patch) | |
tree | f902f12a0d30923f9ad4a30686d5ae2a52d2ad30 /README.md | |
parent | ff626d22831e33db168c4d1849825bf0ca44e1c6 (diff) |
Added prerequesites for modules
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 42 |
1 files changed, 42 insertions, 0 deletions
@@ -6,6 +6,48 @@ dwmbar is a very simple status bar written for dwm. # Installation +## Prerequisites + +While some modules will work without these dependencies, we recommend grabbing +the ones you want for specific modules. + +Highly Recommended: +* Any patched Nerd Font for icons. + +Optional (By module): + * archupdates + - Arch Linux + - yay + - pacman-contrib +* backlight + - light +* bluetooth + - bluez +* mail + - mutt/neomutt (We recommend [Luke Smith's Mutt-Wizard](https://github.com/LukeSmithxyz/mutt-wizard)) for configuration. +* mpd + - mpd + - mpc +* redshift + - redshift +* sunmoon + - redshift +* temperature + - lm_sensors +* todo + - [t todo manager](https://github.com/sjl/t) +* tor + - tor +* volume + - pulseaudio +* volumebar + - pulseaudio +* weather + - curl + - Internet connection +* wifi + - Wifi card + ## Arch Linux There is an [AUR package](https://aur.archlinux.org/packages/dwmbar) for |