diff options
| author | jao <jao@gnu.org> | 2019-11-06 17:13:03 +0000 | 
|---|---|---|
| committer | jao <jao@gnu.org> | 2019-11-06 17:13:03 +0000 | 
| commit | 0edeec05bb43a09f6f2eeb5a103e1a17a564c873 (patch) | |
| tree | 1c549a3139a5637b584f9d2110b429cd4adf94b9 /src | |
| parent | c8eaf7495e74b55f125455f58cd4872ae5022af4 (diff) | |
| download | xmobar-config-0edeec05bb43a09f6f2eeb5a103e1a17a564c873.tar.gz xmobar-config-0edeec05bb43a09f6f2eeb5a103e1a17a564c873.tar.bz2 | |
missing bits
Diffstat (limited to 'src')
| -rw-r--r-- | src/TopC.hs | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/TopC.hs b/src/TopC.hs index 0509e5c..45d2453 100644 --- a/src/TopC.hs +++ b/src/TopC.hs @@ -48,7 +48,7 @@ config p = (baseConfig p) {                 , Run (dynNetwork p)                 , Run tun0                 , Run (weather "EGPH" p) -- LEGE, LEBL, KCV0 -               , Run mail +               , Run (mail p)                 , Run masterVol                 , Run captureVol                 , Run laTime @@ -58,7 +58,7 @@ config p = (baseConfig p) {                 \ <action=`toggle-app.sh nm-applet`>|tun0||wlp1s0wi|</action> \                 \ |dynnetwork| \                 \ <action=`toggle-app.sh pasystray`>|default:Master|\ -               \ |default:Capture|</action>\ +               \ |default:Capture|</action>  |EGPH|\                 \|mail|<fn=1>|kbd|</fn>{}\                 \ <action=`toggle-pipe.sh /tmp/mpris.st`>|" ++ (alias m) ++                 "|</action>\ | 
