diff --git a/luke-st_config.h b/luke-st_config.h index b457b23..94dc53d 100644 --- a/luke-st_config.h +++ b/luke-st_config.h @@ -107,8 +107,8 @@ char *termname = "st-256color"; */ unsigned int tabspaces = 8; -/* bg opacity */ -float alpha = 0.82; +/* bg opacity 0.82*/ +float alpha = 1.0; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { diff --git a/picom/picom.conf b/picom/picom.conf index 4730351..e93a9e1 100644 --- a/picom/picom.conf +++ b/picom/picom.conf @@ -48,6 +48,7 @@ shadow-exclude = [ "name = 'Conky'", "class_g = 'Conky'", "class_g = 'conky'", + "class_g = 'st'", "class_g ?= 'Notify-osd'", "class_g = 'Cairo-clock'", "class_g = 'polybar'", diff --git a/wallpaper.jpg b/wallpaper.jpg index 6b4f1e6..2f856a8 100644 Binary files a/wallpaper.jpg and b/wallpaper.jpg differ