summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2018-12-19 01:14:45 +0000
committerjao <jao@gnu.org>2018-12-19 01:14:45 +0000
commit754ed5d7c3061c546b4bdbb685bdd73679e04080 (patch)
tree77a7409374e4c0646d81c85a16da9753472ebabf /src
parent48c0e1ebcc0e6a7c9ae302f44c814508bfda7b6a (diff)
downloadxmobar-config-754ed5d7c3061c546b4bdbb685bdd73679e04080.tar.gz
xmobar-config-754ed5d7c3061c546b4bdbb685bdd73679e04080.tar.bz2
Shell scripts
Diffstat (limited to 'src')
-rw-r--r--src/Top.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Top.hs b/src/Top.hs
index 5366268..ad5da5a 100644
--- a/src/Top.hs
+++ b/src/Top.hs
@@ -5,9 +5,9 @@ topProc p = TopProc (p <~> ["-t" , "<mboth3> <mboth2> <mboth1> \
\ยท <both3> <both2> <both1>"
, "-w", "10", "-L" , "10", "-H", "80"]) 15
-wireless p = Wireless "wlan0" (p <~> ["-t" , "<essid> <quality>"
- , "-W", "5", "-M", "15" , "-m", "2"
- , "-L", "20", "-H", "80"]) 20
+wireless p = Wireless "wlp2s0" (p <~> ["-t" , "<essid> <quality>"
+ , "-W", "5", "-M", "15" , "-m", "2"
+ , "-L", "20", "-H", "80"]) 20
multiCPU p = MultiCpu (p <~> ["-t", "<autototal>"
, "-S", "on", "-b", " ", "-f", "*"
@@ -36,7 +36,7 @@ config p = (baseConfig p) {
]
, template = " |top| {|XMonadLog|}\
\ |cpufreq| |multicpu| |dynnetwork|\
- \ <action=`wicd-client -n`>|tun0||wlan0wi|</action>\
+ \ <action=`toggle-nm-applet.sh `>|tun0||wlp2s0wi|</action>\
\ |datetime| |laTime| "
}