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",
|
||||
"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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user