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/**:
|
Then clone this repo under **~/.config/awesome/**:
|
||||||
|
|
||||||
```bash
|
```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**:
|
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/**:
|
Then clone this repo under **~/.config/awesome/**:
|
||||||
|
|
||||||
```bash
|
```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**:
|
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/**:
|
1. Clone this repo under **~/.config/awesome/**:
|
||||||
|
|
||||||
```bash
|
```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**:
|
1. Require widget at the beginning of **rc.lua**:
|
||||||
|
|
||||||
```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):
|
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/**:
|
1. Clone this repo under **~/.config/awesome/**:
|
||||||
|
|
||||||
```bash
|
```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**:
|
1. Require widget at the beginning of **rc.lua**:
|
||||||
|
|
||||||
```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):
|
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/**
|
1. Clone this repo under **~/.config/awesome/**
|
||||||
|
|
||||||
```bash
|
```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**:
|
1. Require volumearc widget at the beginning of **rc.lua**:
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
require("volumearc")
|
local volumearc_widget = require("awesome-wm-widgets.volumearc-widget.volumearc")
|
||||||
...
|
...
|
||||||
s.mytasklist, -- Middle widget
|
s.mytasklist, -- Middle widget
|
||||||
{ -- Right widgets
|
{ -- Right widgets
|
||||||
|
|
Loading…
Reference in New Issue