Turn off the clock on your menu bar
21–30 of 46 posts
Re: Turn off the clock on your menu bar
#22Something that I would add to that is have someone you trust change your Facebook password (for the day, the week, until the weekends, however long). If you're like me, it's not uncommon to log in ~5-10 times a day just for a quick check. Doing so interrupts your flow the same way diverting your attention to an upcoming event does. However, when you get in the habit of not even being able to check it, that distractio…
I am aware that many (most?) people are made uncomfortable by restrictions, even ones they chose with an unclouded mind, but I seem to like them if they reduce my need to exert willpower to resist temptation and do not get in the way too much.
Re: Turn off the clock on your menu bar
#23If I'm in focus mode, I'll also quit Adium, fire up think, and use Vitamin-R to do a pomodoro session. Works well for me, YMMV.
Re: Turn off the clock on your menu bar
#24Re: Turn off the clock on your menu bar
#25Earlier quoted context omitted.
System Preferences > (System Row) Time Machine > Uncheck "Show time machine status in Menu Bar"
More to the point, every icon in the menu bar except for Spotlight can be turned on or off in the System Preferences. If hunting down those checkboxes is too much work, you can also Command-click on any of Apple’s icons [0] and drag them out of the menu bar. This also allows you to rearrange icons. (That works also for buttons on toolbars.) Super User has a hacky way of disabling the Spotlight icon: http://superuser.…
It is. Apple has their own private API for their "menu extras" and actually loads them into the windowserver itself. It's a major PITA to support one of these things, so only a very small number of third party apps choose to do it.
The alternative public API is basically just a tiny window for each item sitting in the menubar. There's no technical reason why Apple couldn't implement the same kind of command-drag behaviour, but thus far they haven't.
Re: Turn off the clock on your menu bar
#26Re: Turn off the clock on your menu bar
#27I started heading in this direction a few years ago, and now I'm running dwm ( http://dwm.suckless.org ), no menu bar, with a couple of scripts that I have to manually run to see things like the time or my unread email count. It did take some getting used to, but I'm definitely more productive this way.
Re: Turn off the clock on your menu bar
#28Re: Turn off the clock on your menu bar
#29(used cat | wc to do the word count).
Re: Turn off the clock on your menu bar
#30I actually use the clock for something other than time: it tells me when the computer is bogged down/frozen. If the seconds stop updating, it means something else is sucking the resources (usually some loop in the latest build of whatever app I'm working on).