Fixing markdown...
This commit is contained in:
parent
3a917fe892
commit
4849730abd
|
@ -22,7 +22,7 @@ to improve your Awesome setup.
|
|||
* [Battery Indicator (UPower)](https://github.com/stefano-m/awesome-power_widget)
|
||||
* [[Google Play Music Desktop Player|recipes/gpmdp]]
|
||||
* [Set of simple widgets](https://github.com/streetturtle/awesome-wm-widgets) - widgets for battery, cpu, brightness, volume, email, etc.
|
||||
* [Microphone state](../recipes/mic)
|
||||
* [[Microphone state|recipes/mic]]
|
||||
|
||||
## Libraries
|
||||
|
||||
|
|
|
@ -5,14 +5,18 @@
|
|||
|
||||
|
||||
# Microphone state widget/watcher
|
||||
|
||||
This widget can be used to display the current microphone status.
|
||||
|
||||
## Requirements
|
||||
|
||||
- `amixer` - this command is used to get and toggle microphone state
|
||||
|
||||
## Usage
|
||||
|
||||
- Download [mic.lua](https://awesomewm.org/recipes/mic.lua) file and put it into awesome's
|
||||
folder (like `~/.config/awesome/widgets/mic.lua`)
|
||||
|
||||
- Add widget to `theme.lua`:
|
||||
|
||||
```lua
|
||||
|
|
|
@ -1,12 +1,16 @@
|
|||
# Microphone state widget/watcher
|
||||
|
||||
This widget can be used to display the current microphone status.
|
||||
|
||||
## Requirements
|
||||
|
||||
- `amixer` - this command is used to get and toggle microphone state
|
||||
|
||||
## Usage
|
||||
|
||||
- Download [mic.lua](https://awesomewm.org/recipes/mic.lua) file and put it into awesome's
|
||||
folder (like `~/.config/awesome/widgets/mic.lua`)
|
||||
|
||||
- Add widget to `theme.lua`:
|
||||
|
||||
```lua
|
||||
|
|
Loading…
Reference in New Issue