weather options
This commit is contained in:
parent
d6d108ee7c
commit
3a6ba994c5
3 changed files with 18 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ M.BarSection {
|
|||
Process {
|
||||
id: proc
|
||||
running: true
|
||||
command: ["wttrbar", "--nerd"]
|
||||
command: ["wttrbar"].concat(M.Modules.weatherArgs)
|
||||
stdout: StdioCollector {
|
||||
onStreamFinished: {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue