logo

dotfiles

My dotfiles, one branch per machine
commit: dc1bccf15e920c39a3454d5f18ffff6493f1a2d4
parent: 8e99120f1c676acf7e3858d8f7af38b7335669d3
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 16 Sep 2017 13:57:14 +0200

.xmobarrc: Added

Diffstat:

A.xmobarrc33+++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+), 0 deletions(-)

diff --git a/.xmobarrc b/.xmobarrc @@ -0,0 +1,33 @@ +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%", + 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 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, + Run MPD ["-t", "<state>: <artist> - <title> <ppos>/<plength>"] 10, + --Run DiskU [("/", "<usedbar>"), ("/seagate", "<usedbar>")] 900, + --Run DiskIO [("sda", "<readvbar><writevbar>"), ("sdb", "<readvbar><writevbar>"), ("sdc", "<readvbar><writevbar>"), ] [] 10, + Run Volume "default" "Master" ["-h","#dc322f","-l","#859900","<status> <volume>%"] 10 + ] +}