mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-24 12:55:41 +02:00
examples: add ssid to wifi-network module
This commit is contained in:
parent
25379b7e1f
commit
066427d77a
1 changed files with 7 additions and 3 deletions
|
@ -219,9 +219,13 @@ bar:
|
||||||
up:
|
up:
|
||||||
map:
|
map:
|
||||||
tag: ipv4
|
tag: ipv4
|
||||||
default: {string: {text: , font: *awesome}}
|
default:
|
||||||
values:
|
- string: {text: , font: *awesome}
|
||||||
"": {string: {text: , font: *awesome, foreground: ffffff66}}
|
- string: {text: "{ssid}"}
|
||||||
|
values:
|
||||||
|
"":
|
||||||
|
- string: {text: , font: *awesome, foreground: ffffff66}
|
||||||
|
- string: {text: "{ssid}", foreground: ffffff66}
|
||||||
- alsa:
|
- alsa:
|
||||||
card: hw:PCH
|
card: hw:PCH
|
||||||
mixer: Master
|
mixer: Master
|
||||||
|
|
Loading…
Add table
Reference in a new issue