diff --git a/nix/configurations/vanadium/home/xmobar.nix b/nix/configurations/vanadium/home/xmobar.nix index 8c908ade..cb168856 100644 --- a/nix/configurations/vanadium/home/xmobar.nix +++ b/nix/configurations/vanadium/home/xmobar.nix @@ -13,7 +13,7 @@ , position = BottomH 30 , commands = [ Run Date "%a %d %H:%M:%S" "date" 10 , Run Battery - [ "-t", " ()" + [ "-t", " (" , "-H", "70" , "-L", "20" , "-h", "green" @@ -24,7 +24,8 @@ , "-A", "20" , "-a", "notify-send -u critical \"Battery Low\" \"Please charge your battery\"" ] - 600 + 60 + , Run Com "powerprofilesctl" [ "get" ] "" 60 , Run XMonadLog , Run DynNetwork @@ -51,11 +52,10 @@ , "--low", "blue" ] 9000 - , Run Com "powerprofilesctl" [ "get" ] "" 60 ] , sepChar = "%" , alignSep = "}{" - , template = " %XMonadLog% }{ %dynnetwork% | %LFRN% | %battery% %powerprofilesctl% | %date% " + , template = " %XMonadLog% }{ %dynnetwork% | %LFRN% | %battery%, %powerprofilesctl%) | %date% " } ''; };