Update waybar

This commit is contained in:
2026-08-02 18:11:56 +02:00
parent dda760b2b0
commit 0b1224cba7
+16 -16
View File
@@ -35,21 +35,21 @@
}, },
"custom/screenshot_t": { "custom/screenshot_t": {
"format":"", "format":"<span rise='-1000' font_size='12000'></span>",
"on-click": "grimblast --notify --freeze copysave output", "on-click": "grimblast --notify --freeze copysave output",
"on-click-right":"grimblast --notify --freeze copysave area" "on-click-right":"grimblast --notify --freeze copysave area"
}, },
"cpu": { "cpu": {
"interval": 3, "interval": 3,
"format": "{usage}% <span rise='1000'></span>", "format": "{usage}% <span rise='-1000' font_size='12000'></span>",
"max-length": 6, "max-length": 6,
"min-length": 6 "min-length": 6
}, },
"memory": { "memory": {
"interval": 3, "interval": 3,
"format": "{used:0.2f}GB <span rise='1000'></span>", "format": "{used:0.2f}GB <span rise='-1000' font_size='12000'></span>",
"max-length": 9, "max-length": 9,
"min-length": 9 "min-length": 9
}, },
@@ -61,9 +61,9 @@
"warning": 30, "warning": 30,
"critical": 15 "critical": 15
}, },
"format": "{capacity}% <span rise='1000'>{icon}</span>", "format": "{capacity}% <span rise='-1000' font_size='12000'>{icon}</span>",
"format-charging": "{capacity}% <span rise='1000'></span>", "format-charging": "{capacity}% <span rise='-1000' font_size='12000'></span>",
"format-plugged": "{capacity}% <span rise='1000'></span>", "format-plugged": "{capacity}% <span rise='-1000' font_size='12000'></span>",
"format-icons": [ "format-icons": [
"", "",
"", "",
@@ -74,8 +74,8 @@
}, },
"network": { "network": {
"format-wifi": "<span rise='1000'></span> {signalStrength}% <span rise='1000'>|</span> {bandwidthDownBytes:>3} <span rise='1000'>󰇚</span> {bandwidthUpBytes:>3} <span rise='1000'>󰕒</span>", "format-wifi": "<span rise='-1000' font_size='12000'></span> {signalStrength}% <span>|</span> {bandwidthDownBytes:>3} <span rise='-1000' font_size='12000'>󰇚</span> {bandwidthUpBytes:>3} <span rise='-1000' font_size='12000'>󰕒</span>",
"format-ethernet": "{ifname} <span rise='1000'>|</span> {bandwidthDownBytes:>3} <span rise='1000'>󰇚</span> {bandwidthUpBytes:>3} <span rise='1000'>󰕒</span>", "format-ethernet": "{ifname} <span>|</span> {bandwidthDownBytes:>3} <span rise='-1000' font_size='12000'>󰇚</span> {bandwidthUpBytes:>3} <span rise='-1000' font_size='12000'>󰕒</span>",
"format-linked": "{ifname} No IP", "format-linked": "{ifname} No IP",
"format": "", "format": "",
"format-disconnected": "¯\\_(ツ)_/¯", "format-disconnected": "¯\\_(ツ)_/¯",
@@ -86,15 +86,15 @@
}, },
"bluetooth": { "bluetooth": {
"format-disabled": "off <span rise='1200'></span>", "format-disabled": "off <span rise='1000' font_size='10000'></span>",
"format-off": "off <span rise='1200'></span>", "format-off": "off <span rise='1000' font_size='10000'></span>",
"format-on": "on <span rise='1200'></span>", "format-on": "on <span rise='1000' font_size='10000'></span>",
"interval": 3, "interval": 3,
"on-click": "blueman-manager" "on-click": "blueman-manager"
}, },
"idle_inhibitor": { "idle_inhibitor": {
"format": "{icon} ", "format": "<span rise='-1000' font_size='14000'>{icon}</span>",
"format-icons": { "format-icons": {
"activated": "", "activated": "",
"deactivated": "" "deactivated": ""
@@ -130,10 +130,10 @@
"pulseaudio": { "pulseaudio": {
"scroll-step": 2, "scroll-step": 2,
"format": "{volume}% <span rise='1000'>{icon} |{format_source}</span>", "format": "{volume}% <span rise='-1000' font_size='15000'>{icon}</span> <span>|</span> <span rise='-1000' font_size='15000'>{format_source}</span>",
"format-bluetooth": "{volume}% {icon} <span rise='1000'>|</span> <span rise='1000'>{format_source}</span>", "format-bluetooth": "{volume}% {icon} <span>|</span> <span rise='-1000' font_size='15000'>{format_source}</span>",
"format-bluetooth-muted": " {icon} <span rise='1000'>|</span> <span rise='1000'>{format_source}</span>", "format-bluetooth-muted": " {icon} <span>|</span> <span rise='-1000' font_size='15000'>{format_source}</span>",
"format-muted": "<span rise='1000'>󰖁</span> <span rise='1000'>|</span> <span rise='1000'>{format_source}</span>", "format-muted": "<span rise='-1000' font_size='15000'>󰖁</span> <span>|</span> <span rise='-1000' font_size='15000'>{format_source}</span>",
//"format-source": "{volume}% ", //"format-source": "{volume}% ",
//"format-source-muted": "", //"format-source-muted": "",
"format-source": "", "format-source": "",