Make sure conky processes are fully nice'd.
This commit is contained in:
parent
c46c3e7ecc
commit
c13ae795a8
1 changed files with 5 additions and 5 deletions
10
run-conky.sh
10
run-conky.sh
|
|
@ -23,13 +23,13 @@ if [ $? -ne 0 ]; then
|
|||
fi
|
||||
|
||||
sleep 10
|
||||
/usr/bin/conky -d -c $HOME/Files/Public-Configuration/left.conkyrc
|
||||
nice -n 15 ionice -c 3 /usr/bin/conky -d -c $HOME/Files/Public-Configuration/left.conkyrc
|
||||
sleep 3
|
||||
/usr/bin/conky -d -c $HOME/Files/Public-Configuration/right.conkyrc
|
||||
nice -n 15 ionice -c 3 /usr/bin/conky -d -c $HOME/Files/Public-Configuration/right.conkyrc
|
||||
sleep 3
|
||||
/usr/bin/conky -d -c $HOME/Files/Public-Configuration/center.conkyrc
|
||||
nice -n 15 ionice -c 3 /usr/bin/conky -d -c $HOME/Files/Public-Configuration/center.conkyrc
|
||||
sleep 3
|
||||
/usr/bin/conky -d -c $HOME/Files/Public-Configuration/bottom-right.conkyrc
|
||||
nice -n 15 ionice -c 3 /usr/bin/conky -d -c $HOME/Files/Public-Configuration/bottom-right.conkyrc
|
||||
sleep 3
|
||||
/usr/bin/conky -d -c $HOME/Files/Public-Configuration/bottom-left.conkyrc
|
||||
nice -n 15 ionice -c 3 /usr/bin/conky -d -c $HOME/Files/Public-Configuration/bottom-left.conkyrc
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue