dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit f2604bddffc967328b7e19f75ec9816da8bd2caa
parent 900942d67a12dd3442911d8a993449b29fda08f4
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 20 May 2019 08:11:16 +0200

For colortheme, use wallpaper script in PATH

Diffstat:
M.Xresources | 4++--
M.local/bin/colortheme | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.Xresources b/.Xresources @@ -5,8 +5,8 @@ Xcursor.size: 16 ! terminal colors ------------------------------------------------------------ ! see https://ciembor.github.io/4bit -*.foreground: #c5c8c6 -*.background: #1d1f21 +*.foreground: #4d4d4c +*.background: #ffffff /* black */ *color0: #434944 diff --git a/.local/bin/colortheme b/.local/bin/colortheme @@ -116,7 +116,7 @@ function set_colors { s/^\*\.cursorColor: .*$/\*.cursorColor: $cursorColor/" ~/.Xresources xrdb -merge ~/.Xresources command -v i3-msg >/dev/null 2>&1 && (i3-msg restart || :) - [[ -x ~/bin/wallpaper.sh ]] && ~/bin/wallpaper.sh + command -v wallpaper.sh >/dev/null 2>&1 && (wallpaper.sh || :) fi if [ -f $slroot/st/config.h ]; then