From cc578dd0e8ed5b5b41247b46a785b6b50e2d9463 Mon Sep 17 00:00:00 2001 From: Mahesh Asolkar Date: Sat, 5 Feb 2022 14:16:45 -0800 Subject: [PATCH] Font updates --- dwl.entourage | 5 ++--- user.bash_aliases | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/dwl.entourage b/dwl.entourage index 7f9e261..eddf2b8 100755 --- a/dwl.entourage +++ b/dwl.entourage @@ -39,12 +39,11 @@ for DISP in $DISPLAYS; do (cat ${TF} ; while read -r filename event; do cat ${TF} - done) | dtao -z -z -xs ${DISP_NUM} -ta l -tw 100 -expand r -h 22 -fn 'Iosevka Term:style=Regular:size=12' & - + done) | dtao -z -z -xs ${DISP_NUM} -ta l -tw 100 -expand r -h 22 -fn 'Iosevka:style=Regular:size=12' & # ---------------------------------------------------------- # Bottom bar for displaying context information # ---------------------------------------------------------- - (conky -c ~/.conkyrc) | dtao -xs ${DISP_NUM} -ta r -tw 100 -expand l -h 22 -fn 'Iosevka Term:style=Regular:size=12' & + (conky -c ~/.conkyrc) | dtao -xs ${DISP_NUM} -ta r -tw 100 -expand l -h 22 -fn 'Iosevka:style=Regular:size=12' & done # ---------------------------------------------------------- diff --git a/user.bash_aliases b/user.bash_aliases index e09ae63..6a3d918 100644 --- a/user.bash_aliases +++ b/user.bash_aliases @@ -3,8 +3,7 @@ # -------------------------------- # If git-prompt does not exist, get it with following command: # -# $ wget https://raw.github.com/git/git/master/contrib/completion/git-prompt.sh -[ -r /usr/share/bash-completion/completions/git ] && . /usr/share/bash-completion/completions/git +# $ wget https://raw.github.com/git/git/master/contrib/completion/git-prompt.sh [ -r /usr/share/bash-completion/completions/git ] && . /usr/share/bash-completion/completions/git if [ -f /etc/bash_completion.d/git-prompt ]; then source /etc/bash_completion.d/git-prompt @@ -18,7 +17,8 @@ PS1='${debian_chroot:+($debian_chroot)}\[\033[01;92m\]$(hostname)\[\033[01;34m\] # # Variables # -export EDITOR=vim +#export EDITOR=vim +export EDITOR=nvim export PATH=~/bin:$PATH #