diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-07-23 18:37:05 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-07-23 18:37:05 +1000 |
| commit | 416904b29bf111e3a6270b36de238ef2dbf7bfb4 (patch) | |
| tree | bdcc4d8cb36c17f7adddaec02917da10b81b433c /pywal/templates | |
| parent | 38744ecf3e410d73bd69807e8912e4af33643843 (diff) | |
general: Add -a to support terminal transparency.
Diffstat (limited to 'pywal/templates')
| -rw-r--r-- | pywal/templates/colors.Xresources | 5 |
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 |
