Update config.json
This commit is contained in:
parent
f3a7b3882b
commit
e55b231547
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"anchor_to_edges": true,
|
"anchor_to_edges": true,
|
||||||
"position": "top",
|
"position": "top",
|
||||||
|
"icon_theme": "paper",
|
||||||
"start": [
|
"start": [
|
||||||
{
|
{
|
||||||
"all_monitors": false,
|
"all_monitors": false,
|
||||||
@ -8,11 +9,11 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"format": [
|
"format": [
|
||||||
" {cpu_percent}%",
|
" {cpu_percent}%",
|
||||||
" {temp_c:k10temp-Tctl}°C",
|
" {temp_c:k10temp-Tctl}°C",
|
||||||
" {memory_percent}%",
|
" {memory_percent}%",
|
||||||
" {disk_percent:/}%",
|
" {disk_percent:/}%",
|
||||||
" {uptime}"
|
" {uptime}"
|
||||||
],
|
],
|
||||||
"interval": {
|
"interval": {
|
||||||
"cpu": 1,
|
"cpu": 1,
|
||||||
@ -45,6 +46,11 @@
|
|||||||
{
|
{
|
||||||
"type": "tray"
|
"type": "tray"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "upower",
|
||||||
|
"format": " {percentage}%",
|
||||||
|
"icon_size": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "clock",
|
"type": "clock",
|
||||||
"format": "%H:%M"
|
"format": "%H:%M"
|
||||||
|
Loading…
Reference in New Issue
Block a user