Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Add Void Linux deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hollystandring committed Mar 11, 2022
1 parent 6c3ee88 commit 4268ea6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,13 @@ Dependencies: ```curl```
$ git clone https://github.com/joestandring/dwm-bar
$ cd dwm-bar
```
2. Install Dependencies from dep/YourDisto.txt
2. (Optional) Install Dependencies from ```dep/YourDisto.txt```. This will install dependencies for ALL functions so consider excluding ones you do not plan to use. These can be found at the top of each bar function.

* For Void Linux

```
$ sudo xbps-install -S $(cat dep/void.txt)
```

* For Arch Linux

Expand Down
15 changes: 15 additions & 0 deletions dep/void.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
alsa-utils
cmus
setxkbmap
mpc
wpa_supplicant
NetworkManager
NetworkManager-openvpn
calcurse
transmission-remote-gtk
xbacklight
connman
curl
pamixer
spotifyd
playerctl

0 comments on commit 4268ea6

Please sign in to comment.