diff --git a/NF_pick.sh b/NF_pick.sh index 313e2ec..b327c0b 100755 --- a/NF_pick.sh +++ b/NF_pick.sh @@ -1,4 +1,4 @@ #!/bin/zsh -F=`dmenu -l 18 -fn 'Px437_ATI_SmallW_6x8 NF:style=Book:pixelsize=16:antialias=true' < /home/truck/bin/nflist` +F=`dmenu -l 18 -fn 'Px437_ATI_SmallW_6x8 NF:style=Book:pixelsize=16:antialias=true' < /home/andrew/bin/nflist` C=`ls ~/bin/st* |dmenu -l 8 -fn 'Px437_ATI_SmallW_6x8 NF:style=Book:pixelsize=16:antialias=true'` ${C} -f "${F}" diff --git a/nflist b/nflist index 61bd50f..9879532 100644 --- a/nflist +++ b/nflist @@ -21,9 +21,9 @@ Px437_ITT_BIOS NF:style=2y:pixelsize=16:antialias=true Px437_Phoenix_BIOS NF:style=2y:pixelsize=16:antialias=true Px437_PhoenixEGA_8x8 NF:style=2y:pixelsize=16:antialias=true - Px437_TandyNew_225 NF:style=2y:pixelsize=16:antialias=true + Px437_TandyNew_225 NF:style=2y:pixelsize=24:antialias=true Px437_TandyNew_TV NF:style=2y:pixelsize=16:antialias=true - Px437_TandyOld_225 NF:style=2y:pixelsize=16:antialias=true + Px437_TandyOld_225 NF:style=2y:pixelsize=24:antialias=true Px437_TandyOld_TV NF:style=2y:pixelsize=16:antialias=true Px437_Verite_8x8 NF:style=2y:pixelsize=16:antialias=true Px437_VTech_BIOS NF:style=2y:pixelsize=16:antialias=true diff --git a/powerline-shell-init b/powerline-shell-init old mode 100644 new mode 100755 index c740ea5..36558ae --- a/powerline-shell-init +++ b/powerline-shell-init @@ -1,5 +1,6 @@ function powerline_precmd() { - PS1="$(/home/truck/sturf/banga-powerline/powerline-shell.py $? --shell zsh 2> /dev/null)" +# PS1="$(~/powerline-shell.py $? --shell zsh 2> /dev/null)" + PS1="$(~/bin/powerline-shell/powerline-shell.py $? --colorize-hostname --cwd-max-depth 3 --cwd-max-dir-size 6 --shell zsh 2> /dev/null)" } function install_powerline_precmd() {