dotfiles/.config/xmobar/xmobarrc

34 lines
1.8 KiB
Plaintext
Raw Normal View History

2021-09-21 11:14:10 +02:00
Config { overrideRedirect = False
2021-10-30 14:52:24 +02:00
, font = "xft:FiraCode Nerd Font:size=11",
additionalFonts = [ "xft:FiraCode Nerd Font:bold:pixelsize=19:antialias=true:hinting=true"
, "xft:FiraCode Nerd Font:bold:pixelsize=25:antialias=true:hinting=true"
, "xft:FiraCode Nerd Font:bold:pixelsize=20:antialias=true:hinting=true" ]
, bgColor = "#0d141b"
, fgColor = "#c4c1df"
2021-09-21 11:14:10 +02:00
, position = TopW L 100
2021-10-10 14:38:48 +02:00
, iconRoot = ".config/xmobar/xpm/"
, commands = [Run Cpu
2021-10-30 14:52:24 +02:00
[ "--template", "<total>%"
,"-w", "2"
2021-09-21 11:14:10 +02:00
] 10
, Run Alsa "default" "Master"
[ "--template", "<volumestatus>"
, "--suffix" , "True"
, "--"
, "--on", ""
]
2021-10-30 14:52:24 +02:00
, Run Memory ["--template", "<used>"] 10
, Run Date "%a %Y-%m-%d<fn=2><fc=#0d141b,#2C546F:0></fc></fn><fc=#6D89C1,#0d141b:0>%H:%M</fc>" "date" 10
2021-09-21 11:14:10 +02:00
, Run XMonadLog
2021-10-10 14:38:48 +02:00
, Run Com "get_music_info" [] "" 10
2021-09-21 11:14:10 +02:00
]
, sepChar = "%"
, alignSep = "}{"
2021-10-30 14:52:24 +02:00
, template = " <icon=haskell_20.xpm/> %XMonadLog% }{\
\<fn=2><fc=#2C546F,#0d141b:0></fc></fn><fc=#c4c1df,#2C546F:0>%get_music_info%</fc>\
\<fn=2><fc=#0d141b,#2C546F:0></fc></fn><fc=#c4c1df,#0d141b:0><fn=1><fc=#2C546F> </fc></fn>%alsa:default:Master%</fc>\
\<fn=2><fc=#2C546F,#0d141b:0></fc></fn><fc=#c4c1df,#2C546F:0><fn=1><fc=#0d141b,#2C546F:0>﬙ </fc></fn>%cpu%</fc>\
\<fn=2><fc=#0d141b,#2C546F:0></fc></fn><fc=#c4c1df,#0d141b:0><fn=1><fc=#2C546F> </fc></fn>%memory%</fc>\
\<fn=2><fc=#2C546F,#0d141b:0></fc></fn><fc=#c4c1df,#2C546F:0>%date%</fc>"