mirror of
https://github.com/NotXia/dotfiles.git
synced 2026-08-05 21:32:24 +00:00
Update waybar
This commit is contained in:
+16
-16
@@ -35,21 +35,21 @@
|
||||
},
|
||||
|
||||
"custom/screenshot_t": {
|
||||
"format":" ",
|
||||
"format":"<span rise='-1000' font_size='12000'></span>",
|
||||
"on-click": "grimblast --notify --freeze copysave output",
|
||||
"on-click-right":"grimblast --notify --freeze copysave area"
|
||||
},
|
||||
|
||||
"cpu": {
|
||||
"interval": 3,
|
||||
"format": "{usage}% <span rise='1000'></span>",
|
||||
"format": "{usage}% <span rise='-1000' font_size='12000'></span>",
|
||||
"max-length": 6,
|
||||
"min-length": 6
|
||||
},
|
||||
|
||||
"memory": {
|
||||
"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,
|
||||
"min-length": 9
|
||||
},
|
||||
@@ -61,9 +61,9 @@
|
||||
"warning": 30,
|
||||
"critical": 15
|
||||
},
|
||||
"format": "{capacity}% <span rise='1000'>{icon}</span>",
|
||||
"format-charging": "{capacity}% <span rise='1000'></span>",
|
||||
"format-plugged": "{capacity}% <span rise='1000'></span>",
|
||||
"format": "{capacity}% <span rise='-1000' font_size='12000'>{icon}</span>",
|
||||
"format-charging": "{capacity}% <span rise='-1000' font_size='12000'></span>",
|
||||
"format-plugged": "{capacity}% <span rise='-1000' font_size='12000'></span>",
|
||||
"format-icons": [
|
||||
"",
|
||||
"",
|
||||
@@ -74,8 +74,8 @@
|
||||
},
|
||||
|
||||
"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-ethernet": "{ifname} <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>|</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": "",
|
||||
"format-disconnected": "¯\\_(ツ)_/¯",
|
||||
@@ -86,15 +86,15 @@
|
||||
},
|
||||
|
||||
"bluetooth": {
|
||||
"format-disabled": "off <span rise='1200'></span>",
|
||||
"format-off": "off <span rise='1200'></span>",
|
||||
"format-on": "on <span rise='1200'></span>",
|
||||
"format-disabled": "off <span rise='1000' font_size='10000'></span>",
|
||||
"format-off": "off <span rise='1000' font_size='10000'></span>",
|
||||
"format-on": "on <span rise='1000' font_size='10000'></span>",
|
||||
"interval": 3,
|
||||
"on-click": "blueman-manager"
|
||||
},
|
||||
|
||||
"idle_inhibitor": {
|
||||
"format": "{icon} ",
|
||||
"format": "<span rise='-1000' font_size='14000'>{icon}</span>",
|
||||
"format-icons": {
|
||||
"activated": "",
|
||||
"deactivated": ""
|
||||
@@ -130,10 +130,10 @@
|
||||
|
||||
"pulseaudio": {
|
||||
"scroll-step": 2,
|
||||
"format": "{volume}% <span rise='1000'>{icon} |{format_source}</span>",
|
||||
"format-bluetooth": "{volume}% {icon} <span rise='1000'>|</span> <span rise='1000'>{format_source}</span>",
|
||||
"format-bluetooth-muted": " {icon} <span rise='1000'>|</span> <span rise='1000'>{format_source}</span>",
|
||||
"format-muted": "<span rise='1000'></span> <span rise='1000'>|</span> <span rise='1000'>{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>|</span> <span rise='-1000' font_size='15000'>{format_source}</span>",
|
||||
"format-bluetooth-muted": " {icon} <span>|</span> <span rise='-1000' font_size='15000'>{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-muted": "",
|
||||
"format-source": "",
|
||||
|
||||
Reference in New Issue
Block a user