Regenerated
This commit is contained in:
+284
-285
File diff suppressed because it is too large
Load Diff
+4
-5
@@ -2706,11 +2706,10 @@ These are config files for waybar
|
||||
},
|
||||
|
||||
"custom/bluetooth": {
|
||||
"exec": "~/.config/waybar/scripts/bluetooth-status.sh",
|
||||
"interval": 5,
|
||||
"tooltip": true,
|
||||
"tooltip-format": "{tooltip}",
|
||||
"on-click": "blueman-manager"
|
||||
"exec": "~/.config/waybar/scripts/bluetooth-status.sh",
|
||||
"interval": 5,
|
||||
"return-type": "json",
|
||||
"on-click": "blueman-manager"
|
||||
},
|
||||
|
||||
"cpu": {
|
||||
|
||||
@@ -77,11 +77,10 @@
|
||||
},
|
||||
|
||||
"custom/bluetooth": {
|
||||
"exec": "~/.config/waybar/scripts/bluetooth-status.sh",
|
||||
"interval": 5,
|
||||
"tooltip": true,
|
||||
"tooltip-format": "{tooltip}",
|
||||
"on-click": "blueman-manager"
|
||||
"exec": "~/.config/waybar/scripts/bluetooth-status.sh",
|
||||
"interval": 5,
|
||||
"return-type": "json",
|
||||
"on-click": "blueman-manager"
|
||||
},
|
||||
|
||||
"cpu": {
|
||||
|
||||
Reference in New Issue
Block a user