diff options
author | ProgrammAbel <51785314+ProgrammAbel@users.noreply.github.com> | 2020-04-25 16:07:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-25 16:07:50 +0100 |
commit | 8e4099860090dce334cce787e1b4bfb898b48a79 (patch) | |
tree | b4462a87497aca442465b78195bccf2dbab4f339 /brightnessarc-widget | |
parent | 8213e100943e309db7c7c349c9758432d42a64f3 (diff) |
Change cloned dir to proper folder
Diffstat (limited to 'brightnessarc-widget')
-rw-r--r-- | brightnessarc-widget/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/brightnessarc-widget/README.md b/brightnessarc-widget/README.md index 4109910..5049e65 100644 --- a/brightnessarc-widget/README.md +++ b/brightnessarc-widget/README.md @@ -57,7 +57,7 @@ First you need to get the current brightness level. There are two options: Then clone this repo under **~/.config/awesome/**: ```bash -git clone https://github.com/streetturtle/awesome-wm-widgets.git ~/.config/awesome/ +git clone https://github.com/streetturtle/awesome-wm-widgets.git ~/.config/awesome/awesome-wm-widgets ``` Require widget at the beginning of **rc.lua**: |