diff --git a/README.md b/README.md index 4a26ebd..c8e4388 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Enable: rm ~/.config/conky/conky.conf && mkdir -p $HOME/.config/conky && ln -s $(pwd)/conky.conf $HOME/.config/conky.conf ln -s $(pwd)/conky.desktop $HOME/.config/autostart/conky.desktop ln -s $(pwd)/screenrc $HOME/.screenrc +ln -s $(pwd)/Xresources $HOME/.Xresources +ln -s $(pwd)/Xdefaults $HOME/.Xdefaults ln -s $(pwd)/themes $HOME/.themes ln -s $(pwd)/aliases $HOME/.aliases ln -s $(pwd)/sshconfig $HOME/.ssh/config diff --git a/Xdefaults b/Xdefaults new file mode 100644 index 0000000..a0dbf32 --- /dev/null +++ b/Xdefaults @@ -0,0 +1,21 @@ +URxvt*background: Black +URxvt*foreground: White +URxvt*geometry: 80x30 +URxvt*scrollBar: false + +"URxvt.font: 9x15 + +!-- Xft settings -- ! +Xft.dpi: 96 +Xft.antialias: true +Xft.rgba: rgb +Xft.hinting: true +Xft.hintstyle: hintfull + +! -- Fonts -- ! +URxvt.font:xft:Monospace:pixelsize=15 +URxvt.boldfont:xft:Monospace-Bold:pixelsize=15 +URxvt.letterSpace: -1 +URxvt.perl-ext-common: default,matcher +URxvt.url-launcher: /usr/bin/xdg-open +URxvt.matcher.button: 1 diff --git a/Xresources b/Xresources new file mode 100644 index 0000000..4a82aef --- /dev/null +++ b/Xresources @@ -0,0 +1,24 @@ +! Color theme to be placed in ~/.Xresources file +! Enable it at runtime with : +! $ xrdb ~/.Xresources +! or +! $ cat ~/.Xresources | xrdb + + *background: #000000 + *foreground: #ffffff + *color0: #000000 + *color1: #d36265 + *color2: #aece91 + *color3: #e7e18c + *color4: #7a7ab0 + *color5: #963c59 + *color6: #418179 + *color7: #bebebe + *color8: #666666 + *color9: #ef8171 + *color10: #e5f779 + *color11: #fff796 + *color12: #4186be + *color13: #ef9ebe + *color14: #71bebe + *color15: #ffffff