Add alt+f4 to sxhkd, update polybar scripts

This commit is contained in:
Smirnov Alexandr 2021-03-25 11:08:58 +02:00
parent 351fd863ac
commit 946566abc6
8 changed files with 27 additions and 22 deletions

View file

@ -1,2 +1,5 @@
#!/bin/sh
cat /proc/net/wireless | grep "wlp3s0" | awk '{print $4}' | grep -o '[0-9]*'
cat /proc/net/wireless \
| grep "wlp3s0" \
| awk '{print $4}' \
| grep -o '[0-9]*'