如何使Unity Launcher背光使用一种颜色?


10

如何使Unity Launcher背光使用一种颜色?我希望我的启动器背光灯都用蓝色着色。


1
一个好问题。我敢肯定,这里发布的所有答案对试图在桌面上实现更一致的配色方案的人们都是有用的。
Christopher Kyle Horton

这不是直接回答您的问题,而是在此OMG!Ubuntu中!发布后,他们确实的确使他们的Unity启动器显示为蓝色。
拉斯姆斯

Answers:


3

您将需要Gimp来执行此操作。

首先,我们需要备份一些启动器图标。

打开一个终端:

cd && mkdir launchericons
cd /usr/share/unity/4/
sudo cp launcher_icon_back_54.png launcher_icon_back_54.png.old
sudo cp launcher_icon_glow_62.png launcher_icon_glow_62.png.old
sudo cp launcher_icon_edge_54.png launcher_icon_edge_54.png.old
sudo cp launcher_icon_shine_54.png launcher_icon_shine_54.png.old

现在,我们将这四个文件复制到我们新创建的文件夹中launchericons

sudo cp launcher_icon_back_54.png launcher_icon_glow_62.png launcher_icon_edge_54.png  launcher_icon_shine_54.png ~/launchericons/

好。备份文件并将其复制到我们的主文件夹中。
如果尚未安装Gimp,请执行以下操作:

sudo apt-get install gimp

启动Gimp:

Alt+ F2imp子

转到“文件”->“打开”。打开文件夹“ launchericons”,然后选择第一个png:launcher_icon_back_54.png。

现在,我们必须选择要使用的颜色:

单击“前景和背景颜色”(屏幕截图)在此处输入图片说明

选择所需的颜色(请参见箭头,也可以使用吸管(圆圈)在桌面上的任意位置选择蓝色)。 在此处输入图片说明

确保在某处写下所选颜色的HTML表示法。

现在,在工具箱中选择“桶填充工具”,然后在Gimp的主窗口(小窗口)中单击启动器png:在此处输入图片说明

保存更改的png,并对其他3个png重复相同的过程。

然后,将所有4个文件复制回/usr/share/unity/4/

sudo cp launcher_icon_back_54.png launcher_icon_glow_62.png launcher_icon_edge_54.png  launcher_icon_shine_54.png /usr/share/unity/4/

注销并重新登录后,背光灯现在变成蓝色。


我尝试在“精确”框中尝试此操作,但是存储桶工具似乎并没有真正为图像重新着色。无论如何,我都尝试过使用Color下的Colorize工具,但是GIMP会显示一条错误消息,说“ Colorize仅在RGB颜色层上运行”。有解决方法的想法吗?
Christopher Kyle Horton

找到了解决方案:转到图像>模式,然后选择RGB。(来源
Christopher Kyle Horton

还要注意:通过遵循此解决方案,当保存更改的版本时,GIMP将需要root特权才能覆盖启动器图标文件。为此,请gksudo gimp从Alt + F2或“终端”窗口运行。
Christopher Kyle Horton

...好吧,只是尝试了一下就可以了(一定程度上)。我将某些图标显示为紫色,因此我认为Unity仍会使用正常的背光颜色进行一些颜色混合。这是我最后得到的照片
Christopher Kyle Horton
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.