mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:39:39 +00:00
vanadium/xmobar: remove hrt-time
This commit is contained in:
parent
c2c7fd2b37
commit
6470614a33
2 changed files with 1 additions and 3 deletions
|
|
@ -18,7 +18,6 @@
|
||||||
lib.makeBinPath [
|
lib.makeBinPath [
|
||||||
ghc
|
ghc
|
||||||
pkgs.libnotify
|
pkgs.libnotify
|
||||||
pkgs.hrt-time
|
|
||||||
pkgs.mullvad-status
|
pkgs.mullvad-status
|
||||||
]
|
]
|
||||||
}"
|
}"
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,6 @@ config =
|
||||||
]
|
]
|
||||||
(6 &second)
|
(6 &second)
|
||||||
, Run $ Com "powerprofilesctl" ["get"] "" (6 &second)
|
, Run $ Com "powerprofilesctl" ["get"] "" (6 &second)
|
||||||
, Run $ Com "hrt-time" ["days"] "" (60 &minute)
|
|
||||||
, Run $ Com "mullvad-status" [] "" (6 &second)
|
, Run $ Com "mullvad-status" [] "" (6 &second)
|
||||||
, Run XMonadLog
|
, Run XMonadLog
|
||||||
, Run $
|
, Run $
|
||||||
|
|
@ -114,7 +113,7 @@ config =
|
||||||
[ " %LFRN% "
|
[ " %LFRN% "
|
||||||
, " %mullvad-status% "
|
, " %mullvad-status% "
|
||||||
, " %battery%, %powerprofilesctl%) "
|
, " %battery%, %powerprofilesctl%) "
|
||||||
, " %hereClock% (%tomorrow%, %hrt-time%) "
|
, " %hereClock% (%tomorrow%) "
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue