Add bluetooth management

This commit is contained in:
pancakes 2025-08-08 16:25:19 +10:00
parent c7e003b735
commit 5076625c18
Signed by: pancakes
SSH key fingerprint: SHA256:dXkdWQrTpQspsYrfPT22O5KUAPNzQoIBnIBjRVSd3hI
2 changed files with 3 additions and 2 deletions

View file

@ -96,7 +96,7 @@ kitty-terminal:
[group("graphical")] [group("graphical")]
niri-window-manager: niri-window-manager:
@just _echowarning "1) Installing niri and related tools" @just _echowarning "1) Installing niri and related tools"
paru -S brightnessctl cliphist fuzzel gdm gnome-keyring inter-font mako niri-git noto-fonts noto-fonts-cjk noto-fonts-emoji noto-fonts-extra polkit-kde-agent swayidle swaylock ttf-firacode-nerd ttf-font-awesome waybar wl-clipboard wlsunset wpaperd xdg-desktop-portal-gnome xwayland-satellite-git paru -S blueberry brightnessctl cliphist fuzzel gdm gnome-keyring inter-font mako niri-git noto-fonts noto-fonts-cjk noto-fonts-emoji noto-fonts-extra polkit-kde-agent swayidle swaylock ttf-firacode-nerd ttf-font-awesome waybar wl-clipboard wlsunset wpaperd xdg-desktop-portal-gnome xwayland-satellite-git
@just _echowarning "\n2) Stowing niri config" @just _echowarning "\n2) Stowing niri config"
stow --dotfiles -S niri stow --dotfiles -S niri

View file

@ -84,7 +84,8 @@
}, },
"bluetooth": { "bluetooth": {
"format-disabled": "", "format-disabled": "",
"format-connected": " {num_connections}" "format-connected": " {num_connections}",
"on-click": "blueberry"
}, },
"network": { "network": {
"format-ethernet": "󰛳 Wired", "format-ethernet": "󰛳 Wired",