dotfiles

dot files in ~
git clone git://git.unixkoans.com/dotfiles.git
Log | Files | Refs

commit f178ffaf0cdd1254a969bcca0aebc01ddb9c9c73
parent bb5959b2a6ee2df44e75a4e4c652e0906c845627
Author: Xiaodong Xu <[email protected]>
Date:   Fri Jun  1 18:00:32 +0800

Add sq font config for urxvt

Diffstat:
.Xdefaults | 4++--
.Xdefaults.d/fonts/dejavu_droid | 2+-
.Xdefaults.d/fonts/envycoder_droid | 2+-
.Xdefaults.d/fonts/lokaltog_wqy | 11-----------
.Xdefaults.d/fonts/sq_wqy | 9+++++++++
.Xdefaults.d/fonts/terminus_wqy | 6+++---
.conkyrc | 4++--
.gtkrc.mine | 25++++++++-----------------
.vimprobablerc | 6++++--
9 files changed, 30 insertions(+), 39 deletions(-)
diff --git a/.Xdefaults b/.Xdefaults @@ -1,11 +1,11 @@ ! ! author : Xu Xiaodong <[email protected]> -! modified : 2012 May 13 +! modified : 2012 Jun 01 ! !-- colorscheme & font --! # include ".Xdefaults.d/colors/solarized" -# include ".Xdefaults.d/fonts/dina_wqy" +# include ".Xdefaults.d/fonts/sq_wqy" !-- xft --! ! hintstyle : hintnone | hintslight | hintmedium | hintfull diff --git a/.Xdefaults.d/fonts/dejavu_droid b/.Xdefaults.d/fonts/dejavu_droid @@ -1,6 +1,6 @@ ! ! author : Xu Xiaodong <[email protected]> -! modified : 2012 Mar 25 +! modified : 2012 May 31 ! URxvt.font : xft:dejavu sans mono:size=10,xft:droid sans fallback:size=10 diff --git a/.Xdefaults.d/fonts/envycoder_droid b/.Xdefaults.d/fonts/envycoder_droid @@ -1,6 +1,6 @@ ! ! author : Xu Xiaodong <[email protected]> -! modified : 2012 Apr 23 +! modified : 2012 May 31 ! URxvt.font : xft:envy code r:size=10,xft:droid sans fallback:size=10 diff --git a/.Xdefaults.d/fonts/lokaltog_wqy b/.Xdefaults.d/fonts/lokaltog_wqy @@ -1,11 +0,0 @@ -! -! author : Xu Xiaodong <[email protected]> -! modified : 2012 May 10 -! - -URxvt.font : -lokaltog-fixed-medium-r-*-*-12-*-*-*-*-*-iso10646-* -URxvt.boldFont : -lokaltog-fixed-bold-r-*-*-12-*-*-*-*-*-iso10646-* -URxvt.italicFont : -lokaltog-fixed-medium-r-*-*-12-*-*-*-*-*-iso10646-* -URxvt.boldItalicFont : -lokaltog-fixed-bold-r-*-*-12-*-*-*-*-*-iso10646-* - -! vim: ai:et:ts=2:sw=2:tw=78:ft=xdefaults diff --git a/.Xdefaults.d/fonts/sq_wqy b/.Xdefaults.d/fonts/sq_wqy @@ -0,0 +1,9 @@ +! +! author : Xu Xiaodong <[email protected]> +! modified : 2012 Jun 01 +! + +URxvt.font : xft:sq:size=9,xft:wenquanyi bitmap song:size=9 +URxvt.boldFont : xft:sq:size=9,xft:wenquanyi bitmap song:size=9 + +! vim: ai:et:ts=2:sw=2:tw=78:ft=xdefaults diff --git a/.Xdefaults.d/fonts/terminus_wqy b/.Xdefaults.d/fonts/terminus_wqy @@ -1,9 +1,9 @@ ! ! author : Xu Xiaodong <[email protected]> -! modified : 2012 May 10 +! modified : 2012 May 31 ! -URxvt.font : xft:terminus:size=8,xft:wenquanyi bitmap song:size=8 -URxvt.boldFont : xft:terminus:size=8:bold,xft:wenquanyi bitmap song:size=8:bold +URxvt.font : xft:terminus:size=10,xft:wenquanyi bitmap song:size=8 +URxvt.boldFont : xft:terminus:size=10:bold,xft:wenquanyi bitmap song:size=8:bold ! vim: ai:et:ts=2:sw=2:tw=78:ft=xdefaults diff --git a/.conkyrc b/.conkyrc @@ -1,6 +1,6 @@ # # author : Xu Xiaodong <[email protected]> -# modified : 2012 May 26 +# modified : 2012 May 27 # #-- settings --# @@ -12,7 +12,7 @@ update_interval 1.0 #-- output --# TEXT -^i(/home/xiaodong/.dico/music.xpm) ^fg(\#8faf9f)${texeci 60 ~/bin/nowplaying} \ +^i(/home/xiaodong/.dico/music.xpm) ^fg(\#8faf9f)${texeci 5 ~/bin/nowplaying} \ ^i(/home/xiaodong/.dico/cpu.xpm) ^fg(\#dca3a3)${cpu}% ${cpubar 10,5} \ ^i(/home/xiaodong/.dico/mem.xpm) ^fg(\#8faf9f)${memperc}% ${membar 10,5} \ ^i(/home/xiaodong/.dico/down.xpm) ^fg(\#dca3a3)${if_running wpa_supplicant}${downspeedf wlan0}${else}${downspeedf eth0}${endif}k \ diff --git a/.gtkrc.mine b/.gtkrc.mine @@ -1,51 +1,42 @@ # # author: Xu Xiaodong <[email protected]> -# modified: 2012 May 15 +# modified: 2012 Jun 01 # #-- xft --# - gtk-xft-antialias = 1 -gtk-xft-hinting = 1 +gtk-xft-hinting = 1 gtk-xft-hintstyle = hintslight -gtk-xft-rgba = rgb +gtk-xft-rgba = rgb #-- gtk --# - include "/home/xiaodong/.themes/BlackWhite/gtk-2.0/gtkrc" #-- icon --# - gtk-icon-theme-name = "gnome-dust" #-- font --# - +gtk-font-name = "Droid Sans 8" style "user-font" { font_name = "Droid Sans 8" } widget_class "*" style "user-font" -gtk-font-name = "Droid Sans 8" - #-- toolbar --# # GTK_TOOLBAR_ICONS | Only icons # GTK_TOOLBAR_TEXT | Only text # GTK_TOOLBAR_BOTH | Both icons and text -# GTK_TOOLBAR_BOTH_HORIZ | icons and text next to the icons - +# GTK_TOOLBAR_BOTH_HORIZ | Icons and text next to the icons gtk-toolbar-style = GTK_TOOLBAR_ICONS #-- icon size --# - gtk-toolbar-icon-size = GTK_ICON_SIZE_SMALL_TOOLBAR #-- menu --# - gtk-menu-popup-delay = 0 -gtk-menu-images = 1 +gtk-menu-images = 0 #-- other --# - -gtk-button-images = 0 -gtk-enable-event-sounds = 0 +gtk-button-images = 0 +gtk-enable-event-sounds = 0 gtk-enable-input-feedback-sounds = 0 diff --git a/.vimprobablerc b/.vimprobablerc @@ -1,11 +1,13 @@ : : author : Xu Xiaodong <[email protected]> -: modified : 2012 May 22 +: modified : 2012 Jun 01 : set homepage=https://bbs.archlinux.org set defaultcoding=uft-8 -set defaultfont="Droid Sans Fallback" +set defaultfont="Droid Serif" +set cursivefont="Droid Serif" +set fantasyfont="Droid Serif" set sansfont="Droid Sans" set seriffont="Droid Serif" set monofont="Droid Sans Mono Slashed"