Add support for additional alpha when the term-window is not focused

This commit is contained in:
Moritz Biering
2021-05-05 21:16:25 +02:00
parent 7e6e779130
commit 69925ee23b
5 changed files with 36 additions and 13 deletions

2
st.h
View File

@@ -82,6 +82,7 @@ typedef union {
void die(const char *, ...);
void redraw(void);
void tfulldirt(void);
void draw(void);
void externalpipe(const Arg *);
@@ -138,4 +139,5 @@ extern unsigned int tabspaces;
extern unsigned int defaultfg;
extern unsigned int defaultbg;
extern float alpha;
extern float alphaUnfocus;
extern const int boxdraw, boxdraw_bold, boxdraw_braille;