~jbicha/hud/build-depend-on-valac-not-gir

« back to all changes in this revision

Viewing changes to service/hud-list-applications

Merging the HUD into indicator-appmenu

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
if [ -n $HUD_CACHE_DIR ]; then
 
4
        HUD_CACHE_DIR=~/.cache
 
5
fi;
 
6
 
 
7
FINAL_DIR="$HUD_CACHE_DIR/hud"
 
8
 
 
9
sqlite3 $FINAL_DIR/usage-log.sqlite "select distinct application from usage"