Add Bluetooth
This commit is contained in:
parent
dee4c8d42d
commit
470d3fb5bd
2 changed files with 5 additions and 0 deletions
|
@ -40,5 +40,9 @@ mkdir -p ~/Pictures/Screenshots
|
||||||
# Fonts
|
# Fonts
|
||||||
sudo pacman -S --needed --noconfirm noto-fonts noto-fonts-cjk noto-fonts-emoji noto-fonts-extra ttf-firacode-nerd ttf-liberation wqy-zenhei
|
sudo pacman -S --needed --noconfirm noto-fonts noto-fonts-cjk noto-fonts-emoji noto-fonts-extra ttf-firacode-nerd ttf-liberation wqy-zenhei
|
||||||
|
|
||||||
|
# Bluetooth
|
||||||
|
sudo pacman -S --needed --noconfirm blueberry bluez bluez-utils
|
||||||
|
sudo systemctl enable bluetooth
|
||||||
|
|
||||||
# GUI Applications
|
# GUI Applications
|
||||||
sudo pacman -S --needed --noconfirm discord firefox kitty
|
sudo pacman -S --needed --noconfirm discord firefox kitty
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
"format-off": "",
|
"format-off": "",
|
||||||
"format-on": "",
|
"format-on": "",
|
||||||
"format-connected": " {num_connections}",
|
"format-connected": " {num_connections}",
|
||||||
|
"on-click": "blueberry",
|
||||||
"tooltip-format": "",
|
"tooltip-format": "",
|
||||||
"tooltip-format-on": "{controller_alias} ({controller_address_type})\t{controller_address}",
|
"tooltip-format-on": "{controller_alias} ({controller_address_type})\t{controller_address}",
|
||||||
"tooltip-format-connected": "{controller_alias} ({controller_address_type})\t{controller_address}\n{device_enumerate}",
|
"tooltip-format-connected": "{controller_alias} ({controller_address_type})\t{controller_address}\n{device_enumerate}",
|
||||||
|
|
Loading…
Add table
Reference in a new issue