logo

dotfiles

My dotfiles, one branch per machine
commit: 4b4448991ab6a1046dbf45ffff69115588812f54
parent: 46376d40fd9e2b563a03a2a990b0f00e05d3f5cc
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon,  5 Feb 2018 05:26:56 +0100

.xmobarrc: Remove broken options

Diffstat:

M.xmobarrc16+++-------------
1 file changed, 3 insertions(+), 13 deletions(-)

diff --git a/.xmobarrc b/.xmobarrc @@ -1,27 +1,17 @@ Config { font = "xft:Source Code Pro-9", - borderColor = "black", border = NoBorder, bgColor = "#002b36", fgColor = "#839496", - alpha = 255, position = Bottom, - textOffset = -1, - iconOffset = -1, - lowerOnStart = False, - pickBroadest = False, - persistent = True, - hideOnStart = False, - iconRoot = ".", allDesktops = True, - overrideRedirect = True, - template = "%XMonadLog% }{ %mpd% | %default:Master% | %multicpu% | %memory% | %enp3s0% - %enp4s6% - %wlp0s22f2u3% %wlp0s22f2u3wi% | %kbd% | %date%", + template = "%XMonadLog% }{ %mpd% | %default:Master% | %multicpu% | %memory% | %enp3s0% - %enp4s6% - %wlp0s18f2u3% %wlp0s18f2u3wi% | %kbd% | %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 "wlp0s22f2u3" ["-t","<dev>: <rx>|<tx>","-S","True","-L","0","-H","32","-h","#dc322f","-l","#859900"] 10, - Run Wireless "wlp0s22f2u3" ["-t","(<essid> <quality>)","-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 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, Run Date "%Fw%wT%T%z" "date" 10,