From 4d9ec9a46e0085588a896679573461601dd76bfc Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 26 May 2019 22:37:12 +0200 Subject: some improvements --- xmonad/xmobarrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'xmonad/xmobarrc') diff --git a/xmonad/xmobarrc b/xmonad/xmobarrc index f81f60f..b1ef843 100644 --- a/xmonad/xmobarrc +++ b/xmonad/xmobarrc @@ -15,8 +15,8 @@ Config { , Run MultiCpu ["-t"," %", "-L","10","-H","65","--low","#93a1a1","--normal","#268bd2","--high","#dc322f"] 10 - , Run Network "eno1" ["-t","rx tx ", - "-L","100","-H","5000","--low","#93a1a1","--normal","#268bd2","--high","#dc322f"] 10 + , Run Network "eno1" ["-t","r t ", + "-S","True","-L","1000000","-H","10000000","--low","#93a1a1","--normal","#268bd2","--high","#dc322f"] 10 , Run Memory ["-t","%", "-L","20","-H","60","--low","#93a1a1","--normal","#268bd2","--high","#dc322f"] 10 @@ -24,7 +24,7 @@ Config { , Run Swap ["-t","%", "-L","1","-H","10","--low","#93a1a1","--normal","#b58900","--high","#dc322f"] 10 - , Run Date "%a %d %b %Y %H:%M:%S" "date" 10 + , Run Date "%a %d %b %Y %H:%M:%S" "date" 10 , Run DiskU [ ("/", "root:"), ("/mnt/sdd1", "data:"), @@ -32,7 +32,7 @@ Config { ("/mnt/win", "fat:")] [] 20 , Run CoreTemp ["-t", " ", - "-L", "30", "-H", "60", "-l", "#93a1a1", "-n", "#268bd2", "-h", "#dc322f"] 50 + "-L", "40", "-H", "60", "-l", "#93a1a1", "-n", "#268bd2", "-h", "#dc322f"] 50 , Run Com "/home/miguel/git/dotfiles/xmonad/checkmail.sh" [] "mymails" 30 , Run Com "/home/miguel/git/dotfiles/xmonad/nvidia-temp.sh" [] "gputemp" 30 @@ -41,5 +41,5 @@ Config { , sepChar = "%" , alignSep = "}{" - , template = "%StdinReader%}{%mymails% - %eno1% KB/s  %multicpu% %coretemp%°C  %gputemp%  %memory% (%swap%) %disku% - %date% " + , template = "%StdinReader%}{%mymails%  %eno1%  %multicpu%  %coretemp%°C  %gputemp%  %memory% (%swap%)  %disku% %date% " } -- cgit v1.2.3