diff --git a/Xdefaults b/Xdefaults index 0af8eb7..016bb45 100644 --- a/Xdefaults +++ b/Xdefaults @@ -1,19 +1,3 @@ -URxvt*scrollBar: False -URxvt*foreground: White -URxvt.font: xft:Ubuntu Mono:size:10 -URxvt*.depth: 32 -URxvt*.background: [80]#000000 -URxvt.perl-ext-common: default,matcher -URxvt.url-launcher: /usr/bin/firefox -URxvt.matcher.button: 1 -URxvt.matcher.rend.0: Uline Bold fg5 -URxvt.colorUL: #4682B4 -x11-ssh-askpass*font: -*-dina-medium-r-*-*-12-*-*-*-*-*-*-* -x11-ssh-askpass*background: #000000 -x11-ssh-askpass*foreground: #ffffff -x11-ssh-askpass.Button*background: #000000 -x11-ssh-askpass.Indicator*foreground: #ff9900 -x11-ssh-askpass.Indicator*background: #090909 -x11-ssh-askpass*topShadowColor: #000000 -x11-ssh-askpass*bottomShadowColor: #000000 -x11-ssh-askpass.*borderWidth: 1 +#include ".Xresources.d/rxvt-unicode" +#include ".Xresources.d/x11-ssh-askpass" +#include ".Xresources.d/solarized" diff --git a/Xresources.d/rxvt-unicode b/Xresources.d/rxvt-unicode new file mode 100644 index 0000000..0346ca5 --- /dev/null +++ b/Xresources.d/rxvt-unicode @@ -0,0 +1,18 @@ +URxvt*scrollBar: False +URxvt.font: xft: hack:style=Medium:size=10 +URxvt.perl-ext-common: default,matcher + +! url open +URxvt.matcher.rend.0: Uline Bold fg5 +URxvt.colorUL: #4682B4 +URxvt.keysym.C-Delete: perl:matcher:last +URxvt.keysym.M-Delete: perl:matcher:list + +! do not scroll with output +URxvt*scrollTtyOutput: false + +! scroll in relation to buffer (with mouse scroll or Shift+Page Up) +URxvt*scrollWithBuffer: true + +! scroll back to the bottom on keypress +URxvt*scrollTtyKeypress: true diff --git a/Xresources.d/solarized b/Xresources.d/solarized new file mode 100644 index 0000000..059748b --- /dev/null +++ b/Xresources.d/solarized @@ -0,0 +1,71 @@ +! Solarized color scheme for the X Window System +! +! http://ethanschoonover.com/solarized + + +! Common + +#define S_yellow #b58900 +#define S_orange #cb4b16 +#define S_red #dc322f +#define S_magenta #d33682 +#define S_violet #6c71c4 +#define S_blue #268bd2 +#define S_cyan #2aa198 +#define S_green #859900 + + +! Dark + +#define S_base03 #002b36 +#define S_base02 #073642 +#define S_base01 #586e75 +#define S_base00 #657b83 +#define S_base0 #839496 +#define S_base1 #93a1a1 +#define S_base2 #eee8d5 +#define S_base3 #fdf6e3 + + +! Light + +! #define S_base03 #fdf6e3 +! #define S_base02 #eee8d5 +! #define S_base01 #93a1a1 +! #define S_base00 #839496 +! #define S_base0 #657b83 +! #define S_base1 #586e75 +! #define S_base2 #073642 +! #define S_base3 #002b36 + + +! To only apply colors to your terminal, for example, prefix +! the color assignment statement with its name. Example: +! +! URxvt*background: S_base03 + +*background: S_base03 +*foreground: S_base0 +*fading: 40 +*fadeColor: S_base03 +*cursorColor: S_base1 +*pointerColorBackground: S_base01 +*pointerColorForeground: S_base1 + +*color0: S_base02 +*color1: S_red +*color2: S_green +*color3: S_yellow +*color4: S_blue +*color5: S_magenta +*color6: S_cyan +*color7: S_base2 +*color9: S_orange +*color8: S_base03 +*color10: S_base01 +*color11: S_base00 +*color12: S_base0 +*color13: S_violet +*color14: S_base1 +*color15: S_base3 + diff --git a/Xresources.d/x11-ssh-askpass b/Xresources.d/x11-ssh-askpass new file mode 100644 index 0000000..f8de691 --- /dev/null +++ b/Xresources.d/x11-ssh-askpass @@ -0,0 +1,9 @@ +x11-ssh-askpass*font: -*-dina-medium-r-*-*-12-*-*-*-*-*-*-* +x11-ssh-askpass*background: #000000 +x11-ssh-askpass*foreground: #ffffff +x11-ssh-askpass.Button*background: #000000 +x11-ssh-askpass.Indicator*foreground: #ff9900 +x11-ssh-askpass.Indicator*background: #090909 +x11-ssh-askpass*topShadowColor: #000000 +x11-ssh-askpass*bottomShadowColor: #000000 +x11-ssh-askpass.*borderWidth: 1 diff --git a/i3/config b/i3/config index 72391ce..50ee681 100644 --- a/i3/config +++ b/i3/config @@ -13,7 +13,7 @@ set $mod Mod4 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. -font pango: Ubuntu Mono, Icons 10 +font pango: hack, Icons 10 # resolv i3 transparancy bug new_window pixel diff --git a/zsh/zshrc b/zsh/zshrc index 7fda7b4..4acf4c9 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -5,7 +5,8 @@ export ZSH=$HOME/.oh-my-zsh source ~/.zshrc_node # Set name of the theme to load. -ZSH_THEME="greenedit" +ZSH_THEME="agnoster" +#ZSH_THEME="greenedit" #ZSH_THEME="rededit" #ZSH_THEME="blueedit" #ZSH_THEME="yellowedit" @@ -19,11 +20,11 @@ setopt interactivecomments #aliases alias zshconfig="vi ~/.zshrc_node" alias zshconfig_global="vi ~/.zshrc" -alias motdconfig="vi ~/bash_scripts/update_motd.sh" alias vimconfig="vi ~/.vimrc" alias sshconfig="vi ~/.ssh/config" alias lh="du -hsc * | sort -hr" alias sprunge="curl -F 'sprunge=<-' http://sprunge.us" +alias ix="curl -s -F 'f:1=<-' ix.io" alias upics="curl -F c=@- https://ptpb.pw <" alias vi="vim" alias sudo="sudo "