From 9e5cab79863d8e55e89e392315fad512f5d8f559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Sun, 13 Jul 2025 22:46:41 +0200 Subject: [PATCH] vanadium/xmobar: pwoerprofile monitor --- nix/configurations/vanadium/home/xmobar.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/configurations/vanadium/home/xmobar.nix b/nix/configurations/vanadium/home/xmobar.nix index d819da60..8c908ade 100644 --- a/nix/configurations/vanadium/home/xmobar.nix +++ b/nix/configurations/vanadium/home/xmobar.nix @@ -51,10 +51,11 @@ , "--low", "blue" ] 9000 + , Run Com "powerprofilesctl" [ "get" ] "" 60 ] , sepChar = "%" , alignSep = "}{" - , template = " %XMonadLog% }{ %dynnetwork% | %LFRN% | %battery% | %date% " + , template = " %XMonadLog% }{ %dynnetwork% | %LFRN% | %battery% %powerprofilesctl% | %date% " } ''; };