mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
add sourcing Xressources
This commit is contained in:
parent
bf21d22838
commit
8836354912
22
Xdefaults
22
Xdefaults
@ -1,19 +1,3 @@
|
|||||||
URxvt*scrollBar: False
|
#include ".Xresources.d/rxvt-unicode"
|
||||||
URxvt*foreground: White
|
#include ".Xresources.d/x11-ssh-askpass"
|
||||||
URxvt.font: xft:Ubuntu Mono:size:10
|
#include ".Xresources.d/solarized"
|
||||||
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
|
|
||||||
|
18
Xresources.d/rxvt-unicode
Normal file
18
Xresources.d/rxvt-unicode
Normal file
@ -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
|
71
Xresources.d/solarized
Normal file
71
Xresources.d/solarized
Normal file
@ -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
|
||||||
|
|
9
Xresources.d/x11-ssh-askpass
Normal file
9
Xresources.d/x11-ssh-askpass
Normal file
@ -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
|
@ -13,7 +13,7 @@ set $mod Mod4
|
|||||||
|
|
||||||
# Font for window titles. Will also be used by the bar unless a different font
|
# Font for window titles. Will also be used by the bar unless a different font
|
||||||
# is used in the bar {} block below.
|
# is used in the bar {} block below.
|
||||||
font pango: Ubuntu Mono, Icons 10
|
font pango: hack, Icons 10
|
||||||
|
|
||||||
# resolv i3 transparancy bug
|
# resolv i3 transparancy bug
|
||||||
new_window pixel
|
new_window pixel
|
||||||
|
@ -5,7 +5,8 @@ export ZSH=$HOME/.oh-my-zsh
|
|||||||
source ~/.zshrc_node
|
source ~/.zshrc_node
|
||||||
|
|
||||||
# Set name of the theme to load.
|
# Set name of the theme to load.
|
||||||
ZSH_THEME="greenedit"
|
ZSH_THEME="agnoster"
|
||||||
|
#ZSH_THEME="greenedit"
|
||||||
#ZSH_THEME="rededit"
|
#ZSH_THEME="rededit"
|
||||||
#ZSH_THEME="blueedit"
|
#ZSH_THEME="blueedit"
|
||||||
#ZSH_THEME="yellowedit"
|
#ZSH_THEME="yellowedit"
|
||||||
@ -19,11 +20,11 @@ setopt interactivecomments
|
|||||||
#aliases
|
#aliases
|
||||||
alias zshconfig="vi ~/.zshrc_node"
|
alias zshconfig="vi ~/.zshrc_node"
|
||||||
alias zshconfig_global="vi ~/.zshrc"
|
alias zshconfig_global="vi ~/.zshrc"
|
||||||
alias motdconfig="vi ~/bash_scripts/update_motd.sh"
|
|
||||||
alias vimconfig="vi ~/.vimrc"
|
alias vimconfig="vi ~/.vimrc"
|
||||||
alias sshconfig="vi ~/.ssh/config"
|
alias sshconfig="vi ~/.ssh/config"
|
||||||
alias lh="du -hsc * | sort -hr"
|
alias lh="du -hsc * | sort -hr"
|
||||||
alias sprunge="curl -F 'sprunge=<-' http://sprunge.us"
|
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 upics="curl -F c=@- https://ptpb.pw <"
|
||||||
alias vi="vim"
|
alias vi="vim"
|
||||||
alias sudo="sudo "
|
alias sudo="sudo "
|
||||||
|
Loading…
Reference in New Issue
Block a user