dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 93593844a0dc2e4ccd8ed08158683daa70df6cb0
parent 06e7a360148cbf14888bf5549a9e4f286e2744a5
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Tue,  4 Feb 2014 20:28:04 +0100

Added wallpaper, full battery bar

Diffstat:
M.config/bspwm/panel/panel | 2+-
M.config/bspwm/panel/panel_battery | 3++-
M.xinitrc | 2+-
Mcreate_symlinks.sh | 2+-
Awallpapers/blue-gradient.jpg | 0
5 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/.config/bspwm/panel/panel b/.config/bspwm/panel/panel @@ -26,7 +26,7 @@ case "$flavor" in cat "$PANEL_FIFO" | ~/.config/bspwm/panel/panel_bar | bar & ;; dzen2) - . panel_colors + . ~/.config/bspwm/panel/panel_colors FONT_FAMILY='DejaVu Sans' FONT_SIZE=11 cat "$PANEL_FIFO" | panel_dzen2 -f "$FONT_FAMILY" -s "$FONT_SIZE" | dzen2 -h $PANEL_HEIGHT -dock -ta l -title-name panel -fn "${FONT_FAMILY}:pixelsize=${FONT_SIZE}" -fg "$COLOR_FOREGROUND" -bg "$COLOR_BACKGROUND" & diff --git a/.config/bspwm/panel/panel_battery b/.config/bspwm/panel/panel_battery @@ -24,7 +24,8 @@ fi bar="" case $BAT in 100) - bar="" + #bar="" + bar="—————————" ;; [0-5]) bar="\f8—————————" diff --git a/.xinitrc b/.xinitrc @@ -8,7 +8,7 @@ xsetroot -cursor_name left_ptr & # Set background color #xsetroot -solid '#222222' & -hsetroot -cover ~/Pictures/city.jpg +hsetroot -cover ~/wallpapers/blue-gradient.jpg # Hide mouse on inactivity unclutter -grab -noevents -root & diff --git a/create_symlinks.sh b/create_symlinks.sh @@ -14,7 +14,7 @@ for F in .bashrc .vimrc .inputrc .tmux.conf .xpdfrc .signature .Xresources .Xmod done # Home folder dotfolders -for F in .colors .config/uzbl .config/awesome .config/bspwm .config/sxhkd .config/luakit .config/openbox .config/zathura .i3 .mutt .ncmpcpp .vim .vimperrator .w3m; do +for F in .colors .config/uzbl .config/awesome .config/bspwm .config/sxhkd .config/luakit .config/openbox .config/zathura .i3 .mutt .ncmpcpp .vim .vimperrator .w3m wallpapers; do SOURCE=$PWD/$F TARGET=~/$F diff --git a/wallpapers/blue-gradient.jpg b/wallpapers/blue-gradient.jpg Binary files differ.