aboutsummaryrefslogtreecommitdiffstats
path: root/X
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-07-02 22:30:34 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-07-02 22:30:34 +0100
commit4609974f53183245d291269072e9d09dab92efc2 (patch)
tree1da0bde2ec4540409f6a521c9ba25a978b8e574a /X
parentf553ef61b75952ddb6b1198e7966b755655e2d9e (diff)
downloaddotfiles-4609974f53183245d291269072e9d09dab92efc2.tar.gz
dotfiles-4609974f53183245d291269072e9d09dab92efc2.zip
Enabling fake transparency with strong blur
Diffstat (limited to 'X')
-rw-r--r--X/.Xresources9
1 files changed, 5 insertions, 4 deletions
diff --git a/X/.Xresources b/X/.Xresources
index a8e06fd..bac9f7b 100644
--- a/X/.Xresources
+++ b/X/.Xresources
@@ -68,17 +68,17 @@ URxvt*scrollBar_floating: false
! URxvt*thickness: number
! Turn on/off pseudo-transparency by using the root pixmap as background
-URxvt*transparent: false
+URxvt*transparent: true
! Tint the transparent background with the given colour. Note that a black tint yields a completely black image while a white tint yields the image unchanged.
! URxvt*tintColor: white
! Darken (0 .. 99) or lighten (101 .. 200) the transparent background. A value of 100 means no shading
-! URxvt*shading: 100
+URxvt*shading: 80
! Apply gaussian blur with the specified radius to the transparent background. If a single number is specified, the vertical and horizontal radii are considered to be the same.
! Setting one of the radii to 1 and the other to a large number creates interesting effects on some backgrounds. The maximum radius value is 128. An horizontal or vertical radius of 0 disables blur
-!URxvt*blurRadius: 3
+URxvt*blurRadius: 30
! Fade the text by the given percentage when focus is lost
!URxvt*fading: 20
@@ -108,7 +108,8 @@ URxvt*mouseWheelScrollPage: false
! URxvt*insecure: boolean
! Use the specified colour as the windows background colour [default White]
- URxvt*background: [70]#2c2c2c
+URxvt*background: #2c2c2c
+
!urxvt*background: rgba:2c00/2c00/2c00/c800
! Use the specified colour as the windows foreground colour [default Black]