! fonts
-!xft:Dina:size=8
-*font: -*-dina-medium-r-*-*-10-*-*-*-*-*-*-*
+*font: -windows-dina-medium-r-normal--10-80-96-96-c-70-\
+microsoft-cp1252
*faceName: Dina
*faceSize: 8
Xft.antialias: true
Xft.hintstyle: hintslight
Xft.rgba: none
-! Solarized colors, http://ethanschoonover.com/solarized
+! theming
+Xcursor.theme: Paper
+
+! colors
+! http://ethanschoonover.com/solarized
!#define S_base03 #002b36
#define S_base03 #000a0d
#define S_base02 #073642
URxvt.matcher.launcher.1: urxvtc -e vim +$2 $1
URxvt.keysym.M-o: matcher:last
URxvt.keysym.M-u: matcher:list
+!URxvt.keysym.M-S-equal: font-size:increase
+URxvt.keysym.M-plus: font-size:increase
+URxvt.keysym.M-minus: font-size:decrease
+URxvt.keysym.M-equal: font-size:reset
+URxvt.keysym.M-slash: font-size:show
URxvt.print-pipe: cat > "$HOME/urxvt-$(date +'%Y-%m-%d-%H%M%S')"
zstyle ':vcs_info:git*' formats "%c%u%%F{green}%r/%b%%f/%%F{yellow}%S%%f"
zstyle ':vcs_info:git*' actionformats "%%F{red}(%a)%%f %c%u%%F{green}%r/%b%%f/\
%%F{yellow}%S%%f"
-zstyle ':vcs_info:git*' check-for-changes true
-zstyle ':vcs_info:git*' stagedstr "%F{blue}+"
-zstyle ':vcs_info:git*' unstagedstr "%F{red}*"
+#zstyle ':vcs_info:git*' check-for-changes true #too slow
+zstyle ':vcs_info:git*' check-for-staged-changes true
+zstyle ':vcs_info:git*' stagedstr "%F{blue}+"
+zstyle ':vcs_info:git*' unstagedstr "%F{red}*"
function precmd {
print -Pn "\e]0;%(1j,%j,)%#${SSH_CLIENT+$USER@$HOST:}%~\a"
gtk-theme-name=Blackbird
gtk-icon-theme-name=Paper-Mono-Dark
gtk-font-name=Dina 10
-gtk-cursor-theme-name=Adwaita
+gtk-cursor-theme-name=Paper
+gtk-cursor-theme-size=0
+gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
+gtk-toolbar-icon-size=GTK_ICON_SIZE_SMALL_TOOLBAR
+gtk-button-images=1
+gtk-menu-images=1
+gtk-enable-event-sounds=1
+gtk-enable-input-feedback-sounds=1
+gtk-xft-antialias=1
+gtk-xft-hinting=1
+gtk-xft-hintstyle=hintslight
+gtk-xft-rgba=none
-#---- Generated by tint2conf 573e ----
+#---- Generated by tint2conf 6694 ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
background_color_pressed = #000000 0
border_color_pressed = #000000 0
+# Background 5:
+rounded = 0
+border_width = 1
+border_sides = TBLR
+background_color = #268bd2 100
+border_color = #4466ff 100
+background_color_hover = #000000 0
+border_color_hover = #000000 0
+background_color_pressed = #000000 0
+border_color_pressed = #000000 0
+
#-------------------------------------
# Panel
-panel_items = T:SEECB
+panel_items = ET:SEECB
panel_size = 100% 28
panel_margin = 0 0
panel_padding = 0 1 0
#-------------------------------------
# Executor 1
execp = new
+execp_command = ~/bin/tint2-i3mode
+execp_interval = 0
+execp_has_icon = 0
+execp_cache_icon = 0
+execp_continuous = 1
+execp_markup = 1
+execp_tooltip =
+execp_lclick_command = i3-msg mode default
+execp_rclick_command =
+execp_mclick_command =
+execp_uwheel_command =
+execp_dwheel_command =
+execp_font = Dina 10
+execp_font_color = #fdf6e3 100
+execp_padding = 10 0
+execp_background_id = 5
+execp_centered = 0
+execp_icon_w = 0
+execp_icon_h = 0
+
+#-------------------------------------
+# Executor 2
+execp = new
execp_command = ~/bin/tint2-wifi
execp_interval = 0
execp_has_icon = 1
execp_icon_h = 0
#-------------------------------------
-# Executor 2
+# Executor 3
execp = new
execp_command = ~/bin/tint2-i3status cpu-net
execp_interval = 0
--- /dev/null
+XDG_DESKTOP_DIR="$HOME"
+XDG_DOWNLOAD_DIR="$HOME/dls"
+XDG_TEMPLATES_DIR="$HOME"
+XDG_PUBLICSHARE_DIR="$HOME"
+XDG_DOCUMENTS_DIR="$HOME/docs"
+XDG_MUSIC_DIR="$HOME/music"
+XDG_PICTURES_DIR="$HOME/pics"
+XDG_VIDEOS_DIR="$HOME/vids"