pywal compatibility

This commit is contained in:
Chay 2024-04-28 16:47:47 +03:00
parent f07c1ab40c
commit 7907334e54
2 changed files with 4 additions and 18 deletions

View file

@ -56,3 +56,5 @@ alias ip="ip -color=auto"
alias ls="eza -1la --git --group-directories-first"
alias enablemon="xrandr --output eDP --off --output HDMI-A-0 --auto"
alias disablemon="xrandr --output HDMI-A-0 --off --output eDP --auto"
cat ~/.cache/wal/sequences

View file

@ -8,15 +8,7 @@ sysmodmap=/etc/X11/xinit/.Xmodmap
# merge in defaults and keymaps
if [ -f $sysresources ]; then
xrdb -merge $sysresources
fi
if [ -f $sysmodmap ]; then
@ -24,13 +16,6 @@ if [ -f $sysmodmap ]; then
fi
if [ -f "$userresources" ]; then
xrdb -merge "$userresources"
fi
@ -39,8 +24,6 @@ if [ -f "$usermodmap" ]; then
xmodmap "$usermodmap"
fi
# start some nice programs
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
[ -x "$f" ] && . "$f"
@ -48,8 +31,9 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
unset f
fi
feh --bg-scale --no-fehbg ~/.local/share/wallpaper/wall.png
feh --bg-scale --no-fehbg ~/.local/share/wallpaper/wall2.png
light -I
wal -R
redshift &
slstatus &
while :; do