Lastik (grey) icon theme for KDE4
dedmopozzz
Source i (link to git-repo or to original if based on someone elses unmodified work):
You can install from kde-control-center.
* Works with pling-storeor ocs-url
More Full Icon Themes from dedmopozzz:
Other Full Icon Themes:
© 2025 /s/Cinnamon - Eyecandy for your Cinnamon Desktop
All rights reserved. All trademarks are copyright by their respective owners. All contributors are responsible for their uploads.
Ratings & Comments
13 Comments
I wrote a script automatically installing the icons; just copy it to the directory with the icons and then run in it with "bash script.sh" #!/bin/bash # Install script for the navigation icons. # Just a little bit of scripting, of course it´s GPL. # USAGE OF SCRIPT IS ON YOUR OWN RISK. THERE´S NO WARRANTY AT ALL. echo -e "This script will install the navigation Icons. \033[1m\033[38mIt will overwrite your old navigation icons.\033[0m To continue, press Enter; to abort, press Strg+C." read enter echo "Please enter the full name of your currently used iconset. If you aren´t sure, look in $HOME/.kde/icons which is the exact name of your theme. Below all iconsets found in $HOME/.kde/share/icons are listed." list=$(ls $HOME/.kde/share/icons) echo echo -e "\033[1m\033[34m$list\033[0m" echo read icontheme if [ "$icontheme" ]; then ls $HOME/.kde/share/icons |grep "$icontheme" > /dev/null || nicfnd=1 if [ $nicfnd ]; then echo "ERROR: $icontheme is not a valid icontheme. Aborting."; exit 0; fi else echo "You have to enter an icon theme. Aborting." && exit 0; fi icontheme=$(echo $HOME/.kde/share/icons/"$icontheme") echo "copying..." cp -f -v 16x16/actions/* "$icontheme"/16x16 || check=1 cp -f -v 22x22/actions/* "$icontheme"/22x22 || check=1 cp -f -v 32x32/actions/* "$icontheme"/32x32 || check=1 cp -f -v 48x48/actions/* "$icontheme"/48x48 || check=1 #cp -f 56x56/actions/* "$icontheme"/56x56 || check=1 cp -f -v 64x64/actions/* "$icontheme"/64x64 || check=1 #cp -f 72x72/actions/* "$icontheme"/72x72 || check=1 #cp -f 96x96/actions/* "$icontheme"/96x96 || check=1 cp -f -v 128x128/actions/* "$icontheme"/128x128 || check=1 echo -n " ... done." echo if [ ! $check ]; then echo "Installation successfull. Do you want to run kbuildsycoca now? [any input to run, enter to skip]"; else echo "Installation FAILED! See the output above to fix the error. Probably you have entered a wrong icon set name."; fi read ksc if [ $ksc ]; then kbuildsycoca || check=1; fi
though small ones (16x16 and 22x22) look a bit blurry. Are they generated by resizing of large ones or they were drawn separately? Is there any link to the repository with SVG sources of them? PS: I thought that Oxygen will be default theme for KDE4
Yes. These icons made by resizing. More detailed work is on the topic has been carried out. But still ahead. Source SVG will soon.
Greatings from linux.org.ru thx for the icons.
Hi!!! ;) linux.org.ru - the best! Vodka, Russia, bear - cool!!! :)
You left out "medved" :D
Дак ёбтыть... not refrain :)
Ahoj MEDVED!!!
:)
These icons look cool :) I'm waiting for the complete icon set! Thumbs up!
Now again draw :)
how do I install this? i haven't found anything in the howto install part :-( plz don't be angry with me, but i'm new to this themeing thing ^^ ps: great icons
This is the beginning of a new theme for KDE. At this time, these icons can be copied to your current theme. For example : Copy the contents of a folder in ~/.kde/share/icons/YouIconsTheme/32x32/actions/