Updated config
This commit is contained in:
parent
632694bbcd
commit
4ac1314fad
@ -11,21 +11,21 @@
|
||||
},
|
||||
"cpu": {
|
||||
"interval": 2,
|
||||
"format": "{icon} {usage}%",
|
||||
"format": "<span color='#ffffff7f'>{icon}</span> {usage}%",
|
||||
"format-icons": ["", "", ""],
|
||||
"max-length": 10,
|
||||
"on-click": "$TERMINAL -e btop",
|
||||
},
|
||||
"custom/gpu": {
|
||||
"exec": "nvidia-smi --query-gpu=utilization.gpu --format=csv,noheader,nounits",
|
||||
"format": " {}%",
|
||||
"format": "<span color='#ffffff7f'> </span> {}%",
|
||||
"return-type": "",
|
||||
"interval": 2,
|
||||
"on-click": "$TERMINAL -e nvtop",
|
||||
},
|
||||
"memory": {
|
||||
"interval": 2,
|
||||
"format": " {used} GiB",
|
||||
"format": "<span color='#ffffff7f'> </span>{used} GiB",
|
||||
"max-length": 10,
|
||||
"on-click": "$TERMINAL -e btop",
|
||||
},
|
||||
@ -33,7 +33,7 @@
|
||||
"interval": 2,
|
||||
"format": " {ifname}",
|
||||
"format-wifi": " {essid}",
|
||||
"format-ethernet": " {bandwidthUpBits} {bandwidthDownBits}",
|
||||
"format-ethernet": "<span color='#ffffff7f'> </span>{bandwidthUpBits} <span color='#ffffff7f'> </span>{bandwidthDownBits}",
|
||||
"format-disconnected": "",
|
||||
"tooltip-format": "{ifname} via {gwaddr}",
|
||||
"tooltip-format-wifi": " {essid} ({signalStrength}%)",
|
||||
@ -44,7 +44,7 @@
|
||||
},
|
||||
"disk": {
|
||||
"interval": 30,
|
||||
"format": " {used}",
|
||||
"format": "<span color='#ffffff7f'> </span>{used}",
|
||||
"path": "/",
|
||||
"on-click": "$TERMINAL -e dua i",
|
||||
},
|
||||
@ -61,7 +61,7 @@
|
||||
"title-len": 30,
|
||||
},
|
||||
"wireplumber": {
|
||||
"format": "{icon} {volume}%",
|
||||
"format": "<span color='#ffffff7f'>{icon}</span> {volume}%",
|
||||
"format-muted": "",
|
||||
"scroll-step": 5,
|
||||
"on-click": "helvum",
|
||||
|
Loading…
Reference in New Issue
Block a user