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, "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"