feh is my favorite choice as well. it's so small and has some cool capabilities over nitrogen (as an image viewer for example).
Yabar isn't working well for the pandora. I would love to use polybar but it doesn't want to compile because of the gcc 7.1 implicit fallthrough issue.
@ptitSeb help! How can I properly get make to ignore the compiler warnings? I passed -Wno-implicit-fallthrough in the CMakeList before running cmake and then make. Still fails and treats the warning as error. Argh...
btw doing it like this right now in CMakeList.txt:
set(CMAKE_CXX_FLAGS "-Wno-implicit-fallthrough")
set(CMAKE_C_FLAGS "-Wno-implicit-fallthrough")
Yabar isn't working well for the pandora. I would love to use polybar but it doesn't want to compile because of the gcc 7.1 implicit fallthrough issue.
@ptitSeb help! How can I properly get make to ignore the compiler warnings? I passed -Wno-implicit-fallthrough in the CMakeList before running cmake and then make. Still fails and treats the warning as error. Argh...
btw doing it like this right now in CMakeList.txt:
set(CMAKE_CXX_FLAGS "-Wno-implicit-fallthrough")
set(CMAKE_C_FLAGS "-Wno-implicit-fallthrough")
Last edited: