Regenerated
This commit is contained in:
+283
-283
File diff suppressed because it is too large
Load Diff
+3
-3
@@ -2639,7 +2639,7 @@ These are config files for waybar
|
|||||||
"idle_inhibitor",
|
"idle_inhibitor",
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"network",
|
"network",
|
||||||
"bluetooth",
|
"custom/bluetooth",
|
||||||
/*
|
/*
|
||||||
"cpu",
|
"cpu",
|
||||||
"memory",
|
"memory",
|
||||||
@@ -2705,13 +2705,13 @@ These are config files for waybar
|
|||||||
"on-click-right": "nm-connection-editor",
|
"on-click-right": "nm-connection-editor",
|
||||||
},
|
},
|
||||||
|
|
||||||
"bluetooth": {
|
"custom/bluetooth": {
|
||||||
"exec": "~/.config/waybar/scripts/bluetooth-status.sh",
|
"exec": "~/.config/waybar/scripts/bluetooth-status.sh",
|
||||||
"interval": 5,
|
"interval": 5,
|
||||||
"tooltip": true,
|
"tooltip": true,
|
||||||
"tooltip-format": "Connected devices:\n{output}",
|
"tooltip-format": "Connected devices:\n{output}",
|
||||||
"on-click": "blueman-manager"
|
"on-click": "blueman-manager"
|
||||||
},
|
}
|
||||||
|
|
||||||
"cpu": {
|
"cpu": {
|
||||||
"format": "{usage}% ",
|
"format": "{usage}% ",
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
"idle_inhibitor",
|
"idle_inhibitor",
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"network",
|
"network",
|
||||||
"bluetooth",
|
"custom/bluetooth",
|
||||||
/*
|
/*
|
||||||
"cpu",
|
"cpu",
|
||||||
"memory",
|
"memory",
|
||||||
@@ -76,13 +76,13 @@
|
|||||||
"on-click-right": "nm-connection-editor",
|
"on-click-right": "nm-connection-editor",
|
||||||
},
|
},
|
||||||
|
|
||||||
"bluetooth": {
|
"custom/bluetooth": {
|
||||||
"exec": "~/.config/waybar/scripts/bluetooth-status.sh",
|
"exec": "~/.config/waybar/scripts/bluetooth-status.sh",
|
||||||
"interval": 5,
|
"interval": 5,
|
||||||
"tooltip": true,
|
"tooltip": true,
|
||||||
"tooltip-format": "Connected devices:\n{output}",
|
"tooltip-format": "Connected devices:\n{output}",
|
||||||
"on-click": "blueman-manager"
|
"on-click": "blueman-manager"
|
||||||
},
|
}
|
||||||
|
|
||||||
"cpu": {
|
"cpu": {
|
||||||
"format": "{usage}% ",
|
"format": "{usage}% ",
|
||||||
|
|||||||
Reference in New Issue
Block a user