Too much time.
Like today, I've spent three hours looking for a Linux application that will tell me how long I've been surfing the web. You know, because some little desktop widget is really going to help plug up that time sink.
All I really want is a little timer that:
- tracks how long, cumulatively, my browser window has focus,
- that I can set semi-transparent and always-on-top (so I can watch it while I'm surfing),
- that will pop up an alert when I reach a user-set threshold for how long I want to be online.
You'd think that with all the people into productivity and time management--you know, the audience of Lifehacker would be easy to find. Apparently not.
The best I was able to locate is gFocusTimer, which does the first (and most important) thing on my list, but not the second two. (To be fair, those are outside of the scope of the project.)
The always-on-top I can set in my window manager, but Fluxbox doesn't provide the ability to set the transparency of a window so you can see the window beneath. It can be done, according to the docs, with xcompmgr
, but they caution about the resources it requires and my poor old Thinkpad T23 is hardly up to it.
While installing gFocusTimer, I was reminded again of an annoying feature in Ubuntu: the assumption that users won't be compiling their own software. Ever. I'm not a hardcore Linux user, and I really don't want to compile stuff myself. I'd much rather apt-get install
. But sometimes that's just not possible. Seriously, people, things like build-essentials
should be installed by default, and common libraries and configuration files that ./configure
and make
look for.
On the bright side, I did discover that Linus Torvalds is blogging now. I enjoyed reading some of his posts, even though tracker wasn't quite what I was looking for. It's a good project, parents really need a solution for controlling the amount of time kids spend online, something with a little more weight behind it than "just talking to them." Nothing wrong with talking, but there's nothing wrong with setting limits either. Hell, here I am, an adult, looking for a tool to help me do the same thing. (And the number of people leaving comments suggesting Windows software made me giggle.)
Leave me a comment if you know of software for Linux that does what I'm looking for.
Tagged: The Internet, Linux, Software (other), Ubuntu