From 25febb79a55766f0a508af6f493d8da4426f678d Mon Sep 17 00:00:00 2001 From: Anastasios Grammenos Date: Wed, 30 Sep 2020 16:17:19 +0300 Subject: updates.. --- xmobar.hs | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'xmobar.hs') diff --git a/xmobar.hs b/xmobar.hs index 86730d0..7532f75 100644 --- a/xmobar.hs +++ b/xmobar.hs @@ -1,5 +1,4 @@ -Config { font = "-misc-fixed-*-*-*-*-12-*-*-*-*-*-*-*" ---Config { font = "xfg:Noto Sans" +Config { font = "xft:Liberation Mono:size=9:bold:antialias=true" , additionalFonts = [] , borderColor = "black" , border = TopB @@ -17,7 +16,7 @@ Config { font = "-misc-fixed-*-*-*-*-12-*-*-*-*-*-*-*" , iconRoot = "." , allDesktops = True , overrideRedirect = True - , commands = [ Run Weather "LGTS" ["-t","Thess: C, rh %", + , commands = [ Run Weather "LGTS" ["-t"," °C, rh %", "-L","15","-H","25", "--normal","green", "--high","red", @@ -28,21 +27,25 @@ Config { font = "-misc-fixed-*-*-*-*-12-*-*-*-*-*-*-*" "--normal","green","--high","red"] 10 , Run Cpu ["-L","3","-H","50", "--normal","green","--high","red"] 10 - , Run Battery ["-t","[][%]"] 30 + , Run MultiCoreTemp ["-t","°C","-L","60","-H","80","-l","green","-n","yellow","-h","red"] 50 + , Run Battery ["-t","BAT:()[%]", + "-L", "10", "-H", "80", "-p", "3", + "-a", "notify-send -u critical 'Battery running out!!'"] 30 , Run Memory ["-t","Mem: % "] 10 --- , Run Com "uname" ["-s","-r"] "" 36000 + , Run Alsa "default" "Master" [] , Run Date "%a %b %_d %Y %H:%M:%S" "date" 10 , Run Kbd [("us", "US"), ("gr", "GR")] - , Run StdinReader + , Run UnsafeStdinReader ] , sepChar = "%" , alignSep = "}{" - , template = "%StdinReader% }{ \ + , template = "%UnsafeStdinReader% }{ \ \%/home/grm/.config/i3blocks/scripts/thevpn% %wlo1% - %eth0% | \ - \%cpu% | \ + \%cpu% %multicoretemp% | \ \%/home/grm/.config/i3blocks/scripts/mumu% | \ \%memory% | \ \%LGTS% | \ \%battery% | \ - \%date% [ %kbd% ]" + \%alsa:default:Master% | \ + \%date% [%kbd%]" } -- cgit v1.2.3