Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Corrigir bug no wallpaper
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoRosmaninho committed Sep 29, 2018
1 parent b8a3567 commit dea6ed6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 5 additions & 1 deletion roles/common/keymap.sh
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
setxkbmap pt
# set keymap
setxkbmap pt;
# set wallpaper style to stretched
xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor0/image-style -s 3;
xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor0/workspace0/image-style -s 3;
12 changes: 7 additions & 5 deletions roles/common/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ fi
# Set custom wallpaper #
############################

cd /usr/share/xfce4/backdrops;
# Já não é preciso, visto que usamos o 'copy' do ansible
# wget http://glua.ua.pt/assets/img/ubuntu-glua-wallpaper.png;
mv xubuntu-bionic.png xubuntu-bionic-backup.png;
mv ubuntu-glua-wallpaper.png xubuntu-bionic.png;
if [ ! -f /usr/share/xfce4/backdrops/xubuntu-bionic-backup.png ]; then
cd /usr/share/xfce4/backdrops;
# Já não é preciso, visto que usamos o 'copy' do ansible
# wget http://glua.ua.pt/assets/img/ubuntu-glua-wallpaper.png;
mv xubuntu-bionic.png xubuntu-bionic-backup.png;
mv ubuntu-glua-wallpaper.png xubuntu-bionic.png;
fi

############################
# Set locale #
Expand Down

0 comments on commit dea6ed6

Please sign in to comment.