diff --git a/CHANGELOG.md b/CHANGELOG.md index f7e73bb7..765d3911 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - chore: Removed default hotspots assignments from `build.toml` +- fix: Use green for copy +- fix: Simplify move emblem +- fix: Simplify link emblem +- chore: Symlink `dnd-move` with `grabbing` cursor ## [Bibata v2.0.2] - 10 October 2022 diff --git a/bitmaps/Bibata-Modern-Amber/dnd-move.png b/bitmaps/Bibata-Modern-Amber/dnd-move.png deleted file mode 100644 index 4b549cc6..00000000 Binary files a/bitmaps/Bibata-Modern-Amber/dnd-move.png and /dev/null differ diff --git a/bitmaps/Bibata-Modern-Classic/dnd-move.png b/bitmaps/Bibata-Modern-Classic/dnd-move.png deleted file mode 100644 index 7bf599ef..00000000 Binary files a/bitmaps/Bibata-Modern-Classic/dnd-move.png and /dev/null differ diff --git a/bitmaps/Bibata-Modern-Ice/dnd-move.png b/bitmaps/Bibata-Modern-Ice/dnd-move.png deleted file mode 100644 index 7d365b5f..00000000 Binary files a/bitmaps/Bibata-Modern-Ice/dnd-move.png and /dev/null differ diff --git a/bitmaps/Bibata-Original-Amber/dnd-move.png b/bitmaps/Bibata-Original-Amber/dnd-move.png deleted file mode 100644 index 4b549cc6..00000000 Binary files a/bitmaps/Bibata-Original-Amber/dnd-move.png and /dev/null differ diff --git a/bitmaps/Bibata-Original-Classic/dnd-move.png b/bitmaps/Bibata-Original-Classic/dnd-move.png deleted file mode 100644 index 7bf599ef..00000000 Binary files a/bitmaps/Bibata-Original-Classic/dnd-move.png and /dev/null differ diff --git a/bitmaps/Bibata-Original-Ice/dnd-move.png b/bitmaps/Bibata-Original-Ice/dnd-move.png deleted file mode 100644 index 7d365b5f..00000000 Binary files a/bitmaps/Bibata-Original-Ice/dnd-move.png and /dev/null differ diff --git a/build.toml b/build.toml index 959fe25a..ee337d06 100644 --- a/build.toml +++ b/build.toml @@ -125,12 +125,6 @@ y_hotspot = 61 x11_name = 'dnd-link' x11_symlinks = ['alias'] -[cursors.dnd-move] -png = 'dnd-move.png' -x_hotspot = 89 -y_hotspot = 61 -x11_name = 'dnd-move' - [cursors.dotbox] png = 'dotbox.png' x_hotspot = 97 @@ -149,7 +143,12 @@ png = 'grabbing.png' x_hotspot = 106 y_hotspot = 59 x11_name = 'grabbing' -x11_symlinks = ["closedhand", "dnd-none", "fcf21c00b30f7e3f83fe0dfd12e71cff"] +x11_symlinks = [ + "closedhand", + "dnd-move", + "dnd-none", + "fcf21c00b30f7e3f83fe0dfd12e71cff" +] [cursors.hand1] png = 'hand1.png' diff --git a/svg/modern/static/dnd-move.svg b/svg/modern/static/dnd-move.svg deleted file mode 120000 index 82a2cf56..00000000 --- a/svg/modern/static/dnd-move.svg +++ /dev/null @@ -1 +0,0 @@ -../../original/static/dnd-move.svg \ No newline at end of file diff --git a/svg/original/static/dnd-move.svg b/svg/original/static/dnd-move.svg deleted file mode 100644 index 4503c8fa..00000000 --- a/svg/original/static/dnd-move.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - -