Regenerated
This commit is contained in:
+294
-283
File diff suppressed because it is too large
Load Diff
+14
-3
@@ -2633,9 +2633,10 @@ These are config files for waybar
|
|||||||
"idle_inhibitor",
|
"idle_inhibitor",
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"network",
|
"network",
|
||||||
// "cpu",
|
"custom/bluetooth",
|
||||||
// "memory",
|
"cpu",
|
||||||
// "temperature",
|
"memory",
|
||||||
|
"temperature",
|
||||||
"battery",
|
"battery",
|
||||||
"tray",
|
"tray",
|
||||||
"clock",
|
"clock",
|
||||||
@@ -2696,6 +2697,16 @@ These are config files for waybar
|
|||||||
"on-click-right": "nm-connection-editor",
|
"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": {
|
"cpu": {
|
||||||
"format": "{usage}% ",
|
"format": "{usage}% ",
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
|
|||||||
@@ -10,9 +10,10 @@
|
|||||||
"idle_inhibitor",
|
"idle_inhibitor",
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"network",
|
"network",
|
||||||
// "cpu",
|
"custom/bluetooth",
|
||||||
// "memory",
|
"cpu",
|
||||||
// "temperature",
|
"memory",
|
||||||
|
"temperature",
|
||||||
"battery",
|
"battery",
|
||||||
"tray",
|
"tray",
|
||||||
"clock",
|
"clock",
|
||||||
@@ -73,6 +74,16 @@
|
|||||||
"on-click-right": "nm-connection-editor",
|
"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": {
|
"cpu": {
|
||||||
"format": "{usage}% ",
|
"format": "{usage}% ",
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user