some little things

This commit is contained in:
Frank Villaro-Dixon 2013-06-12 00:42:55 +02:00
parent 7ac638392a
commit 5135687c78
3 changed files with 3 additions and 5 deletions

View file

@ -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`

View file

@ -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

View file

@ -22,14 +22,11 @@ $OCTOPUS init-all
#Java
wmname LG3D
while true; do
$OCTOPUS refresh
sleep 2
done &
exec /home/frank/Programmation/dwm/dwm