summaryrefslogtreecommitdiff
path: root/.dwm/autostart.sh
diff options
context:
space:
mode:
Diffstat (limited to '.dwm/autostart.sh')
-rwxr-xr-x.dwm/autostart.sh10
1 files changed, 6 insertions, 4 deletions
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 &