Stow restructuring
This commit is contained in:
parent
685e4dbe8b
commit
097cbd1c6d
53 changed files with 62 additions and 205 deletions
163
x/.Xresources
Normal file
163
x/.Xresources
Normal file
|
@ -0,0 +1,163 @@
|
|||
! font settings --------------------------------------------------------------
|
||||
Xft.autohint: true
|
||||
Xft.antialias: true
|
||||
Xft.hinting: true
|
||||
Xft.hintstyle: hintslight
|
||||
Xft.dpi: 96
|
||||
Xft.rgba: rgb
|
||||
Xft.lcdfilter: lcddefault
|
||||
|
||||
! xscreensaver ---------------------------------------------------------------
|
||||
|
||||
!font settings
|
||||
xscreensaver.Dialog.headingFont: -*-fixed-medium-r-*-*-14-*-*-*-*-*-*-*
|
||||
xscreensaver.Dialog.bodyFont: -*-fixed-medium-r-*-*-14-*-*-*-*-*-*-*
|
||||
xscreensaver.Dialog.labelFont: -*-fixed-medium-r-*-*-14-*-*-*-*-*-*-*
|
||||
xscreensaver.Dialog.unameFont: -*-fixed-medium-r-*-*-14-*-*-*-*-*-*-*
|
||||
xscreensaver.Dialog.buttonFont: -*-fixed-medium-r-*-*-14-*-*-*-*-*-*-*
|
||||
xscreensaver.Dialog.dateFont: -*-fixed-medium-r-*-*-12-*-*-*-*-*-*-*
|
||||
xscreensaver.passwd.passwdFont: -*-fixed-medium-r-*-*-14-*-*-*-*-*-*-*
|
||||
!general dialog box (affects main hostname, username, password text)
|
||||
xscreensaver.Dialog.foreground: #101010
|
||||
xscreensaver.Dialog.background: #D8D8D8
|
||||
xscreensaver.Dialog.topShadowColor: #D8D8D8
|
||||
xscreensaver.Dialog.bottomShadowColor: #D8D8D8
|
||||
xscreensaver.Dialog.Button.foreground: #101010
|
||||
xscreensaver.Dialog.Button.background: #E5E5E5
|
||||
!username/password input box and date text colour
|
||||
xscreensaver.Dialog.text.foreground: #101010
|
||||
xscreensaver.Dialog.text.background: #E5E5E5
|
||||
xscreensaver.Dialog.internalBorderWidth:24
|
||||
xscreensaver.Dialog.borderWidth: 0
|
||||
xscreensaver.Dialog.shadowThickness: 2
|
||||
!timeout bar (background is actually determined by Dialog.text.background)
|
||||
xscreensaver.passwd.thermometer.foreground: #101010
|
||||
xscreensaver.passwd.thermometer.background: #2E2E2E
|
||||
xscreensaver.passwd.thermometer.width: 8
|
||||
|
||||
! urxvt -------------------------------------------
|
||||
|
||||
URxvt*font: xft:Hermit:medium:size=8:antialiasing=true
|
||||
URxvt*boldFont: xft:Hermit:bold:size=8:antialiasing=true:style=medium
|
||||
URxvt.letterSpace: 0
|
||||
! Add fallback fonts as laid out in `man 1 urxvt` under "font:" in the RESOURCES section
|
||||
|
||||
! Window size and position
|
||||
!URxvt*geometry: 60x22+50+100
|
||||
! Window size, let the Window Manager position it
|
||||
URxvt.geometry: 80x28
|
||||
|
||||
URxvt.scrollstyle: plain
|
||||
URxvt.scrollBar: true
|
||||
URxvt.scrollBar_right: true
|
||||
URxvt.iconFile: /usr/share/icons/Faenza-Bunsen-common/apps/48/utilities-terminal.png
|
||||
|
||||
! Grey theming
|
||||
!URxvt*background: #cecece
|
||||
!URxvt*foreground: #101010
|
||||
! Terminator Crunchbang colours
|
||||
! URxvt.background: #2e3436
|
||||
! URxvt.foreground: #d8d8d8
|
||||
|
||||
! scrollback buffer lines - 65535 is max (64 is default)
|
||||
URxvt.saveLines:16384
|
||||
|
||||
! True Transparency, opacity percentage set in square brackets before URxvt.background colour
|
||||
URxvt.depth: 32
|
||||
|
||||
! Load URxvt extensions
|
||||
URxvt.perl-ext-common: default,matcher,keyboard-select
|
||||
|
||||
! URLs
|
||||
URxvt.url-launcher: /usr/local/bin/firefox-nightly
|
||||
URxvt.matcher.button: 3
|
||||
URxvt.keysym.M-u: matcher:select
|
||||
|
||||
! keyboard select
|
||||
URxvt.keysym.M-Escape: perl:keyboard-select:activate
|
||||
URxvt.keysym.M-s: perl:keyboard-select:search
|
||||
|
||||
! Scrolling behavior
|
||||
URxvt*scrollTtyOutput: false
|
||||
URxvt*scrollWithBuffer: false
|
||||
URxvt*scrollTtyKeypress: true
|
||||
|
||||
! Gruvbox Dark
|
||||
! hard contrast: *background: #1d2021
|
||||
*background: #282828
|
||||
! soft contrast: *background: #32302f
|
||||
*foreground: #ebdbb2
|
||||
! Black + DarkGrey
|
||||
*color0: #282828
|
||||
*color8: #928374
|
||||
! DarkRed + Red
|
||||
*color1: #cc241d
|
||||
*color9: #fb4934
|
||||
! DarkGreen + Green
|
||||
*color2: #98971a
|
||||
*color10: #b8bb26
|
||||
! DarkYellow + Yellow
|
||||
*color3: #d79921
|
||||
*color11: #fabd2f
|
||||
! DarkBlue + Blue
|
||||
*color4: #458588
|
||||
*color12: #83a598
|
||||
! DarkMagenta + Magenta
|
||||
*color5: #b16286
|
||||
*color13: #d3869b
|
||||
! DarkCyan + Cyan
|
||||
*color6: #689d6a
|
||||
*color14: #8ec07c
|
||||
! LightGrey + White
|
||||
*color7: #a89984
|
||||
*color15: #ebdbb2
|
||||
|
||||
! Gruvbox Light Medium
|
||||
! hard contrast: *background: #f9f5d7
|
||||
*background: #fbf1c7
|
||||
! soft contrast: *background: #f2e5bc
|
||||
*foreground: #3c3836
|
||||
! Black + DarkGrey
|
||||
*color0: #fdf4c1
|
||||
*color8: #928374
|
||||
! DarkRed + Red
|
||||
*color1: #cc241d
|
||||
*color9: #9d0006
|
||||
! DarkGreen + Green
|
||||
*color2: #98971a
|
||||
*color10: #79740e
|
||||
! DarkYellow + Yellow
|
||||
*color3: #d79921
|
||||
*color11: #b57614
|
||||
! DarkBlue + Blue
|
||||
*color4: #458588
|
||||
*color12: #076678
|
||||
! DarkMagenta + Magenta
|
||||
*color5: #b16286
|
||||
*color13: #8f3f71
|
||||
! DarkCyan + Cyan
|
||||
*color6: #689d6a
|
||||
*color14: #427b58
|
||||
! LightGrey + White
|
||||
*color7: #7c6f64
|
||||
*color15: #3c3836!
|
||||
|
||||
! Dracula Xresources palette
|
||||
! *.foreground: #F8F8F2
|
||||
! *.background: #282A36
|
||||
! *.color0: #000000
|
||||
! *.color8: #4D4D4D
|
||||
! *.color1: #FF5555
|
||||
! *.color9: #FF6E67
|
||||
! *.color2: #50FA7B
|
||||
! *.color10: #5AF78E
|
||||
! *.color3: #F1FA8C
|
||||
! *.color11: #F4F99D
|
||||
! *.color4: #BD93F9
|
||||
! *.color12: #CAA9FA
|
||||
! *.color5: #FF79C6
|
||||
! *.color13: #FF92D0
|
||||
! *.color6: #8BE9FD
|
||||
! *.color14: #9AEDFE
|
||||
! *.color7: #BFBFBF
|
||||
! *.color15: #E6E6E6
|
Loading…
Add table
Add a link
Reference in a new issue