From dfe1efe982999312aba825c98918cdd205870cd2 Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 27 Jan 2019 20:05:18 +0100 Subject: some updates --- xmonad/xmobarrc | 53 ++++++++++++++++++++++++----------------------------- 1 file changed, 24 insertions(+), 29 deletions(-) (limited to 'xmonad/xmobarrc') diff --git a/xmonad/xmobarrc b/xmonad/xmobarrc index 37879bb..dd713da 100644 --- a/xmonad/xmobarrc +++ b/xmonad/xmobarrc @@ -1,50 +1,45 @@ -- vim: set ft=haskell: - Config { --- font = "-adobe-courier-medium-r-*-*-34-*-*-*-*-*-*-*", --- font= "-adobe-*-*-r-*-24-*", --- font= "-*-*-*-*-*-24-*", - - font = "xft:Sans-13:bold" - - , bgColor = "black" - , fgColor = "grey" - , position = TopW L 95 - , lowerOnStart = True - , commands = [ + font = "xft:Sans-10:bold" + , additionalFonts = ["xft:FontAwesome-10"] + , bgColor = "#002b36" + , fgColor = "#657b83" + , position = TopW L 95 + , lowerOnStart = True + , pickBroadest = False + , commands = [ Run StdinReader , Run MultiCpu ["-t"," %", - "-L","10","-H","65","--low","gray90","--normal","lightblue","--high","red"] 10 + "-L","10","-H","65","--low","#93a1a1","--normal","#268bd2","--high","#dc322f"] 10 - , Run Network "eth0" ["-t"," ","-L","100","-H","5000","--low","gray90","--normal","lightblue","--high","red"] 10 - , Run Memory ["-t","%","-L","20","-H","60","--low","gray90","--normal","lightblue","--high","red"] 10 - , Run Swap ["-t","%","-L","1","-H","10","--low","gray90","--normal","yellow","--high","red"] 10 + , Run Network "eth0" ["-t","rx tx ", + "-L","100","-H","5000","--low","#93a1a1","--normal","#268bd2","--high","#dc322f"] 10 - --, Run Date "%a %_d %b %Y %H:%M:%S" "date" 10 - , Run Date "%d %b %H:%M:%S" "date" 10 + , Run Memory ["-t","%", + "-L","20","-H","60","--low","#93a1a1","--normal","#268bd2","--high","#dc322f"] 10 - , Run DiskU - [ + , Run Swap ["-t","%", + "-L","1","-H","10","--low","#93a1a1","--normal","#b58900","--high","#dc322f"] 10 - ("/", "/:"), - ("/mnt/DATA", "/dat:"), - ("/mnt/BACKUP", "/bkp:"), - ("/mnt/PENIS", "/pns:") + , Run Date "%a %d %b %Y %H:%M:%S" "date" 10 - ] [] 20 + , Run DiskU [ ("/", "/:"), + ("/mnt/DATA", "/dat:"), + ("/mnt/BACKUP", "/bkp:"), + ("/mnt/PENIS", "/pns:")] [] 20 - , Run CoreTemp ["-t", " ", "-L", "40", "-H", "60", "-l", "gray90", "-n", "lightblue", "-h", "red"] 50 + , Run CoreTemp ["-t", " ", + "-L", "30", "-H", "60", "-l", "#93a1a1", "-n", "#268bd2", "-h", "#dc322f"] 50 - , Run Com "/home/miguel/git/dotfiles/xmonad/checkmail.sh" [] "mymails" 100 + , Run Com "/home/miguel/git/dotfiles/xmonad/checkmail.sh" [] "mymails" 30 , Run Com "/home/miguel/git/dotfiles/xmonad/nvidia-temp.sh" [] "gputemp" 30 ] , sepChar = "%" , alignSep = "}{" - , template = "%StdinReader%}{%mymails% - net %eth0% KB/s- cpu %multicpu% (%coretemp%°C) - gpu %gputemp% - mem %memory% (%swap%) - %disku% - %date%" - + , template = "%StdinReader%}{%mymails% - %eth0% KB/s - cpu %multicpu% (%coretemp%°C) - gpu %gputemp% - mem %memory% (%swap%) - %disku% - %date% " } -- cgit v1.2.3