From c300eff998d758bf867abbb7f39bf6fdfecf7a2e Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 4 Nov 2022 23:58:06 +0000 Subject: cleanups and unused code removed --- src/Emacs.hs | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'src/Emacs.hs') diff --git a/src/Emacs.hs b/src/Emacs.hs index adbe13c..5c6cb26 100644 --- a/src/Emacs.hs +++ b/src/Emacs.hs @@ -70,10 +70,8 @@ weath st p = 18000 config p = (baseConfig p) { - position = TopSize C 100 (defaultHeight - 2) - , textOutput = True - , textOutputFormat = Ansi - , font = "xft:DejaVu Sans Mono-8" + position = TopSize C 100 22 + , font = "Hack 10" , commands = [ Run (topProcL p) , Run (batt0 p) , Run (cpu p) @@ -94,8 +92,8 @@ config p = (baseConfig p) { , Run (weath "EGPH" p) ] , template = " |batt0| " - -- ++ " 🖧 |wg-mullvad||tun0||wlp164s0wi|" - ++ " |wg-mullvad||tun0||wlp164s0wi|" + ++ " 🖧 |wg-mullvad||tun0||wlp164s0wi|" + -- ++ " |wg-mullvad||tun0||wlp164s0wi|" ++ " |dynnetwork| " ++ " |default:Master| 🎙️ |default:Capture|" ++ " |EGPH|" -- cgit v1.2.3