diff --git a/.config/waybar/modules/bluetooth.jsonc b/.config/waybar/modules/bluetooth.jsonc new file mode 100644 index 00000000..b021fdec --- /dev/null +++ b/.config/waybar/modules/bluetooth.jsonc @@ -0,0 +1,13 @@ +{ + "bluetooth": { + "format": "", + "format-disabled": "", + "format-connected": " {num_connections}", + "format-connected-battery": "{icon} {num_connections}", + "format-icons": ["󰥇", "󰤾", "󰤿", "󰥀", "󰥁", "󰥂", "󰥃", "󰥄", "󰥅", "󰥆", "󰥈"], + "tooltip-format": "{controller_alias}\n{num_connections} connected", + "tooltip-format-connected": "{controller_alias}\n{num_connections} connected\n\n{device_enumerate}", + "tooltip-format-enumerate-connected": "{device_alias}", + "tooltip-format-enumerate-connected-battery": "{device_alias}\t{icon} {device_battery_percentage}%", + }, +} diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 92b068ca..903786b2 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -43,6 +43,7 @@ #custom-fans, #clock, #idle_inhibitor, +#bluetooth, #custom-wf-recorder, #pulseaudio, #backlight, @@ -224,6 +225,10 @@ window#waybar.hidden { color: @peach; } +#bluetooth { + color: @blue; +} + #window { background: linear-gradient( 52deg,