From ac3ba32301382d806e6735df3d4a7ef347217c82 Mon Sep 17 00:00:00 2001 From: CramMK Date: Mon, 13 Jan 2020 15:41:02 +0100 Subject: [PATCH] Tweaked colors --- README.md | 2 ++ dotfiles/Xresources | 2 +- dotfiles/bashrc | 13 +++++-------- dotfiles/config/i3/config | 3 +++ 4 files changed, 11 insertions(+), 9 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1142ea4 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Dotfiles +My personal dotfiles, managed with the 'dotdrop' submodule diff --git a/dotfiles/Xresources b/dotfiles/Xresources index bfddb02..1a4f9de 100644 --- a/dotfiles/Xresources +++ b/dotfiles/Xresources @@ -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 diff --git a/dotfiles/bashrc b/dotfiles/bashrc index e4cae9e..2efbbb2 100755 --- a/dotfiles/bashrc +++ b/dotfiles/bashrc @@ -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" diff --git a/dotfiles/config/i3/config b/dotfiles/config/i3/config index c776d8b..bf4f1b7 100644 --- a/dotfiles/config/i3/config +++ b/dotfiles/config/i3/config @@ -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