Skip to content
Snippets Groups Projects
Commit 30bf1fd1 authored by Einar Largenius's avatar Einar Largenius
Browse files

[profilel] Flytta bakgrundsbild till egen mapp

parent e9e276e2
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,11 @@ fi
# plugins like screenreaders.
export NO_AT_BRIDGE=1
[ -f "$SYNCDIR"/host-config/"$(hostname)"-profile.sh ] && . "$SYNCDIR"/host-config/"$(hostname)"-profile.sh
if [ -f "$SYNCDIR"/host-config/"$(hostname)"-profile.sh ] ; then
. "$SYNCDIR"/host-config/"$(hostname)"-profile.sh
else
. "$SYNCDIR"/host-config/fallback-profile.sh
fi
# Numlock on
setleds -D +num &
......@@ -63,10 +67,6 @@ if [ "$DISPLAY" ]; then
# Justera tangentbordslayout
setxkbmap -variant nodeadkeys -option caps:ctrl_modifier
# Bakgrundsbild
feh --bg-fill "https://wrya.net/services/wallpaper/4chan.php" || \
xsetroot -solid "#99ccff" &
# Pekare
xsetroot -cursor_name left_ptr &
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment