View Single Post
TomJ's Avatar
Posts: 505 | Thanked: 665 times | Joined on Oct 2009
#552
Originally Posted by Paranoxe View Post
Code:
$ root
make backup!

Code:
$ cp /usr/share/icons/hicolor/48x48/hildon/statusarea_ba* /home/user/MyDocs/backupbattery48x48/
$ cp /usr/share/icons/hicolor/scalable/hildon/statusarea_b* /home/user/MyDocs/backupbatteryscalable/
Put the new battery icons

Code:
$ cp /home/user/MyDocs/doombatt48x48/* /usr/share/icons/hicolor/48x48/hildon/
$ cp /home/user/MyDocs/doombattscalable/* /usr/share/icons/hicolor/scalable/hildon/
$ reboot
May I humbly suggest

Code:
$ mv ~/MyDocs/doombatt48x48/* ~/.local/share/icons/hicolor/48x48/hildon/
$ mv ~/MyDocs/doombattscalable/* ~/.local/share/icons/hicolor/scalable/hildon/
instead? You shouldn't need to gain root as it's going into a user directory (for people unfamiliar with *nices, ~ is the user's home directory, in this case /home/user and .local is a hidden directory within it) and you don't need to backup as you're leaving the original files intact. Also using mv rather than cp avoids having extra copies of the files cluttering the filesystem up.
__________________
Want to know how to add public holidays to your device calendar? See the instructions wiki page.

Want to improve the location bar's search capabilities? there's a wiki page for that too...
 

The Following User Says Thank You to TomJ For This Useful Post: