tint2conf: Support for loading themes from /usr/share/tint2

This commit is contained in:
o9000
2016-03-09 00:19:03 +01:00
parent c66f9a0fd4
commit e13a03ff74
5 changed files with 7 additions and 4 deletions

2
themes/CMakeLists.txt Normal file
View File

@@ -0,0 +1,2 @@
file( GLOB EXTRATHEMEFILES *.tint2rc )
install( FILES ${EXTRATHEMEFILES} DESTINATION ${DATADIR}/tint2 )