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": { "cpu": {
"interval": 2, "interval": 2,
"format": "{icon} {usage}%", "format": "<span color='#ffffff7f'>{icon}</span> {usage}%",
"format-icons": ["󰾆", "󰾅", "󰓅"], "format-icons": ["󰾆", "󰾅", "󰓅"],
"max-length": 10, "max-length": 10,
"on-click": "$TERMINAL -e btop", "on-click": "$TERMINAL -e btop",
}, },
"custom/gpu": { "custom/gpu": {
"exec": "nvidia-smi --query-gpu=utilization.gpu --format=csv,noheader,nounits", "exec": "nvidia-smi --query-gpu=utilization.gpu --format=csv,noheader,nounits",
"format": " {}%", "format": "<span color='#ffffff7f'></span> {}%",
"return-type": "", "return-type": "",
"interval": 2, "interval": 2,
"on-click": "$TERMINAL -e nvtop", "on-click": "$TERMINAL -e nvtop",
}, },
"memory": { "memory": {
"interval": 2, "interval": 2,
"format": " {used} GiB", "format": "<span color='#ffffff7f'></span>{used} GiB",
"max-length": 10, "max-length": 10,
"on-click": "$TERMINAL -e btop", "on-click": "$TERMINAL -e btop",
}, },
@ -33,7 +33,7 @@
"interval": 2, "interval": 2,
"format": " {ifname}", "format": " {ifname}",
"format-wifi": " {essid}", "format-wifi": " {essid}",
"format-ethernet": " {bandwidthUpBits}  {bandwidthDownBits}", "format-ethernet": "<span color='#ffffff7f'></span>{bandwidthUpBits} <span color='#ffffff7f'></span>{bandwidthDownBits}",
"format-disconnected": "", "format-disconnected": "",
"tooltip-format": "{ifname} via {gwaddr}", "tooltip-format": "{ifname} via {gwaddr}",
"tooltip-format-wifi": " {essid} ({signalStrength}%)", "tooltip-format-wifi": " {essid} ({signalStrength}%)",
@ -44,7 +44,7 @@
}, },
"disk": { "disk": {
"interval": 30, "interval": 30,
"format": "󰋊 {used}", "format": "<span color='#ffffff7f'>󰋊 </span>{used}",
"path": "/", "path": "/",
"on-click": "$TERMINAL -e dua i", "on-click": "$TERMINAL -e dua i",
}, },
@ -61,7 +61,7 @@
"title-len": 30, "title-len": 30,
}, },
"wireplumber": { "wireplumber": {
"format": "{icon} {volume}%", "format": "<span color='#ffffff7f'>{icon}</span> {volume}%",
"format-muted": "", "format-muted": "",
"scroll-step": 5, "scroll-step": 5,
"on-click": "helvum", "on-click": "helvum",