Merge pull request #133 from ProgrammAbel/patch-1

Fix ambiguity in some READMEs
This commit is contained in:
streetturtle 2020-04-25 20:47:19 -04:00 committed by GitHub
commit 99501f066d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View File

@ -55,7 +55,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**:

View File

@ -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**:

View File

@ -17,13 +17,13 @@ Blurs / pixelates background and shows widget with run prompt:
1. 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
```
1. Require widget at the beginning of **rc.lua**:
```lua
local run_shell = require("awesome-wm-widgets.run_shell.run_shell")
local run_shell = require("awesome-wm-widgets.run-shell-3.run-shell")
```
1. Use it (don't forget to comment out the default prompt):

View File

@ -9,13 +9,13 @@ Run prompt which is put inside a widget:
1. 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
```
1. Require widget at the beginning of **rc.lua**:
```lua
local run_shell = require("awesome-wm-widgets.run_shell.run_shell")
local run_shell = require("awesome-wm-widgets.run-shell.run-shell")
```
1. Use it (don't forget to comment out the default prompt):

View File

@ -46,13 +46,13 @@ The config above results in the following widget:
1. 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
```
1. Require volumearc widget at the beginning of **rc.lua**:
```lua
require("volumearc")
local volumearc_widget = require("awesome-wm-widgets.volumearc-widget.volumearc")
...
s.mytasklist, -- Middle widget
{ -- Right widgets