From 57c882bda0e60a51bb1a83e8efa1f67e77164b6c Mon Sep 17 00:00:00 2001
From: Sakooooo <78461130+Sakooooo@users.noreply.github.com>
Date: Sun, 23 Jul 2023 22:29:41 +0300
Subject: [PATCH] should work now
---
config/xmobar/xmobarrc | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/config/xmobar/xmobarrc b/config/xmobar/xmobarrc
index 87899779..f0c25d45 100644
--- a/config/xmobar/xmobarrc
+++ b/config/xmobar/xmobarrc
@@ -36,10 +36,12 @@ Config {
-- The --template option controls how the plugin is displayed. Text
-- color can be set by enclosing in tags. For more details
-- see http://projects.haskell.org/xmobar/#system-monitor-plugins.
+
, commands =
- [
- -- workspaces
- , Run StdinReader
+ -- weather monitor
+ [ Run Weather "RJTT" [ "--template", " | °C | % | hPa"
+ ] 36000
+
-- network activity monitor (dynamic interface resolution)
, Run DynNetwork [ "--template" , ": kB/s|kB/s"
, "--Low" , "1000" -- units: B/s
@@ -48,6 +50,8 @@ Config {
, "--normal" , "darkorange"
, "--high" , "darkred"
] 10
+ -- workspaces
+ , Run StdinReader
-- cpu activity monitor
, Run MultiCpu [ "--template" , "Cpu: %|%"