add opt colors for lambda icon

master
Oystein Kristoffer Tveit 2021-05-28 22:06:04 +02:00
parent a0d5904ece
commit 6fc0335645
2 changed files with 8 additions and 5 deletions

View File

@ -2,9 +2,12 @@
static char * lambda_30_xpm[] = {
"42 30 4 1",
" c None",
". c #453A62",
"+ c #5E5086",
"@ c #8F4E8B",
". c #ad2000",
"+ c #ff6c00",
"@ c #fec613",
/* ". c #453A62", */
/* "+ c #5E5086", */
/* "@ c #8F4E8B", */
"........ ++++++++ ",
" ........ ++++++++ ",
" ........ ++++++++ ",

View File

@ -65,8 +65,8 @@ Config {
]
, sepChar = "%"
, alignSep = "}{" -- <fc=#7700ff><icon=/home/h7x4/.config/xmobar/lambda-30.xbm/></fc>
, template = " <icon=lambda_30.xpm/> %mpc% %UnsafeStdinReader% }\
, alignSep = "}{"
, template = " <icon=lambda.xpm/> %mpc% %UnsafeStdinReader% }\
\ <fc=#ee9a00>%date%</fc> \
\{ <fc=lightgreen><fn=2>🐏</fn> %memory%</fc> | <fc=cyan>%wlp59s0%</fc> | <fc=#f5f1bc><fn=3>%vol%</fn></fc> | %battery% "
}