New colors.

This commit is contained in:
Bartek Stalewski 2022-03-31 22:51:39 +02:00
parent 005f931a49
commit a94794b949
3 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
[ $(pgrep -x emerge) ] && printf "^c#161616^^b#9a37ff^(emerging)^d^" || printf ""
[ $(pgrep -x emerge) ] && printf "^c#ffffff^^b#61538d^\uea3c emerge^d^" || printf ""

View File

@ -15,8 +15,8 @@ static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = { "RobotoMono Nerd Font:style=Medium:size=10", "Material Icons:size=12" };
static const char normfgcolor[] = "#bbbbbb";
static const char col_fg[] = "#161616";
static const char col_bg[] = "#c7c7c7";
static const char col_fg[] = "#c7c7c7";
static const char col_bg[] = "#161616";
static const char col_bd[] = "#000000";
static const char col_fg_sel[] = "#ffffff";
static const char col_bg_sel[] = "#005577";

View File

@ -1,7 +1,7 @@
//Modify this file to change what commands output to your statusbar, and recompile using the make command.
static const Block blocks[] = {
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
{"", "sb-emerge", 5, 0 },
{"", "sb-emerge", 1, 0 },
{"", "sb-mail", 180, 16 },
{"", "sb-volume", 0, 12 },
{"", "sb-network", 1, 0 },