From 9200000c1c26cc865a1317177ef68fed8077dac9 Mon Sep 17 00:00:00 2001 From: Kubat <mael.martin31@gmail.com> Date: Thu, 28 May 2020 19:02:45 +0200 Subject: [PATCH] Update --- xmobar.hs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/xmobar.hs b/xmobar.hs index 05c7c0e..86220df 100644 --- a/xmobar.hs +++ b/xmobar.hs @@ -5,9 +5,8 @@ Config { font = "xft:HackNerdFont:size=10:antialias=true,IPAPGothic:size=10: , position = Static { xpos = 0 , ypos = 0, width = 1920, height = 18 } , commands = [ Run Cpu ["-t", "<fc=#b58900>CPU</fc> <total>%", "-L","3","-H","50"] 50 , Run Memory ["-t","<fc=#b58900>RAM</fc> <usedratio>%","-H","80","-L","10"] 50 - , Run Date "%Y-%m-%d %H:%M" "date" 300 + , Run Date "%Y年%m月%d日 %H:%M" "date" 300 , Run CoreTemp ["-t", "<fc=#b58900>TEMP</fc> <core0>C", "-L", "30", "-H", "75"] 50 - , Run MPD ["-t", "<state>: <artist> - <track>"] 10 , Run BatteryP [ "BAT0" ] [ "--template" , "<fc=#b58900>BAT</fc> <acstatus>" , "--Low" , "10" @@ -19,7 +18,7 @@ Config { font = "xft:HackNerdFont:size=10:antialias=true,IPAPGothic:size=10: ] 50 , Run Com "/home/kubat/.local/libexec/get_pa_volume.sh" [] "volume" 2 , Run Com "/home/kubat/.local/libexec/is_vpn_running.sh" [] "vpn" 50 - , Run Com "/home/kubat/.local/libexec/lektor_info.csh" [] "lektor" 5 + , Run Com "/usr/local/bin/lkt.sh" [ "current" ] "lektor" 5 , Run StdinReader ] , allDesktops = False -- GitLab