gitignore
This commit is contained in:
parent
489b758554
commit
748452a0f4
|
@ -1,35 +0,0 @@
|
|||
Config { overrideRedirect = False
|
||||
, 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 = "#05151A"
|
||||
, fgColor = "#c8c1c1"
|
||||
, position = TopW L 100
|
||||
, iconRoot = ".config/xmobar/xpm/"
|
||||
, commands = [Run Cpu
|
||||
[ "--template", "<total>%"
|
||||
,"-w", "2"
|
||||
] 10
|
||||
, Run Alsa "default" "Master"
|
||||
[ "--template", "<volumestatus>"
|
||||
, "--suffix" , "True"
|
||||
, "--"
|
||||
, "--on", ""
|
||||
]
|
||||
, Run Memory ["--template", "<used>"] 10
|
||||
, Run Date "%a %Y-%m-%d<fn=2><fc=#05151A,#595A62:0></fc></fn><fc=#817F8A,#05151A:0>%H:%M</fc>" "date" 10
|
||||
, Run XMonadLog
|
||||
, Run Com "get_music_info" [] "" 10
|
||||
, Run Com "wttr" [] "" 360
|
||||
]
|
||||
, sepChar = "%"
|
||||
, alignSep = "}{"
|
||||
, template = " <fn=2> </fn>%XMonadLog% }{\
|
||||
\<fn=2><fc=#595A62,#05151A:0></fc></fn><fc=#c8c1c1,#595A62:0>%get_music_info%</fc>\
|
||||
\<fn=2><fc=#05151A,#595A62:0></fc></fn><fc=#c8c1c1,#05151A:0><fn=1><fc=#595A62> </fc></fn>%alsa:default:Master%</fc>\
|
||||
\<fn=2><fc=#595A62,#05151A:0></fc></fn><fc=#c8c1c1,#595A62:0><fn=1><fc=#05151A,#595A62:0> </fc></fn>%cpu%</fc>\
|
||||
\<fn=2><fc=#05151A,#595A62:0></fc></fn><fc=#c8c1c1,#05151A:0><fn=1><fc=#595A62> </fc></fn>%memory%</fc>\
|
||||
\<fn=2><fc=#595A62,#05151A:0></fc></fn><fc=#c8c1c1,#595A62:0>%date%</fc>\
|
||||
\<fn=2><fc=#595A62,#05151A:0></fc></fn><fc=#c8c1c1,#595A62:0>%wttr%</fc>"
|
Loading…
Reference in New Issue