polybar/cmake/templates/userconfig.cmake.in

9 lines
273 B
CMake
Raw Normal View History

2017-01-25 22:28:25 +00:00
set(USER_CONFIG_HOME "$ENV{XDG_CONFIG_HOME}")
if(NOT USER_CONFIG_HOME)
2017-01-25 22:28:25 +00:00
set(USER_CONFIG_HOME "$ENV{HOME}/.config")
endif()
2017-01-25 22:28:25 +00:00
set(USER_CONFIG_HOME "${USER_CONFIG_HOME}/polybar")
file(INSTALL "@CMAKE_BINARY_DIR@/generated-sources/config"
2017-01-25 22:28:25 +00:00
DESTINATION "${USER_CONFIG_HOME}")