From 83a0f6945d08124a1c763151ce4f7f65443414f9 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 23 Jul 2017 18:37:05 +1000 Subject: general: Add -a to support terminal transparency. --- pywal/templates/colors.Xresources | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'pywal/templates') diff --git a/pywal/templates/colors.Xresources b/pywal/templates/colors.Xresources index f8c7b60..9539ca6 100644 --- a/pywal/templates/colors.Xresources +++ b/pywal/templates/colors.Xresources @@ -2,7 +2,7 @@ ! Generated by 'wal' URxvt*foreground: {foreground} XTerm*foreground: {foreground} -URxvt*background: {background} +URxvt*background: {background.alpha} XTerm*background: {background} URxvt*cursorColor: {cursor} XTerm*cursorColor: {cursor} @@ -60,3 +60,6 @@ XClock*minorColor: rgba:{color15.xrgba} XClock*hourColor: rgba:{color15.xrgba} XClock*minuteColor: rgba:{color15.xrgba} XClock*secondColor: rgba:{color15.xrgba} + +! Set depth to make transparency work. +URxvt*depth: 32 -- cgit v1.2.3