~rkintzi/statusbar

4cf4fc8491acead910b27c62149a575d8af18cdc — RadosÅ‚aw Kintzi 9 months ago a19b9d7
Update example configuration in README.md
1 files changed, 6 insertions(+), 1 deletions(-)

M README.md
M README.md => README.md +6 -1
@@ 26,11 26,16 @@ for further customization:
  format: "\ue8b0 {cpu}% \ue8b2 {mem}% \ue8b3 {load}%"
- widget: BatteryMonitor
  format: "{icon} {level}%"
  statusIcons: "\ue85b\ue85bCD"
  statusIcons: "\ue85b\ue85b  "
  chargingIcons: "\ue850\ue851\ue852\ue853\ue854\ue855\ue856\ue857\ue858\ue859\ue85a"
  dischargingIcons: "\ue860\ue861\ue862\ue863\ue864\ue866\ue866\ue867\ue868\ue869\ue86a"
  colors: "#9e1828,10,#968a38,20,#ccc"
  criticalLevel: 5
- widget: Volume
  scrollDownCommand: volumeup
  scrollUpCommand: volumedown
  rightClickCommand: mute toggle
  leftClickCommand: pavuctrl
- widget: DateTime
  format: "\uf2ab 2006-01-02 \uf394 15:04:05"
```