Add volume info to xmobar

This commit is contained in:
daniele 2024-05-05 22:07:06 +02:00
parent 97c15a1f23
commit 552b92a474
Signed by: fuxino
GPG Key ID: 981A2B2A3BBF5514
3 changed files with 5 additions and 3 deletions

View File

@ -50,9 +50,10 @@ Config { overrideRedirect = True
[ "--template" , "\xf017 Uptime: <days>d <hours>h <minutes>m" [ "--template" , "\xf017 Uptime: <days>d <hours>h <minutes>m"
] 600 ] 600
, Run XPropertyLog "_XMONAD_TRAYPAD" , Run XPropertyLog "_XMONAD_TRAYPAD"
, Run Com "/home/fuxino/.config/xmobar/pactl_volume.sh" [] "pactl_volume" 10
, Run XMonadLog , Run XMonadLog
] ]
, sepChar = "%" , sepChar = "%"
, alignSep = "}{" , alignSep = "}{"
, template = "  | %XMonadLog% } %uptime% | %multicpu%, %coretemp% | %memory% |  %kbd% { %LZIB% | %date% %_XMONAD_TRAYPAD%" , template = "  | %XMonadLog% } %uptime% | %multicpu%, %coretemp% | %memory% |  %kbd% { %LZIB% | %date%  %pactl_volume% %_XMONAD_TRAYPAD%"
} }

View File

@ -49,9 +49,10 @@ Config { overrideRedirect = False
, Run Uptime , Run Uptime
[ "--template" , "\xf017 Uptime: <days>d <hours>h <minutes>m" [ "--template" , "\xf017 Uptime: <days>d <hours>h <minutes>m"
] 600 ] 600
, Run Com "/home/fuxino/.config/xmobar/pactl_volume.sh" [] "pactl_volume" 10
, Run XMonadLog , Run XMonadLog
] ]
, sepChar = "%" , sepChar = "%"
, alignSep = "}{" , alignSep = "}{"
, template = "  | %XMonadLog% } %uptime% | %multicpu%, %coretemp% | %memory% |  %kbd% { %LZIB% | %date% " , template = "  | %XMonadLog% } %uptime% | %multicpu%, %coretemp% | %memory% |  %kbd% { %LZIB% | %date%  %pactl_volume% "
} }

View File

@ -176,7 +176,7 @@ myXmobarPP = def
formatUnfocused = wrap (surface0 "[") (surface0 "]") . white . ppWindow formatUnfocused = wrap (surface0 "[") (surface0 "]") . white . ppWindow
ppWindow :: String -> String 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 surface0, teal, red, white, yellow :: String -> String
teal = xmobarColor "#81c8be" "" teal = xmobarColor "#81c8be" ""