From 924dace74aeb616f84220ecbc8b09aa4246ba49a Mon Sep 17 00:00:00 2001 From: LAuch <47027824+LAuchMitBauch@users.noreply.github.com> Date: Sat, 29 Feb 2020 13:20:55 +0100 Subject: [PATCH] Add Arch support dnsutils for network.sh --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 21761db..a08af6e 100644 --- a/README.md +++ b/README.md @@ -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