Regenerated

This commit is contained in:
2026-03-31 16:41:56 +00:00
parent 708b419838
commit de439941b1
3 changed files with 322 additions and 289 deletions
+294 -283
View File
File diff suppressed because it is too large Load Diff
+14 -3
View File
@@ -2633,9 +2633,10 @@ These are config files for waybar
"idle_inhibitor",
"pulseaudio",
"network",
// "cpu",
// "memory",
// "temperature",
"custom/bluetooth",
"cpu",
"memory",
"temperature",
"battery",
"tray",
"clock",
@@ -2696,6 +2697,16 @@ These are config files for waybar
"on-click-right": "nm-connection-editor",
},
"custom/bluetooth": {
"exec": "bash -c 'bluetoothctl info | grep \"Device\" | awk -F \": \" \"{print $2}\"'",
"interval": 10,
"format": "",
"tooltip": true,
"tooltip-format": "{output}", // will show connected devices
"on-click": "blueman-manager", // opens blueman on click
"max-length": 50
}
"cpu": {
"format": "{usage}%  ",
"tooltip": false,
+14 -3
View File
@@ -10,9 +10,10 @@
"idle_inhibitor",
"pulseaudio",
"network",
// "cpu",
// "memory",
// "temperature",
"custom/bluetooth",
"cpu",
"memory",
"temperature",
"battery",
"tray",
"clock",
@@ -73,6 +74,16 @@
"on-click-right": "nm-connection-editor",
},
"custom/bluetooth": {
"exec": "bash -c 'bluetoothctl info | grep \"Device\" | awk -F \": \" \"{print $2}\"'",
"interval": 10,
"format": "",
"tooltip": true,
"tooltip-format": "{output}", // will show connected devices
"on-click": "blueman-manager", // opens blueman on click
"max-length": 50
}
"cpu": {
"format": "{usage}%  ",
"tooltip": false,