


TDE - T Desktop Enhancements
Karamba & Superkaramba by chip2003 61 comments
Beautifull!
...but i find the tcal theme a little useless, so i replaced "cal -m" with:
"declare -i DAYINMONTH=$(date +%d) && cal -m | sed 's/[[:space:]]'$DAYINMONTH'[[:space:]]/\['$DAYINMONTH'\]/;s/[[:space:]]'$DAYINMONTH'$/\['$DAYINMONTH'\]/;s/^'$DAYINMONTH'[[:space:]]/\['$DAYINMONTH'\]/'"
to get an [] around the actual day. - Nov 13 2004
...but i find the tcal theme a little useless, so i replaced "cal -m" with:
"declare -i DAYINMONTH=$(date +%d) && cal -m | sed 's/[[:space:]]'$DAYINMONTH'[[:space:]]/\['$DAYINMONTH'\]/;s/[[:space:]]'$DAYINMONTH'$/\['$DAYINMONTH'\]/;s/^'$DAYINMONTH'[[:space:]]/\['$DAYINMONTH'\]/'"
to get an [] around the actual day. - Nov 13 2004

On-Desktop-Terminal
Various KDE 1.-4. Improvements by KyroxX 36 comments
I think this should do:
Place this script...:
#!/bin/bash
killall Eterm
...in:
~/.kde/shutdown
...and make it executable with chmod +x - Nov 13 2004
Place this script...:
#!/bin/bash
killall Eterm
...in:
~/.kde/shutdown
...and make it executable with chmod +x - Nov 13 2004