Update config.json

This commit is contained in:
ferrreo 2023-07-26 18:52:14 +01:00 committed by GitHub
parent f3a7b3882b
commit e55b231547
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
{
"anchor_to_edges": true,
"position": "top",
"icon_theme": "paper",
"start": [
{
"all_monitors": false,
@ -8,11 +9,11 @@
},
{
"format": [
" {cpu_percent}%",
"󰏈 {temp_c:k10temp-Tctl}°C",
" {memory_percent}%",
" {disk_percent:/}%",
" {uptime}"
" {cpu_percent}%",
" {temp_c:k10temp-Tctl}°C",
"󰍛 {memory_percent}%",
" {disk_percent:/}%",
"󰥔 {uptime}"
],
"interval": {
"cpu": 1,
@ -45,6 +46,11 @@
{
"type": "tray"
},
{
"type": "upower",
"format": "󰁹 {percentage}%",
"icon_size": 0
},
{
"type": "clock",
"format": "%H:%M"
@ -62,4 +68,4 @@
"type": "custom"
}
]
}
}