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
|
||||
@@ -46,7 +46,7 @@
|
||||
*.color14: nord7
|
||||
*.color15: nord6
|
||||
|
||||
XTerm.vt100.faceName: xft:FuraCode Nerd Font:style=Light:size=11:antialias=true
|
||||
XTerm.vt100.faceName: xft:FuraCode Nerd Font:style=Light:size=11:antialias=true
|
||||
|
||||
XTerm.vt100.scrollBar: false
|
||||
Xterm.vt100.scrollBar.widht:1
|
||||
|
||||
@@ -2,14 +2,11 @@
|
||||
### bashrc from Marc ###
|
||||
########################
|
||||
|
||||
PS2="\n>"
|
||||
NAME="\[\033[0;32m\]\u\[\033[m\]"
|
||||
DIR="\[\033[1;34m\]\w\[\033[m\]"
|
||||
export PS1="${NAME}@\h: ${DIR} ${PS2} "
|
||||
|
||||
# Colored Files
|
||||
LS_COLORS=$LS_COLORS:'di=1;32:'
|
||||
export LS_COLORS
|
||||
CHAR="\[\033[1;93m\]$\[\033[m\]"
|
||||
NAME="\[\033[1;32m\]\u\[\033[m\]"
|
||||
HOST="\[\033[0;37m\]\h\[\033[m\]"
|
||||
DIR="\[\033[1;94m\]\w\[\033[m\]"
|
||||
export PS1="${NAME}@${HOST}:${DIR} ${CHAR} "
|
||||
|
||||
# dotfile management
|
||||
alias dotdrop="~/dotfiles/dotdrop.sh --cfg=~/dotfiles/config.yaml"
|
||||
|
||||
@@ -190,3 +190,6 @@ mode "lock-screen" {
|
||||
|
||||
bindsym $mod+Shift+d mode "lock-screen"
|
||||
# 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