From eb14e237968549807e6245bbc34b9ac5542963a9 Mon Sep 17 00:00:00 2001 From: Alexey Varfolomeev Date: Sun, 21 Aug 2022 07:38:36 +0400 Subject: [PATCH] added cursor.theme --- build.sh | 2 ++ cursor.theme | 2 ++ 2 files changed, 4 insertions(+) create mode 100755 cursor.theme diff --git a/build.sh b/build.sh index 0a63f63..6ef7ba9 100755 --- a/build.sh +++ b/build.sh @@ -97,4 +97,6 @@ for theme_src_dir in "$SRC_DIR"/*; do create_aliases "$theme_out_dir"/cursors cp -f "$theme_src_dir/index.theme" "$theme_out_dir"/ + cp -f cursor.theme "$theme_out_dir"/ + sed -i 's/oreo_base_cursors/'$theme_name'/g' dist/$theme_name/cursor.theme done diff --git a/cursor.theme b/cursor.theme new file mode 100755 index 0000000..0d8672e --- /dev/null +++ b/cursor.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Inherits=oreo_base_cursors