From bd33bc2b85434d0ea1993e23fc0f7bd92a31f619 Mon Sep 17 00:00:00 2001 From: rafa_99 Date: Wed, 8 May 2019 14:42:06 +0000 Subject: Updated Some Files --- .dwm/autostart.sh | 10 ++++++---- Pictures/Wallpaper.jpg | Bin 0 -> 134072 bytes logo.png | Bin 37120 -> 37120 bytes 3 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 Pictures/Wallpaper.jpg diff --git a/.dwm/autostart.sh b/.dwm/autostart.sh index 324355d..93d7d67 100755 --- a/.dwm/autostart.sh +++ b/.dwm/autostart.sh @@ -1,3 +1,9 @@ +#!/bin/bash +feh --bg-scale /home/rafael/Pictures/Wallpaper.jpg & +compton & +setxkbmap pt & +numlockx on & + Date(){ Date=`date +'%F %A'` echo -e ": $Date" @@ -37,7 +43,3 @@ while true; do xsetroot -name "$(Music) | $(Memory) | $(Temp) | $(Weather) | $(Date) | $(Time)" sleep 10s done & -feh --bg-scale /home/rafael/Pictures/Wallpaper.jpg & -compton & -setxkbmap pt & -numlockx on & diff --git a/Pictures/Wallpaper.jpg b/Pictures/Wallpaper.jpg new file mode 100644 index 0000000..de6f5d8 Binary files /dev/null and b/Pictures/Wallpaper.jpg differ diff --git a/logo.png b/logo.png index b4daee1..7ef1aae 100644 Binary files a/logo.png and b/logo.png differ -- cgit v1.2.3