mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-02 19:21:03 +02:00
feat: Add orientation and direction support for sys info
This commit is contained in:
parent
70b2c592b2
commit
44be58594b
10 changed files with 66 additions and 36 deletions
|
@ -1,4 +1,4 @@
|
|||
position: "left"
|
||||
position: "bottom"
|
||||
start:
|
||||
- type: clock
|
||||
format: "%H:%M"
|
||||
|
@ -79,4 +79,39 @@ start:
|
|||
- type: slider
|
||||
value: "echo 50"
|
||||
length: 100
|
||||
orientation: v
|
||||
orientation: v
|
||||
- type: sys_info
|
||||
format:
|
||||
- ' {cpu_percent}%'
|
||||
- ' {memory_used} / {memory_total} GB ({memory_percent}%)'
|
||||
- ' {uptime}'
|
||||
interval:
|
||||
cpu: 1
|
||||
disks: 300
|
||||
memory: 30
|
||||
networks: 3
|
||||
temps: 5
|
||||
- type: sys_info
|
||||
orientation: vertical
|
||||
format:
|
||||
- ' {cpu_percent}%'
|
||||
- ' {memory_used} / {memory_total} GB ({memory_percent}%)'
|
||||
- ' {uptime}'
|
||||
interval:
|
||||
cpu: 1
|
||||
disks: 300
|
||||
memory: 30
|
||||
networks: 3
|
||||
temps: 5
|
||||
- type: sys_info
|
||||
layout: vertical
|
||||
format:
|
||||
- ' {cpu_percent}%'
|
||||
- ' {memory_used} / {memory_total} GB ({memory_percent}%)'
|
||||
- ' {uptime}'
|
||||
interval:
|
||||
cpu: 1
|
||||
disks: 300
|
||||
memory: 30
|
||||
networks: 3
|
||||
temps: 5
|
Loading…
Add table
Add a link
Reference in a new issue