dotfiles/.config/xmobar/xmobarrc

36 lines
2.0 KiB
Plaintext
Raw Normal View History

2021-09-21 11:14:10 +02:00
Config { overrideRedirect = False
2021-11-01 09:38:52 +01:00
, font = "xft:FiraCode Nerd Font:size=10",
2021-10-30 14:52:24 +02:00
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" ]
2021-11-01 09:38:52 +01:00
, bgColor = "#081013"
, fgColor = "#a3e5c4"
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
2021-11-01 09:38:52 +01:00
, Run Date "%a %Y-%m-%d<fn=2><fc=#081013,#1C614B:0></fc></fn><fc=#46B887,#081013: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-11-01 09:38:52 +01:00
, Run Com "wttr" [] "" 360
2021-09-21 11:14:10 +02:00
]
, sepChar = "%"
, alignSep = "}{"
2021-11-01 09:38:52 +01:00
, template = " <fn=2> </fn>%XMonadLog% }{\
\<fn=2><fc=#1C614B,#081013:0></fc></fn><fc=#a3e5c4,#1C614B:0>%get_music_info%</fc>\
\<fn=2><fc=#081013,#1C614B:0></fc></fn><fc=#a3e5c4,#081013:0><fn=1><fc=#1C614B> </fc></fn>%alsa:default:Master%</fc>\
\<fn=2><fc=#1C614B,#081013:0></fc></fn><fc=#a3e5c4,#1C614B:0><fn=1><fc=#081013,#1C614B:0>﬙ </fc></fn>%cpu%</fc>\
\<fn=2><fc=#081013,#1C614B:0></fc></fn><fc=#a3e5c4,#081013:0><fn=1><fc=#1C614B> </fc></fn>%memory%</fc>\
\<fn=2><fc=#1C614B,#081013:0></fc></fn><fc=#a3e5c4,#1C614B:0>%date%</fc>\
\<fn=2><fc=#1C614B,#081013:0></fc></fn><fc=#a3e5c4,#1C614B:0>%wttr%</fc>"