Change original Dropbox icons for better visibility
What is DROPIC
means? DROPbox + ICons
dropic.pl
- Perl scriptdropic.py
- Python script/dropbox-icons/*.png
- directory with iconsfilename | icon | description |
---|---|---|
dropboxstatus-blank.png |
blank icon here | |
dropboxstatus-x.png |
some error | |
dropboxstatus-logo.png |
initialisation or syncing paused or connection lost | |
dropboxstatus-busy.png |
syncing process (two icons that change alternately... | |
dropboxstatus-busy2.png |
...and creating a visual animation effect) | |
dropboxstatus-idle.png |
syncing completed |
perl dropic.pl
or python dropic.py
Set properties 777
for scripts and check your system paths to the interpritors #!/usr/bin/perl
or #!/usr/bin/python
(in the first line of script) to be able simply to run scripts as
./dropic.pl
or ./dropic.py