My dotfiles for Arch Linux

Use impala as iwd TUI for Wifi management

This works better than the default setup in CachyOS.

Signed-off-by: Jan Ehrhardt <59441+jehrhardt@users.noreply.github.com>

+4 -1
+2 -1
dot_config/waybar/config.jsonc
··· 69 69 "tooltip-format-ethernet": "⇣{bandwidthDownBytes} ⇡{bandwidthUpBytes}", 70 70 "tooltip-format-disconnected": "Disconnected", 71 71 "interval": 3, 72 - "spacing": 1 72 + "spacing": 1, 73 + "on-click": "exec setsid uwsm app -- alacritty --class=Impala -e impala \"$@\"" 73 74 }, 74 75 "battery": { 75 76 "format": "{capacity}% {icon}",
+2
run_once_after_setup.sh
··· 33 33 libnotify \ 34 34 blueberry \ 35 35 brightnessctl \ 36 + iwd \ 37 + impala \ 36 38 libfido2 \ 37 39 fprintd \ 38 40 starship \