Add bluetooth management
This commit is contained in:
parent
c7e003b735
commit
5076625c18
2 changed files with 3 additions and 2 deletions
2
justfile
2
justfile
|
@ -96,7 +96,7 @@ kitty-terminal:
|
|||
[group("graphical")]
|
||||
niri-window-manager:
|
||||
@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"
|
||||
stow --dotfiles -S niri
|
||||
|
|
|
@ -84,7 +84,8 @@
|
|||
},
|
||||
"bluetooth": {
|
||||
"format-disabled": "",
|
||||
"format-connected": " {num_connections}"
|
||||
"format-connected": " {num_connections}",
|
||||
"on-click": "blueberry"
|
||||
},
|
||||
"network": {
|
||||
"format-ethernet": " Wired",
|
||||
|
|
Loading…
Add table
Reference in a new issue