1waybar-bluetooth(5)           File Formats Manual          waybar-bluetooth(5)
2
3
4

NAME

6       waybar - bluetooth module
7

DESCRIPTION

9       The bluetooth module displays information about the status of the
10       device's bluetooth device.
11

CONFIGURATION

13       Addressed by bluetooth
14
15       interval:
16            typeof: integer
17            default: 60
18            The interval in which the bluetooth state gets updated.
19
20       format:
21            typeof: string
22            default: {icon}
23            The format, how information should be displayed. This format is
24       used when other formats aren't specified.
25
26       format-icons:
27            typeof: array/object
28            Based on the device status, the corresponding icon gets selected.
29            The order is low to high. Or by the state if it is an object.
30
31       rotate:
32            typeof: integer
33            Positive value to rotate the text label.
34
35       max-length:
36            typeof: integer
37            The maximum length in character the module should display.
38
39       on-click:
40            typeof: string
41            Command to execute when clicked on the module.
42
43       on-click-middle:
44            typeof: string
45            Command to execute when middle-clicked on the module using mouse‐
46       wheel.
47
48       on-click-right:
49            typeof: string
50            Command to execute when you right clicked on the module.
51
52       on-scroll-up:
53            typeof: string
54            Command to execute when scrolling up on the module.
55
56       on-scroll-down:
57            typeof: string
58            Command to execute when scrolling down on the module.
59
60       smooth-scrolling-threshold:
61            typeof: double
62            Threshold to be used when scrolling.
63
64       tooltip:
65            typeof: bool
66            default: true
67            Option to disable tooltip on hover.
68
69       tooltip-format:
70            typeof: string
71            The format, how information should be displayed in the tooltip.
72       This format is used when other formats aren't specified.
73

FORMAT REPLACEMENTS

75       {status}: Status of the bluetooth device.
76
77       {icon}: Icon, as defined in format-icons.
78

EXAMPLES

80           "bluetooth": {
81                "format": "{icon}",
82                "format-alt": "bluetooth: {status}",
83                "interval": 30,
84                "format-icons": {
85                     "enabled": "",
86                     "disabled": ""
87                },
88                "tooltip-format": "{status}"
89           }
90

STYLE

92       ·   #bluetooth
93
94
95
96                                  2021-02-10               waybar-bluetooth(5)
Impressum