Font updates
This commit is contained in:
parent
5072042a0f
commit
cc578dd0e8
@ -39,12 +39,11 @@ for DISP in $DISPLAYS; do
|
|||||||
(cat ${TF} ;
|
(cat ${TF} ;
|
||||||
while read -r filename event; do
|
while read -r filename event; do
|
||||||
cat ${TF}
|
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
|
# 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
|
done
|
||||||
|
|
||||||
# ----------------------------------------------------------
|
# ----------------------------------------------------------
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
# --------------------------------
|
# --------------------------------
|
||||||
# If git-prompt does not exist, get it with following command:
|
# If git-prompt does not exist, get it with following command:
|
||||||
#
|
#
|
||||||
# $ wget https://raw.github.com/git/git/master/contrib/completion/git-prompt.sh
|
# $ 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
|
||||||
[ -r /usr/share/bash-completion/completions/git ] && . /usr/share/bash-completion/completions/git
|
|
||||||
|
|
||||||
if [ -f /etc/bash_completion.d/git-prompt ]; then
|
if [ -f /etc/bash_completion.d/git-prompt ]; then
|
||||||
source /etc/bash_completion.d/git-prompt
|
source /etc/bash_completion.d/git-prompt
|
||||||
@ -18,7 +17,8 @@ PS1='${debian_chroot:+($debian_chroot)}\[\033[01;92m\]$(hostname)\[\033[01;34m\]
|
|||||||
#
|
#
|
||||||
# Variables
|
# Variables
|
||||||
#
|
#
|
||||||
export EDITOR=vim
|
#export EDITOR=vim
|
||||||
|
export EDITOR=nvim
|
||||||
export PATH=~/bin:$PATH
|
export PATH=~/bin:$PATH
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user