From 6470614a33dee8876518676488184a9d707f5659 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Sat, 10 Jan 2026 22:30:39 +0100 Subject: [PATCH] vanadium/xmobar: remove hrt-time --- nix/configurations/vanadium/home/xmobar.nix | 1 - nix/configurations/vanadium/home/xmobar/xmobar.hs | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/nix/configurations/vanadium/home/xmobar.nix b/nix/configurations/vanadium/home/xmobar.nix index 59052e85..13078a66 100644 --- a/nix/configurations/vanadium/home/xmobar.nix +++ b/nix/configurations/vanadium/home/xmobar.nix @@ -18,7 +18,6 @@ lib.makeBinPath [ 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 a0710c21..76b011e3 100644 --- a/nix/configurations/vanadium/home/xmobar/xmobar.hs +++ b/nix/configurations/vanadium/home/xmobar/xmobar.hs @@ -89,7 +89,6 @@ 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 $ @@ -114,7 +113,7 @@ config = [ " %LFRN% " , " %mullvad-status% " , " %battery%, %powerprofilesctl%) " - , " %hereClock% (%tomorrow%, %hrt-time%) " + , " %hereClock% (%tomorrow%) " ] }