There’re several GUI tools for configuring the Launcher appearance in Unity 3D. But for Unity 2D, it’s kinda difficult.
This tutorial shows how to change the Launcher back-color and transparency by a little change on the code.
NOTE: YOU MUST KNOW WHAT YOU ARE GOING TO DO BEFORE
First, make a backup of /usr/share/unity-2d/launcher/Launcher.qml
. Then edit this file with your favourite editor, for example:
gksu gedit /usr/share/unity-2d/launcher/Launcher.qml
Search rectangle
to find out following section:
Rectangle {
Accessible.name: “background”
anchors.fill: parent
color: “black”
opacity: 0.66
visible: screen.isCompositingManagerRunning
}
Now change the color: “black” & opacity: 0.66, and it will take effect at next login.
Related posts:
- Manage Ubuntu 11.04 Unity Launcher Quicklist using unity-launcher-editor
- Change Unity-2D Launcher auto-hide behavior in Ubuntu 11.10 Oneiric
- Install Slingshot (Elementary OS Launcher) in Ubuntu 11.04 Unity
admin 17 Feb, 2012
-
Source: http://ubuntuguide.net/hack-code-changing-unity-2d-launcher-backcolor-transparency
--
Manage subscription | Powered by rssforward.com
Tidak ada komentar:
Posting Komentar