Update to Latest

This commit is contained in:
Ayush Dumasia 2025-02-23 00:38:43 +05:30
parent d1bbbcbb15
commit 71d6a8ab3b
157 changed files with 3467 additions and 5151 deletions

Binary file not shown.

4
rofi/wifi/wifi.sh Executable file → Normal file
View file

@ -1,5 +1,7 @@
#!/usr/bin/env bash
notify-send -t 3000 -i info " 󰤨 Checking For Wifi"
# Check if wifi is on
check_wifi_on=$( nmcli --field WIFI g | sed 1d | sed 's/ //g' )
@ -81,3 +83,5 @@ elif [[ $choice != "" ]] ; then
take_password
nmcli device wifi connect "$choice" password "$password"
fi