logo

dotfiles

My dotfiles, one branch per machine
commit: e62a662175094e9f5b2b921b43076d1323c6be51
parent: 694948cc799e723d64d6f09871754913b1e9e9e7
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue,  1 Jan 2019 05:38:03 +0100

.xmobarrc: Update

Diffstat:

M.xmobarrc13++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/.xmobarrc b/.xmobarrc @@ -3,14 +3,17 @@ Config { border = NoBorder, bgColor = "#002b36", fgColor = "#839496", - position = Bottom, + position = Top, allDesktops = True, - template = "%XMonadLog% }{ %mpd% | %default:Master% | %multicpu% | %memory% | %enp3s0% - %enp4s6% - %wlp0s18f2u3% %wlp0s18f2u3wi% | %kbd% | %date%", + pickBroadest = False, + overrideRedirect = False, + template = "%XMonadLog%}{%mpd%|%default:Master%|%multicpu%|%memory%|%enp3s0%-%enp4s6%-%enp0s18f2u4%-%wlp0s18f2u3% %wlp0s18f2u3wi%|%date%", commands = [ Run XMonadLog, - Run Network "enp3s0" ["-t","<dev>: <rx>|<tx>","-S","True","-L","0","-H","32","-h","#dc322f","-l","#859900"] 10, - Run Network "enp4s6" ["-t","<dev>: <rx>|<tx>","-S","True","-L","0","-H","32","-h","#dc322f","-l","#859900"] 10, - Run Network "wlp0s18f2u3" ["-t","<dev>: <rx>|<tx>","-S","True","-L","0","-H","32","-h","#dc322f","-l","#859900"] 10, + Run Network "enp3s0" ["-t","E:3: <rx>|<tx>","-S","True","-L","0","-H","32","-h","#dc322f","-l","#859900"] 10, + Run Network "enp4s6" ["-t","E:4:6: <rx>|<tx>","-S","True","-L","0","-H","32","-h","#dc322f","-l","#859900"] 10, + Run Network "enp0s18f2u4" ["-t","E:18:2:4: <rx>|<tx>","-S","True","-L","0","-H","32","-h","#dc322f","-l","#859900"] 10, + Run Network "wlp0s18f2u3" ["-t","W:18:2:3: <rx>|<tx>","-S","True","-L","0","-H","32","-h","#dc322f","-l","#859900"] 10, Run Wireless "wlp0s18f2u3" ["-t","(<essid> <quality>)","-S","True","-L","0","-H","32","-h","#dc322f","-l","#859900"] 10, Run MultiCpu ["-t","<autovbar> <total>%","-L","3","-H","50","-h","#dc322f","-l","#859900"] 10, Run Memory ["-t", "Mem: <usedratio>% (<cache>M)","-h","#dc322f","-l","#859900"] 10,