summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
l---------.Xdefaults1
-rw-r--r--.Xresources54
2 files changed, 55 insertions, 0 deletions
diff --git a/.Xdefaults b/.Xdefaults
new file mode 120000
index 0000000..70e956f
--- /dev/null
+++ b/.Xdefaults
@@ -0,0 +1 @@
+.Xresources \ No newline at end of file
diff --git a/.Xresources b/.Xresources
new file mode 100644
index 0000000..2b4afe1
--- /dev/null
+++ b/.Xresources
@@ -0,0 +1,54 @@
+#include "/home/carnager/.colors/bl1nk"
+
+!URxvt*depth: 32
+!URxvt*background: rgba:ff22/ffff/ff11/00ff
+!URxvt*shading: 20
+!URxvt*fading:true
+!URxvt*tint: black
+!URxvt*transparent:true
+!URxvt*InheritPixmap:true
+
+URxvt*highlightColor: #a761c2
+URxvt*highlightTextColor: #151515
+
+URxvt.cursorColor: #ff8939
+URxvt.cursorColor2: #151515
+URxvt.borderColor: #151515
+URxvt*underlineColor: #333333
+
+! font preference
+URxvt*font: xft:Envy Code R:pixelsize=13
+URxvt*boldFont: xft:Envy Code R:bold:pixelsize=13
+
+URxvt*geometry: 150x35
+URxvt*scrollBar: false
+URxvt*secondaryScroll: true
+
+URxvt*perl-lib: /usr/lib/urxvt/perl/
+URxvt*matcher.button: 1
+URxvt.perl-ext-common: default,url-select,matcher
+URxvt.keysym.M-u: perl:url-select:select_next
+URxvt.urlLauncher: /usr/bin/ff
+URxvt.underlineURLs: true
+
+
+
+! -- Dzen settings -- !
+dzen2.font:envy code r:medium:size=11
+dzen2.foreground:#899CA1
+dzen2.background:#1A1A1A
+
+*urgentOnBell: true
+!Xft.dpi: 96
+!Xft.antialias: true
+!Xft.rgba: rgba
+!Xft.hinting: true
+!Xft.hintstyle: hintslight
+
+yeahconsole*term: urxvt
+yeahconsole*consoleHeight: 20
+yeahconsole*toggleKey: Win+F10
+yeahconsole*keyFull: Win+F11
+yeahconsole*aniDelay: 1
+yeahconsole*stepSize: 2
+yeahconsole*restart: 1