Update xmonad & xmobar config
This commit is contained in:
parent
495e60e43d
commit
ea2bb4c6d5
5 changed files with 14 additions and 8 deletions
|
|
@ -3,7 +3,8 @@ Config { bgColor = "#425F57"
|
|||
, font = "xft:BigBlueTermPlus Nerd Font-12"
|
||||
, additionalFonts = []
|
||||
, commands = [ Run Date "%a %Y-%m-%d <fc=#8be9fd>%H:%M</fc>" "date" 10
|
||||
, Run Com "/bin/sh" ["-c", "amixer get Master | awk -F'[][]' 'END { print $2 ($6 == \"off\" ? \" (muted)\" : \"\") }'"] "volume" 1
|
||||
, Run XMonadLog
|
||||
]
|
||||
, alignSep = "}{"
|
||||
, template = " %XMonadLog% }{ %date% "}
|
||||
, template = " %XMonadLog% }{ vol %volume% | %date% "}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue