summaryrefslogtreecommitdiff
path: root/pywal/templates
diff options
context:
space:
mode:
authorDylan Araps <dylanaraps@users.noreply.github.com>2017-07-23 18:47:37 +1000
committerGitHub <noreply@github.com>2017-07-23 18:47:37 +1000
commit8d7728db582ce3608beabaedcf2ff94b216bb8fb (patch)
tree060cd1093d3badd5b4ca991bdf0f138245737da7 /pywal/templates
parent72d0ca4e2f4be7969498b226af4243315f2dff0c (diff)
parentbc97a5e165326da6bb9c9a5bb7b58d40f4cd594e (diff)
Merge pull request #54 from dylanaraps/alpha
general: Add back -a to support transparency in URxvt.
Diffstat (limited to 'pywal/templates')
-rw-r--r--pywal/templates/colors.Xresources5
1 files changed, 4 insertions, 1 deletions
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