Add volume info to xmobar

This commit is contained in:
2024-05-05 22:07:06 +02:00
parent 97c15a1f23
commit 552b92a474
3 changed files with 5 additions and 3 deletions

View File

@ -176,7 +176,7 @@ myXmobarPP = def
formatUnfocused = wrap (surface0 "[") (surface0 "]") . white . ppWindow
ppWindow :: String -> String
ppWindow = xmobarRaw . (\w -> if null w then "untitled" else w) . shorten 30
ppWindow = xmobarRaw . (\w -> if null w then "untitled" else w) . shorten 20
surface0, teal, red, white, yellow :: String -> String
teal = xmobarColor "#81c8be" ""