mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Add alt+f4 to sxhkd, update polybar scripts
This commit is contained in:
parent
351fd863ac
commit
946566abc6
8 changed files with 27 additions and 22 deletions
|
|
@ -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]*'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue