[wiki] [sites] Fixed typo in the wifi status shell function || Charbel Abi Daher
commit 79a10c10a253c487090dfc89f0d48af47344197b
Author: Charbel Abi Daher <abidahercharbel_AT_gmail.com>
Date: Thu Aug 20 01:02:25 2020 +0300
Fixed typo in the wifi status shell function
diff --git a/dwm.suckless.org/status_monitor/index.md b/dwm.suckless.org/status_monitor/index.md
index 82114998..c242cd1f 100644
--- a/dwm.suckless.org/status_monitor/index.md
+++ b/dwm.suckless.org/status_monitor/index.md
_AT_@ -99,7 +99,7 @@ Helper Functions In The Shell
* Volume (device Master): `amixer get Master | awk -F'[][]' 'END{ print $4":"$2 }'`
* Keyboard layout: `setxkbmap -query | awk '/layout/{ print $2 }'`
* Empty disk space (mountpoint /home): `df -h | awk '{ if ($6 == "/home") print $4 }'`
-* wifi status (interface wlp3s0): `cat /sys/class/net/wlp3s0/opestate`
+* wifi status (interface wlp3s0): `cat /sys/class/net/wlp3s0/operstate`
* CPU temperature: `sed 's/000$/°C/' /sys/class/thermal/thermal_zone0/temp`.
Alternatively you can use `acpi -t` or `sensors` from lm-sensors package. For
older systems you can get the cpu temperature from
Received on Thu Aug 20 2020 - 00:27:15 CEST
This archive was generated by hypermail 2.3.0
: Thu Aug 20 2020 - 00:36:46 CEST