initial import

This commit is contained in:
2025-06-22 20:39:04 -05:00
commit f8a70886f0
3428 changed files with 302546 additions and 0 deletions

21
awesome/fix-build.patch Normal file
View File

@@ -0,0 +1,21 @@
--- 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})
# }}}