View Single Post
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#6
Code:
for i in `ls`; do cat $i/index.theme 2>/dev/null | grep GtkTheme | cut -d= -f2; cat $i/index.theme 2>/dev/null | grep Name | cut -d= -f2; done
^ There. My horrible shell construct awaits you. Run that in the /usr/share/themes folder and you'll get the folder name followed by the name shown in the theme changer window.