clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove

sspaeti 55b44dee 91721d61

+6 -6
+6 -6
hypr/.config/hypr/sspaeti/wifi/check-wifi-startup.sh
··· 16 16 "linux-firmware-intel can be upgraded by omarchy. Run: sudo ~/.config/hypr/sspaeti/wifi/fix-wifi-speed.sh" 17 17 fi 18 18 19 - # Check if firmware version is not the known-good one 20 - fw_version=$(pacman -Q linux-firmware-intel 2>/dev/null | awk '{print $2}') 21 - if [ "$fw_version" != "20251021-1" ]; then 22 - notify-send -u critical "WiFi: Bad firmware ($fw_version)" \ 23 - "Expected 20251021-1. Run: sudo ~/.config/hypr/sspaeti/wifi/fix-wifi-speed.sh" 24 - fi 19 + # # Check if firmware version is not the known-good one 20 + # fw_version=$(pacman -Q linux-firmware-intel 2>/dev/null | awk '{print $2}') 21 + # if [ "$fw_version" != "20251021-1" ]; then 22 + # notify-send -u critical "WiFi: Bad firmware ($fw_version)" \ 23 + # "Expected 20251021-1. Run: sudo ~/.config/hypr/sspaeti/wifi/fix-wifi-speed.sh" 24 + # fi