From 360a2ed94360362c819f51b6f4dfdf95507f0ca4 Mon Sep 17 00:00:00 2001 From: Artem Popov Date: Sun, 12 Oct 2025 22:06:00 +0200 Subject: [PATCH] Add LogLevelMax to battery monitor service (#2373) --- config/systemd/user/omarchy-battery-monitor.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/systemd/user/omarchy-battery-monitor.service b/config/systemd/user/omarchy-battery-monitor.service index 3c47283b..6e2e8e99 100644 --- a/config/systemd/user/omarchy-battery-monitor.service +++ b/config/systemd/user/omarchy-battery-monitor.service @@ -5,4 +5,5 @@ After=graphical-session.target [Service] Type=oneshot ExecStart=%h/.local/share/omarchy/bin/omarchy-battery-monitor -Environment=DISPLAY=:0 \ No newline at end of file +Environment=DISPLAY=:0 +LogLevelMax=warning