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