Merge pull request #133 from ProgrammAbel/patch-1
Fix ambiguity in some READMEs
This commit is contained in:
commit
99501f066d
|
@ -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**:
|
||||
|
|
|
@ -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**:
|
||||
|
|
|
@ -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):
|
||||
|
|
|
@ -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):
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue