This commit is contained in:
qvalentin 2021-11-01 09:38:52 +01:00
parent 1155bf99f6
commit 7e01df61a7
2 changed files with 16 additions and 12 deletions

View File

@ -1,11 +1,11 @@
Config { overrideRedirect = False
, font = "xft:FiraCode Nerd Font:size=11",
, font = "xft:FiraCode Nerd Font:size=10",
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"
, bgColor = "#081013"
, fgColor = "#a3e5c4"
, position = TopW L 100
, iconRoot = ".config/xmobar/xpm/"
, commands = [Run Cpu
@ -19,15 +19,17 @@ Config { overrideRedirect = False
, "--on", ""
]
, 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
, Run Date "%a %Y-%m-%d<fn=2><fc=#081013,#1C614B:0></fc></fn><fc=#46B887,#081013:0>%H:%M</fc>" "date" 10
, Run XMonadLog
, Run Com "get_music_info" [] "" 10
, Run Com "wttr" [] "" 360
]
, sepChar = "%"
, alignSep = "}{"
, 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>"
, 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>"

View File

@ -22,12 +22,14 @@ Config { overrideRedirect = False
, Run Date "%a %Y-%m-%d<fn=2><fc=BGCOLOR,COLOR9:0></fc></fn><fc=COLOR6,BGCOLOR:0>%H:%M</fc>" "date" 10
, Run XMonadLog
, Run Com "get_music_info" [] "" 10
, Run Com "wttr" [] "" 360
]
, sepChar = "%"
, alignSep = "}{"
, template = " <icon=haskell_20.xpm/> %XMonadLog% }{\
, template = " <fn=2> </fn>%XMonadLog% }{\
\<fn=2><fc=COLOR9,BGCOLOR:0></fc></fn><fc=FGCOLOR,COLOR9:0>%get_music_info%</fc>\
\<fn=2><fc=BGCOLOR,COLOR9:0></fc></fn><fc=FGCOLOR,BGCOLOR:0><fn=1><fc=COLOR9> </fc></fn>%alsa:default:Master%</fc>\
\<fn=2><fc=COLOR9,BGCOLOR:0></fc></fn><fc=FGCOLOR,COLOR9:0><fn=1><fc=BGCOLOR,COLOR9:0> </fc></fn>%cpu%</fc>\
\<fn=2><fc=BGCOLOR,COLOR9:0></fc></fn><fc=FGCOLOR,BGCOLOR:0><fn=1><fc=COLOR9> </fc></fn>%memory%</fc>\
\<fn=2><fc=COLOR9,BGCOLOR:0></fc></fn><fc=FGCOLOR,COLOR9:0>%date%</fc>"
\<fn=2><fc=COLOR9,BGCOLOR:0></fc></fn><fc=FGCOLOR,COLOR9:0>%date%</fc>\
\<fn=2><fc=COLOR9,BGCOLOR:0></fc></fn><fc=FGCOLOR,COLOR9:0>%wttr%</fc>"