diff --git a/nix/configurations/tungsten/home/xmobar.nix b/nix/configurations/tungsten/home/xmobar.nix index b1c6d480..55ff9f6c 100644 --- a/nix/configurations/tungsten/home/xmobar.nix +++ b/nix/configurations/tungsten/home/xmobar.nix @@ -9,14 +9,16 @@ , position = BottomH 30 , commands = [ Run Date "%a %d %H:%M:%S" "date" 10 , Run Battery - [ "-t", ":%" - , "--" - , "-O", "󰂄" - , "-i", "󱟦" - , "-o", "󰁾" + [ "-t", " ()" + , "-H", "70" + , "-L", "20" , "-h", "green" - , "-m", "yell" + , "-n", "orange" , "-l", "red" + , "--" + , "-P" + , "-A", "20" + , "-a", "notify-send -u critical \"Battery Low\" \"Please charge your battery\"" ] 10 , Run XMonadLog , Run