Add Arch support dnsutils for network.sh

This commit is contained in:
LAuch 2020-02-29 13:20:55 +01:00 committed by GitHub
parent ffdf798b9b
commit 924dace74a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,7 @@ A collection of custom *applets* and *menus* made using [rofi](https://github.co
### Installation
+ First of all make sure you have `rofi` installed:
``` bash
# Arch / Arch-based
@ -93,6 +94,11 @@ cd scripts
# (or from anywhere)
. ~/.config/rofi/scripts/backlight.sh
```
##### Arch:
For the Network Menu, you will need a command named ``` dig ``` to install this package you need to run
```
pacman -S dnsutils
```
### Applets