From f1973d263ebc7059989091f2026622ff2766dc66 Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 5 Oct 2019 23:33:36 +0100 Subject: load icons --- src/lib/Monitors.hs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/lib/Monitors.hs') diff --git a/src/lib/Monitors.hs b/src/lib/Monitors.hs index 3c35488..1d47c5f 100644 --- a/src/lib/Monitors.hs +++ b/src/lib/Monitors.hs @@ -53,6 +53,13 @@ multiCPU p = MultiCpu (p <~> ["-t", "" , "-c", " " , "-L", "30", "-H", "70" , "-p", "3", "-a", "l"]) 10 +cpuBars p = MultiCpu (mkArgs p + ["--template" , " %" + , "-L", "50", "--H", "85"] + ["--fallback-icon-pattern", "" + , "--contiguous-icons"]) + 10 + cpuFreq p = CpuFreq (p <~> ["-t" , " " , "-L", "1", "-H", "2", "-S", "Off" , "-d", "2"]) 50 -- cgit v1.2.3