Anyhow, I have now installed Ubuntu on my desktop as well and on this one I will keep the unity interface, just cause it looks nice and I can afford the resources it will eat up. The only issue I have with it at this point is the fact that I think the bar is a bit too bulky, and I want a bigger looking workspace. So I just found out how to get around this issue.
First download and install the compizconfig-settings-manager
$ sudo apt-get install compizconfig-settings-manager
Then open the compizconfig-settings-manager by clicking on the Ubuntu button on the top left of your desktop and type:
compiz
At this point you should see the CompizConfig Settings Manager icon, click on that. A Screen similar to the system monitor will pop open. There will be some categories like General, Accessibility, Desktop and so forth (picture below). From there look for "Ubuntu Unity Plugin" which is under Desktop.
At this point look for the tab experimental and look for launcher icon size which should be set to 48 from default, I ended up picking 36 which made the icons to a nice size, but test it out and see what works for you.
Conky: I'm also trying out another system manager program called Conky. It's similar to the other one I've posted before but may be a bit more customizable and more lightweight, I'll try it out and let you guys know how it is. Here is a link to it and the command to get it from the terminal:
http://conky.sourceforge.net/documentation.html
$ sudo apt-get install conky
GIMP: On a completely different topic, I just wanted to mention GIMP Image Editor. It is a image editor like Adobe Photoshop. The beauty is that this is an open source project and it is cross platform, so I can easily use it on my windows and my linux without any hassle. To get this gem you can either use your Synaptic Package Manager and look for gimp or you can pick it up through the terminal (Ctrl + Alt + t) by typing:These two just update your repo lists (not a bad idea to do that every now and then)
$ sudo apt-get update
$ sudo apt-get upgrade
Then to install GIMP
$ sudo apt-get install gimp
In general I do like using Synaptic cause I'm a Linux noobie, but I am trying to get into terminal use as much as I can. For some more brushes and plugins if you want you can also type:
$ sudo apt-get install gimp-data-extras
$ sudo apt-get install gimp-plugin-registy
Just as an extra here is a nice link with some suggestions for basic applications for fresh ubuntu installs, worth taking a look if you want more stuff on your linux. Also while writing this I've been listening to this great guy playing some music on youtube, his name is Viktor Cepeda. He does an awesome song for minecraft too, check it out.
No comments:
Post a Comment