From 6fc0335645c753692d1dee61056c0a71b6ce775b Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 28 May 2021 22:06:04 +0200 Subject: [PATCH] add opt colors for lambda icon --- laptop/.config/xmobar/{lambda_30.xpm => lambda.xpm} | 9 ++++++--- laptop/.config/xmobar/xmobarrc | 4 ++-- 2 files changed, 8 insertions(+), 5 deletions(-) rename laptop/.config/xmobar/{lambda_30.xpm => lambda.xpm} (93%) diff --git a/laptop/.config/xmobar/lambda_30.xpm b/laptop/.config/xmobar/lambda.xpm similarity index 93% rename from laptop/.config/xmobar/lambda_30.xpm rename to laptop/.config/xmobar/lambda.xpm index 3434d49..720456c 100644 --- a/laptop/.config/xmobar/lambda_30.xpm +++ b/laptop/.config/xmobar/lambda.xpm @@ -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", */ "........ ++++++++ ", " ........ ++++++++ ", " ........ ++++++++ ", diff --git a/laptop/.config/xmobar/xmobarrc b/laptop/.config/xmobar/xmobarrc index 91712d7..0a36b4e 100644 --- a/laptop/.config/xmobar/xmobarrc +++ b/laptop/.config/xmobar/xmobarrc @@ -65,8 +65,8 @@ Config { ] , sepChar = "%" - , alignSep = "}{" -- - , template = " %mpc% %UnsafeStdinReader% }\ + , alignSep = "}{" + , template = " %mpc% %UnsafeStdinReader% }\ \ %date% \ \{ 🐏 %memory% | %wlp59s0% | %vol% | %battery% " }