mirror of
https://github.com/alrayyes/dwm
synced 2023-11-14 15:56:31 +00:00
changed status font color & status bar font
This commit is contained in:
parent
b224d13df1
commit
7392262d12
2
PKGBUILD
2
PKGBUILD
@ -30,7 +30,7 @@ source=(http://dl.suckless.org/dwm/dwm-$pkgver.tar.gz
|
|||||||
"${_patches[@]}")
|
"${_patches[@]}")
|
||||||
|
|
||||||
md5sums=('9929845ccdec4d2cc191f16210dd7f3d'
|
md5sums=('9929845ccdec4d2cc191f16210dd7f3d'
|
||||||
'4937c184ece736c027cab2f5cfd601b8'
|
'ad8b5866ac139c7ca7ee050b56799c3c'
|
||||||
'939f403a71b6e85261d09fc3412269ee'
|
'939f403a71b6e85261d09fc3412269ee'
|
||||||
'2c19f1a3db59e158c45483668f4cee24'
|
'2c19f1a3db59e158c45483668f4cee24'
|
||||||
'fbb786263f2d714b18368ff64779d669'
|
'fbb786263f2d714b18368ff64779d669'
|
||||||
|
4
config.h
4
config.h
@ -9,7 +9,7 @@ static const int systraypinningfailfirst = 1; /* 1: if pinning fails, display
|
|||||||
static const int showsystray = 1; /* 0 means no systray */
|
static const int showsystray = 1; /* 0 means no systray */
|
||||||
static const int showbar = 1; /* 0 means no bar */
|
static const int showbar = 1; /* 0 means no bar */
|
||||||
static const int topbar = 1; /* 0 means bottom bar */
|
static const int topbar = 1; /* 0 means bottom bar */
|
||||||
static const char *fonts[] = { "SauceCodePro Nerd Font Mono:style=Regular:pixelsize=18:antialias=true:autohint=true" };
|
static const char *fonts[] = { "SauceCodePro Nerd Font:style=Regular:pixelsize=18:antialias=true:autohint=true" };
|
||||||
static const char dmenufont[] = "SauceCodePro Nerd Font Mono:style=Regular:pixelsize=18:antialias=true:autohint=true";
|
static const char dmenufont[] = "SauceCodePro Nerd Font Mono:style=Regular:pixelsize=18:antialias=true:autohint=true";
|
||||||
static const char col_gray1[] = "#222222";
|
static const char col_gray1[] = "#222222";
|
||||||
static const char col_gray2[] = "#444444";
|
static const char col_gray2[] = "#444444";
|
||||||
@ -21,7 +21,7 @@ static const char col_red[] = "#ff0000";
|
|||||||
static const char col_yellow[] = "#ffff00";
|
static const char col_yellow[] = "#ffff00";
|
||||||
static const char col_white[] = "#ffffff";
|
static const char col_white[] = "#ffffff";
|
||||||
static const char status_white[] = "#dddddd";
|
static const char status_white[] = "#dddddd";
|
||||||
static const char status_black[] = "#AF875F";
|
static const char status_black[] = "#000";
|
||||||
static const char *colors[][3] = {
|
static const char *colors[][3] = {
|
||||||
/* fg bg border */
|
/* fg bg border */
|
||||||
[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },
|
[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },
|
||||||
|
Loading…
Reference in New Issue
Block a user