Compare commits

...

4 Commits

4 changed files with 10 additions and 4 deletions

View File

@ -15,7 +15,7 @@
~/.config/ncmpcpp/config: ncmpcpp/config
~/.config/ncmpcpp/bindings: ncmpcpp/bindings
~/.config/polybar: polybar
~/.local/share/applications: ncmpcpp/ncmpcpp.desktop
~/.local/share/applications/ncmpcpp.desktop: ncmpcpp/ncmpcpp.desktop
~/.mpd/mpd.conf: mpd/mpd.conf
~/.config/mpDris2/mpDris2.conf: mpd/mpDris2.conf
~/.config/systemd/mpDris2.service: mpd/mpDris2.service

View File

@ -21,7 +21,7 @@
#define base0F #d65d0e
*foreground: base05
*background: [97]base00
*background: base00
*cursorColor: base05
*color0: base00

View File

@ -8,10 +8,14 @@
[ -f ~/.Xresources ] && xrdb -merge $HOME/.Xresources
# Turn on numlock
numlockx on
if [[ $(command -v numlockx) ]]; then
numlockx on
fi
# Caps Lock works as escape key: whoever uses CapsLock?
setxkbmap -option caps:escape
if [[ $(command -v setxkbmap) ]]; then
setxkbmap -option caps:escape
fi
# Start redshift if it exists
if [[ $(command -v redshift) ]]; then

View File

@ -78,6 +78,8 @@ function __PS1_hostname() {
if [ -n "${NOMATCH}" ]; then
if [ x$(type -t "$func_extension") = xfunction ]; then
NOMATCH=$($func_extension "$@")
else
NOMATCH=""
fi
# extended colouring