Tweaked colors
This commit is contained in:
2
README.md
Normal file
2
README.md
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# Dotfiles
|
||||||
|
My personal dotfiles, managed with the 'dotdrop' submodule
|
||||||
@@ -2,14 +2,11 @@
|
|||||||
### bashrc from Marc ###
|
### bashrc from Marc ###
|
||||||
########################
|
########################
|
||||||
|
|
||||||
PS2="\n>"
|
CHAR="\[\033[1;93m\]$\[\033[m\]"
|
||||||
NAME="\[\033[0;32m\]\u\[\033[m\]"
|
NAME="\[\033[1;32m\]\u\[\033[m\]"
|
||||||
DIR="\[\033[1;34m\]\w\[\033[m\]"
|
HOST="\[\033[0;37m\]\h\[\033[m\]"
|
||||||
export PS1="${NAME}@\h: ${DIR} ${PS2} "
|
DIR="\[\033[1;94m\]\w\[\033[m\]"
|
||||||
|
export PS1="${NAME}@${HOST}:${DIR} ${CHAR} "
|
||||||
# Colored Files
|
|
||||||
LS_COLORS=$LS_COLORS:'di=1;32:'
|
|
||||||
export LS_COLORS
|
|
||||||
|
|
||||||
# dotfile management
|
# dotfile management
|
||||||
alias dotdrop="~/dotfiles/dotdrop.sh --cfg=~/dotfiles/config.yaml"
|
alias dotdrop="~/dotfiles/dotdrop.sh --cfg=~/dotfiles/config.yaml"
|
||||||
|
|||||||
@@ -190,3 +190,6 @@ mode "lock-screen" {
|
|||||||
|
|
||||||
bindsym $mod+Shift+d mode "lock-screen"
|
bindsym $mod+Shift+d mode "lock-screen"
|
||||||
# xrandr --output DVI-I-1 --auto --right-of VGA-1
|
# xrandr --output DVI-I-1 --auto --right-of VGA-1
|
||||||
|
|
||||||
|
# exec "--no-startup-id setxkbmap -layout us"
|
||||||
|
exec setxkbmap -layout us
|
||||||
|
|||||||
Reference in New Issue
Block a user