Updated config

This commit is contained in:
Eduard Urbach 2024-03-03 00:06:17 +01:00
parent 632694bbcd
commit 4ac1314fad
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0

View File

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