63 lines
1.4 KiB
Markdown
63 lines
1.4 KiB
Markdown
|
|
## wiremix
|
|
|
|
### Default Keyboard Bindings
|
|
|
|
[](https://github.com/tsowell/wiremix#default-keyboard-bindings)
|
|
|
|
|Input|Action|
|
|
|---|---|
|
|
|q|Quit|
|
|
|m|Toggle mute|
|
|
|d|Set default source/sink|
|
|
|l/Right arrow|Increment volume|
|
|
|h/Left arrow|Decrement volume|
|
|
|Enter/c|Open dropdown or choose|
|
|
|Esc|Cancel dropdown|
|
|
|j/Down arrow|Move down|
|
|
|k/Up arrow|Move up|
|
|
|H/Shift+Tab|Select previous tab|
|
|
|L/Tab|Select next tab|
|
|
|` (Backtick)|Set volume 0%|
|
|
|1|Set volume 10%|
|
|
|2|Set volume 20%|
|
|
|3|Set volume 30%|
|
|
|4|Set volume 40%|
|
|
|5|Set volume 50%|
|
|
|6|Set volume 60%|
|
|
|7|Set volume 70%|
|
|
|8|Set volume 80%|
|
|
|9|Set volume 90%|
|
|
|0|Set volume 100%|
|
|
|?|Toggle help screen|
|
|
|
|
## cava
|
|
|
|
### Controls
|
|
|
|
[](https://github.com/karlstav/cava#controls)
|
|
|
|
| Key | Description |
|
|
| ------------ | ---------------------------------- |
|
|
| up / down | increase/decrease sensitivity |
|
|
| left / right | increase/decrease bar width |
|
|
| f / b | change foreground/background color |
|
|
| r | Reload configuration |
|
|
| c | Reload colors only |
|
|
| q or CTRL-C | Quit C.A.V.A. |
|
|
|
|
cava -p ~/.config/cava/themes/tokyonight.cava
|
|
|
|
``` bash
|
|
[color]
|
|
background = '#1a1b26'
|
|
|
|
gradient = 1
|
|
gradient_count = 6
|
|
gradient_color_1 = '#3d59a1'
|
|
gradient_color_2 = '#7aa2f7'
|
|
gradient_color_3 = '#bb9af7'
|
|
gradient_color_4 = '#ff757f'
|
|
gradient_color_5 = '#ffc777'
|
|
gradient_color_6 = '#c53b53'
|
|
``` |