Pages

Showing posts with label unity desktop apps. Show all posts
Showing posts with label unity desktop apps. Show all posts

indicator-brightness: A Display Screen Brightness Controlling Applet for Ubuntu Unity Desktop

Ubuntu developers made a desktop module of their own called Unity (although it still uses a lot of Gnome classic desktop "portions" such as Nautilus, Gconf, etc). Anyhow, because of the way the desktop is designed + to make things more efficient (according to them), the desktop is based on an application protocol called "application indicators" which has quite of A history to itself, already :) too.

Although I won't go into details since it ain't the purpose of this article. But the point is... Unity desktop has a top panel, which is similar to the Gnome classic desktop version but you cannot add any applets to it (which makes sense since it has to be kept "clean", otherwise it won't have enough room to draw the menus, etc).

So, if you use a Laptop or a Netbook then having the ability to change the brightness easily can come quite handy since it's one of those hardware devices that eat your battery-life. Thus, making manual adjustments do make a difference.

Ahh finally! :)...
But the problem is, even though Gnome has an applet of its own for a long time now, but since Unity's dash is locked by default we just can't add those applets. So our only hope is to find an applet that uses the Ubuntu's "application indicators" protocol which runs in the system tray area (obviously).

Luckily thanks to a sensible dude from Codevanrohde.nl (or maybe a gal, I don't know! :D) now we have one!. It's an excellent little applet that lets us change brightness settings in Unity desktop with ease!.

Once you click on its icon, it'll display (as with the above screenshot) the brightness settings using numbers. The current brightness level is "marked" using a dot and just choose a higher or a lower number... as easy as that, it lets us directly access the monitor/display brightness.

Although it's designed for the Unity desktop, still you can use it in Gnome too because it runs in the system tray area. You can install this "indicator-brightness" in Ubuntu 11.04 Natty Narwhal by first downloading it from here and then simply double click on it and follow your on-screen instructions from the Ubuntu Software Center (yikes!).

You can make it to automatically start on each desktop startup by first,

1. Press "Alt" + "F2" keys and enter the below command and press enter.
gnome-session-properties 
2. Then from the new window, click on the "Add" button and use the below information to fill it.


*. Name: indicator-brightness
*. Command: /opt/indicator-brightness/indicator-brightness.py
*. Comment: your ex-girlfriend's name (kidding :D... this is optional)
That's it.

Confity - Another Simple Utility to Customize Few of Unity Settings

Some like the new Unity desktop and some don't. But for those of you who likes it, will find that, Unity gives you very little "space" when it comes to customizing it according to your own preference. I guess this could be due to the fact of its being early in its "journey", so lets hope that in the future Unity will give us a control over the desktop.

Anyhow, if you can't wait till that happens (if it happens), and looking for an another utility to tweak few of Unity's desktop (launcher mainly actually) related settings, then Confity looks promising.

As you can see with the below screenshot it can be used to ...

*. Change Launcher icon sizes.

*. Change Notification animations (including launcher animations as well).

*. Panel opacity.


*. Backlight on/off.

*. Change dashboard size.

*. Set few keyboard shortcuts... and few other desktop related customizations.

So, it's quite simple, but can be useful at the same time. You can install Confity in Ubuntu 11.04 Natty Narwhal by getting zipped package from this page. Extract the content and double click on the file called "setup.py". Good luck. 

Install Indicator CPUfreq in Ubuntu (11.04/10.10) Using PPA

Although Gnome by default comes with an excellent CPU frequency controller of its own, but if you're already an Ubuntu Unity desktop fan and looking for a CPU frequency controller which is independent from the Gnome panel, then the Indicator-CPUfreq is an excellent solution.

You can still use it on the classical Gnome desktop too, and once installed, it'll let you control various CPU related functions such as frequency changing and switching between different power modes on the fly with ease as well.


So, if you run Ubuntu 11.04 or 10.10 and need to give it a try, then open your Terminal and issue the below command...

sudo add-apt-repository ppa:artfwo/ppa
sudo apt-get update
sudo apt-get install indicator-cpufreq