diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Top.hs | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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| " } |