mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
🚀 Add wofi signal on polybar & update neofetch config
This commit is contained in:
parent
2a3bfaa82c
commit
99cc99c7d4
3 changed files with 17 additions and 227 deletions
2
config/polybar/scripts/wifi-signal.sh
Executable file
2
config/polybar/scripts/wifi-signal.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
cat /proc/net/wireless | grep "wlp3s0" | awk '{print $4}' | grep -o '[0-9]*'
|
||||
Loading…
Add table
Add a link
Reference in a new issue