From 5135687c78be37629942bf7d13c0e4b446f83453 Mon Sep 17 00:00:00 2001 From: Frank Villaro-Dixon Date: Wed, 12 Jun 2013 00:42:55 +0200 Subject: [PATCH] some little things --- Utils/octopus.sh | 2 +- install.sh | 3 ++- xinitrc | 3 --- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Utils/octopus.sh b/Utils/octopus.sh index 7e47fb8..7e13f8e 100755 --- a/Utils/octopus.sh +++ b/Utils/octopus.sh @@ -46,7 +46,7 @@ case $1 in ;; "refresh") - DATE=`date +"%F, %H:%M:%S - %s"` + DATE=`date +"%A %d, %H:%M:%S - %s"` BATT=$( acpi -b | sed 's/.*[charg.|], \([0-9]*\)%.*/\1/gi' ) VOLUME=`amixer get Master | tail -n 2 | head -n 1 | cut -d' ' -f7` MEM=`awk '/MemTotal/ {printf( "%.0fMb", $2 / 1024 )}' /proc/meminfo` diff --git a/install.sh b/install.sh index 9abba1d..f790ce9 100755 --- a/install.sh +++ b/install.sh @@ -33,7 +33,8 @@ if [ ! -d "./skeletons" ]; then mkdir skeletons; fi; cd skeletons for i in `ls $WAI/vim/skeletons`; do ln -s $WAI/vim/skeletons/$i ./$i; done - +cd ~ +if [ -d "Programmation"]; then mkdir Programmation; fi; cd ~/Programmation if [ ! -d "./Utils" ]; then mkdir Utils; fi; cd ./Utils diff --git a/xinitrc b/xinitrc index 6cca8aa..54818dd 100644 --- a/xinitrc +++ b/xinitrc @@ -22,14 +22,11 @@ $OCTOPUS init-all #Java wmname LG3D - while true; do $OCTOPUS refresh sleep 2 done & - - exec /home/frank/Programmation/dwm/dwm