diff --git a/_suckless/_scripts/sb-emerge b/_suckless/_scripts/sb-emerge index d280536..827fc99 100755 --- a/_suckless/_scripts/sb-emerge +++ b/_suckless/_scripts/sb-emerge @@ -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 "" diff --git a/_suckless/dwm/config.h b/_suckless/dwm/config.h index 2fcade3..aeed170 100644 --- a/_suckless/dwm/config.h +++ b/_suckless/dwm/config.h @@ -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"; diff --git a/_suckless/dwmblocks/blocks.h b/_suckless/dwmblocks/blocks.h index 3b7f9f0..f1cd121 100644 --- a/_suckless/dwmblocks/blocks.h +++ b/_suckless/dwmblocks/blocks.h @@ -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 },