Files
extra/awesome/fix-build.patch
2025-06-22 20:39:04 -05:00

22 lines
592 B
Diff

--- a/CMakeLists.txt 2021-08-02 12:55:35.000000000 +0200
+++ b/CMakeLists.txt 2021-08-02 13:00:56.663682687 +0200
@@ -342,18 +342,6 @@
endif()
endmacro()
-foreach(icon ${ALL_ICONS})
- # Make unfocused icons translucent
- a_icon_convert("_focus" "_normal" ${icon}
- -colorspace rgb -gamma 0.6 -channel A -evaluate Multiply 0.4)
-endforeach()
-
-foreach(icon ${ALL_ICONS})
- # Make inactive icons grayscale
- a_icon_convert("_active" "_inactive" ${icon}
- -colorspace Gray)
-endforeach()
-
add_custom_target(generated_icons ALL DEPENDS ${ALL_ICONS})
# }}}