From f8874b0a788dc169263742f091d3006e03a2b282 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Fri, 16 Dec 2022 01:54:11 +0100 Subject: adjusted unfocused alpha; adding changealpha tomorrow --- config.h | 2 +- st | Bin 106912 -> 106912 bytes x.o | Bin 78808 -> 78808 bytes 3 files changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 69ae290..81ad355 100644 --- a/config.h +++ b/config.h @@ -97,7 +97,7 @@ unsigned int tabspaces = 4; /* bg opacity */ float alpha = 0.9; -float alphaUnfocused = 0.0; +float alphaUnfocused = 0.9; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { diff --git a/st b/st index 144a727..7eff402 100755 Binary files a/st and b/st differ diff --git a/x.o b/x.o index 75b1a18..82c9884 100644 Binary files a/x.o and b/x.o differ -- cgit v1.2.3