From ee9cc8d83a3574ca0168e0bd9a4248ee6dafd087 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Fri, 16 Dec 2022 01:51:14 +0100 Subject: adjusted alpha --- config.h | 4 ++-- st | Bin 106912 -> 106912 bytes x.o | Bin 78808 -> 78808 bytes 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 6da7638..69ae290 100644 --- a/config.h +++ b/config.h @@ -96,8 +96,8 @@ char *termname = "st-256color"; unsigned int tabspaces = 4; /* bg opacity */ -float alpha = 0.8; -float alphaUnfocused = 0.6; +float alpha = 0.9; +float alphaUnfocused = 0.0; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { diff --git a/st b/st index 810d290..144a727 100755 Binary files a/st and b/st differ diff --git a/x.o b/x.o index d0a5733..75b1a18 100644 Binary files a/x.o and b/x.o differ -- cgit v1.2.3