rofi update
This commit is contained in:
parent
41e962eec5
commit
c85d064145
2 changed files with 12 additions and 12 deletions
|
@ -4,8 +4,8 @@ Config { overrideRedirect = False
|
|||
, "xft:FiraCode Nerd Font:bold:pixelsize=25:antialias=true:hinting=true"
|
||||
, "xft:FiraCode Nerd Font:bold:pixelsize=20:antialias=true:hinting=true" ]
|
||||
|
||||
, bgColor = "#081013"
|
||||
, fgColor = "#a3e5c4"
|
||||
, bgColor = "#05151A"
|
||||
, fgColor = "#c8c1c1"
|
||||
, position = TopW L 100
|
||||
, iconRoot = ".config/xmobar/xpm/"
|
||||
, commands = [Run Cpu
|
||||
|
@ -19,7 +19,7 @@ Config { overrideRedirect = False
|
|||
, "--on", ""
|
||||
]
|
||||
, Run Memory ["--template", "<used>"] 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 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
|
||||
|
@ -27,9 +27,9 @@ Config { overrideRedirect = False
|
|||
, sepChar = "%"
|
||||
, alignSep = "}{"
|
||||
, 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>"
|
||||
\<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…
Add table
Add a link
Reference in a new issue