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%) " ]