Skip to content

Coeur-Noir/Yaru-folders-recolored

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yaru-folders-recolored

It's a mix between Yaru « regular » folders as seen in 22.04 / 22.10, in their orange variant and Yaru colored folder from https://github.com/costales/folder-color because I like colors but I also like the grey foundation of original Yaru icons which keeps the whole thing « harmonized ».

some useful commands, just in case I'd forget them

From a folder, resizing all .png and send them into another folder :

for i in $(ls *.png); do sudo convert -resize 32x32 $i /usr/share/icons/Yaru/32x32/places/$i; done

From a folder, copy to ~/Desktop ( Bureau in my language ) files with matching names :

find . -name 'folder-*-publicshare.png' -exec cp {} ~/Bureau/ \;

Nautilus ( is buggy as hell in Ubuntu 22.10 ) but offers easy batch renaming : select elements and hit F2.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published