This could really slow your desktop down, and, you will need to change “trusty” – in the first two lines – to reflect your specific distro…..
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 |
#!/bin/sh echo 'deb http://ppa.launchpad.net/noobslab/icons/ubuntu trusty main' >> /etc/apt/sources.list echo 'deb-src http://ppa.launchpad.net/noobslab/icons/ubuntu trusty main' >> /etc/apt/sources.list apt-get update apt-get install faenza-icon-theme apt-get install awoken-icon-theme apt-get install clarity-icon-theme apt-get install kawoken-icon-theme apt-get install faience-icon-theme apt-get install malys-uniblack apt-get install malys-uniblue apt-get install malys-ex apt-get install acyl-icons apt-get install darkenza apt-get install meliaesvg-icons apt-get install azenis-green-icons apt-get install nouvegnome-color apt-get install nouvegnome-gray apt-get install hi-lights-icons apt-get install matrilineare apt-get install zoncolor-icons apt-get install royal-linux-icons apt-get install elementary-icons apt-get install myhumanity apt-get install myelementary apt-get install osx-nostalgie apt-get install sky-blue-cinnamon apt-get install sky-blue-gnome apt-get install sky-blue-unity apt-get install wine-blue-remix apt-get install lubuntubox apt-get install moka-icon-theme apt-get install appleart-icons apt-get install magical-lights-icons apt-get install colored-plastic-icons apt-get install ubudao-style apt-get install artnet-icons apt-get install high-delight-icons apt-get install snow-sabre-icons apt-get install deepin-icon-theme apt-get install numix-icon-theme apt-get install trevilla-icons apt-get install aery-icons apt-get install acyl-icon-set apt-get install ieos7-icons apt-get install buttonized-icons apt-get install numix-icon-theme-circle apt-get install buuf-remix-icons apt-get install buuf-icons apt-get install win-icons apt-get install lmint-icons apt-get install faba-icon-theme-symbolic apt-get install faba-icon-theme apt-get install faba-mono-icons apt-get install mylo-xylo-icons apt-get install faba-colors apt-get install malys-uniwhite apt-get install flatwoken-icons apt-get install numix-icon-theme-square apt-get install square-beam-icons apt-get install mintx-colors-icon apt-get install numix-icon-theme-bevel apt-get install elemint-icons apt-get install ursa-icons apt-get install ardis-icons apt-get install dalisha-icons apt-get install ghost-flat-icons apt-get install emerald-icon-theme apt-get install ultra-flat-icons apt-get install ultra-flat-icons-orange apt-get install octagon-icons apt-get install smaragd-icons apt-get install ultra-flat-icons-green apt-get install victory-icon-theme apt-get install ardis-basic-icons apt-get install ursa-basic-icons apt-get install numix-folders apt-get install super-flat-remix-icons apt-get install masalla-icon-theme apt-get install vimix-icon-theme apt-get install shadow-icon-theme apt-get install amigaosx-icons apt-get install papirus-icons apt-get install vertex-icons apt-get install lila-hd-icons apt-get install arc-icons apt-get install ardis-icons-square apt-get install elementary-add-icons apt-get install victory-icon2-theme apt-get install linux-dark-icons apt-get install obsidian-1-icons apt-get install xatane-icons apt-get install system76-pop-icon-theme apt-get install numix-white-icons apt-get install perforated-edge-icons apt-get install flat-remix-icons apt-get install xane-icons apt-get install damadamas-icons apt-get install vamox-icons apt-get install ubo-icons |
If there’s already an icon cache you have to forcefully create a new one:
gtk-update-icon-cache -f /path/to/Numix