From 62f81c84c510ada73f9379075d0cdc4d78d58e71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Sat, 10 Jan 2026 22:29:21 +0100 Subject: [PATCH] vanadium/xmobar: mullvad-status --- nix/configurations/vanadium/home/xmobar.nix | 1 + nix/configurations/vanadium/home/xmobar/xmobar.hs | 2 ++ 2 files changed, 3 insertions(+) diff --git a/nix/configurations/vanadium/home/xmobar.nix b/nix/configurations/vanadium/home/xmobar.nix index 0da89245..59052e85 100644 --- a/nix/configurations/vanadium/home/xmobar.nix +++ b/nix/configurations/vanadium/home/xmobar.nix @@ -19,6 +19,7 @@ ghc pkgs.libnotify pkgs.hrt-time + pkgs.mullvad-status ] }" ''; diff --git a/nix/configurations/vanadium/home/xmobar/xmobar.hs b/nix/configurations/vanadium/home/xmobar/xmobar.hs index f4bab962..e7550fb6 100644 --- a/nix/configurations/vanadium/home/xmobar/xmobar.hs +++ b/nix/configurations/vanadium/home/xmobar/xmobar.hs @@ -103,6 +103,7 @@ config = (6 &second) , Run $ Com "powerprofilesctl" ["get"] "" (6 &second) , Run $ Com "hrt-time" ["days"] "" (60 &minute) + , Run $ Com "mullvad-status" [] "" (6 &second) , Run XMonadLog , Run $ Weather @@ -124,6 +125,7 @@ config = <> alignSep config <> intercalate "|" [ " %LFRN% " + , " %mullvad-status% " , " %battery%, %powerprofilesctl%) " , " %hereClock% (%tomorrow%, %hrt-time%) " ]