hmonitors net temporarily disabled

feat/kile-v2
Ricard Illa 2022-09-03 17:58:34 +02:00
parent df172d5545
commit c8c1e2e1fc
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 4 additions and 4 deletions

View File

@ -140,10 +140,10 @@ in {
, allDesktops = True
, position = TopW L 100
, commands =
[ Run Com "${hmonitorsQuery}" ["date" ] "date" 10
, Run Com "${hmonitorsQuery}" ["bat", "${acpi}" ] "bat" 10
, Run Com "${hmonitorsQuery}" ["net", "${nmcli}" ] "net" 20
, Run Com "${hmonitorsQuery}" ["vol", "${pamixer}"] "vol" 5
[ Run Com "${hmonitorsQuery}" ["date"] "date" 10
, Run Com "${hmonitorsQuery}" ["bat"] "bat" 10
-- , Run Com "${hmonitorsQuery}" ["net"] "net" 20
, Run Com "${hmonitorsQuery}" ["vol"] "vol" 5
, Run StdinReader
]
}