From 68329a3cfdcb72af2b09912e08070c61b9d5bc3c Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sun, 25 Apr 2021 16:36:56 +0530 Subject: [PATCH 01/24] =?UTF-8?q?=F0=9F=96=BC=EF=B8=8F=20Add=20hands=20&?= =?UTF-8?q?=20links=20cursors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- svg/static/X_cursor.svg | 20 ++++++++++++++++++++ svg/static/context-menu.svg | 22 ++++++++++++++++++++++ svg/static/hand1.svg | 18 ++++++++++++++++++ svg/static/hand2.svg | 18 ++++++++++++++++++ svg/static/link.svg | 32 ++++++++++++++++++++++++++++++++ svg/static/move.svg | 18 ++++++++++++++++++ svg/static/pencil.svg | 18 ++++++++++++++++++ svg/static/wayland-cursor.svg | 19 +++++++++++++++++++ svg/static/zoom-in.svg | 19 +++++++++++++++++++ svg/static/zoom-out.svg | 19 +++++++++++++++++++ 10 files changed, 203 insertions(+) create mode 100644 svg/static/X_cursor.svg create mode 100644 svg/static/context-menu.svg create mode 100644 svg/static/hand1.svg create mode 100644 svg/static/hand2.svg create mode 100644 svg/static/link.svg create mode 100644 svg/static/move.svg create mode 100644 svg/static/pencil.svg create mode 100644 svg/static/wayland-cursor.svg create mode 100644 svg/static/zoom-in.svg create mode 100644 svg/static/zoom-out.svg diff --git a/svg/static/X_cursor.svg b/svg/static/X_cursor.svg new file mode 100644 index 0000000..91771de --- /dev/null +++ b/svg/static/X_cursor.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/context-menu.svg b/svg/static/context-menu.svg new file mode 100644 index 0000000..960880b --- /dev/null +++ b/svg/static/context-menu.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/hand1.svg b/svg/static/hand1.svg new file mode 100644 index 0000000..ccb8bcd --- /dev/null +++ b/svg/static/hand1.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/svg/static/hand2.svg b/svg/static/hand2.svg new file mode 100644 index 0000000..86ae262 --- /dev/null +++ b/svg/static/hand2.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/svg/static/link.svg b/svg/static/link.svg new file mode 100644 index 0000000..fd2a88e --- /dev/null +++ b/svg/static/link.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/move.svg b/svg/static/move.svg new file mode 100644 index 0000000..931f391 --- /dev/null +++ b/svg/static/move.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/svg/static/pencil.svg b/svg/static/pencil.svg new file mode 100644 index 0000000..b1b8a00 --- /dev/null +++ b/svg/static/pencil.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/svg/static/wayland-cursor.svg b/svg/static/wayland-cursor.svg new file mode 100644 index 0000000..1f08c5e --- /dev/null +++ b/svg/static/wayland-cursor.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/zoom-in.svg b/svg/static/zoom-in.svg new file mode 100644 index 0000000..e70f0aa --- /dev/null +++ b/svg/static/zoom-in.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/zoom-out.svg b/svg/static/zoom-out.svg new file mode 100644 index 0000000..2c5ed7e --- /dev/null +++ b/svg/static/zoom-out.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + From 5f655b1fcd49307ac5915e0370be4ee904a1de49 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sun, 25 Apr 2021 16:56:16 +0530 Subject: [PATCH 02/24] =?UTF-8?q?=F0=9F=91=94=20Uniform=20docstring=20insi?= =?UTF-8?q?de=20builder=20module?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- builder/bxbuild/generator.py | 20 ++++++++++---------- builder/bxbuild/symlinks.py | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/builder/bxbuild/generator.py b/builder/bxbuild/generator.py index fdd7fe5..9dcef11 100644 --- a/builder/bxbuild/generator.py +++ b/builder/bxbuild/generator.py @@ -21,14 +21,14 @@ def xbuild(config: Dict[str, Dict[str, Any]], x_out_dir: Path, info: Info) -> No """Build `BreezeX` cursor theme for only `X11`(UNIX) platform. :param config: `BreezeX` configuration. - :type config: Dict + :type config: ``Dict`` :param x_out_dir: Path to the output directory,\ Where the `X11` cursor theme package will generate.\ It also creates a directory if not exists. - :type x_out_dir: Path + :type x_out_dir: ``pathlib.Path`` - :param info: Content theme name & comment + :param info: Content theme name & comment. :type info: Info """ @@ -47,14 +47,14 @@ def wbuild(config: Dict[str, Dict[str, Any]], win_out_dir: Path, info: Info) -> """Build `BreezeX` cursor theme for only `Windows` platforms. :param config: `BreezeX` configuration. - :type config: Dict + :type config: ``Dict`` :param win_out_dir: Path to the output directory,\ Where the `Windows` cursor theme package will generate.\ It also creates a directory if not exists. - :type win_out_dir: Path + :type win_out_dir: ``pathlib.Path`` - :param info: Content theme name & comment + :param info: Content theme name & comment. :type info: Info """ @@ -82,19 +82,19 @@ def build( """Build `BreezeX` cursor theme for `X11` & `Windows` platforms. :param config: `BreezeX` configuration. - :type config: Dict + :type config: ``Dict`` :param x_out_dir: Path to the output directory,\ Where the `X11` cursor theme package will generate.\ It also creates a directory if not exists. - :type x_out_dir: Path + :type x_out_dir: ``pathlib.Path`` :param win_out_dir: Path to the output directory,\ Where the `Windows` cursor theme package will generate.\ It also creates a directory if not exists. - :type win_out_dir: Path + :type win_out_dir: ``pathlib.Path`` - :param info: Content theme name & comment + :param info: Content theme name & comment. :type info: Info """ diff --git a/builder/bxbuild/symlinks.py b/builder/bxbuild/symlinks.py index d80480d..f5a853a 100644 --- a/builder/bxbuild/symlinks.py +++ b/builder/bxbuild/symlinks.py @@ -11,7 +11,7 @@ def add_missing_xcursor(directory) -> None: """Add missing `XCursor` to the Unix cursor package. :param directory: directory where XCursors are available. - :type directory: Union[str, Path] + :type directory: ``str`` or ``pathlib.Path`` """ symlinks: List[Dict[str, Union[str, List[str]]]] = [ From aab12236364df41cbc0287540a27592f9ecc31ab Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Wed, 2 Jun 2021 17:33:53 +0530 Subject: [PATCH 03/24] =?UTF-8?q?=F0=9F=94=A5=20Text=20Cursors=20svg=20ini?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- svg/static/X_cursor.svg | 4 ++-- svg/static/vertical-text.svg | 5 +++++ svg/static/wayland-cursor.svg | 4 ++-- svg/static/xterm.svg | 5 +++++ 4 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 svg/static/vertical-text.svg create mode 100644 svg/static/xterm.svg diff --git a/svg/static/X_cursor.svg b/svg/static/X_cursor.svg index 91771de..62ff6b9 100644 --- a/svg/static/X_cursor.svg +++ b/svg/static/X_cursor.svg @@ -1,11 +1,11 @@ - + - + diff --git a/svg/static/vertical-text.svg b/svg/static/vertical-text.svg new file mode 100644 index 0000000..4afad09 --- /dev/null +++ b/svg/static/vertical-text.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/svg/static/wayland-cursor.svg b/svg/static/wayland-cursor.svg index 1f08c5e..eaa0b7e 100644 --- a/svg/static/wayland-cursor.svg +++ b/svg/static/wayland-cursor.svg @@ -1,9 +1,9 @@ - + - + diff --git a/svg/static/xterm.svg b/svg/static/xterm.svg new file mode 100644 index 0000000..3d09eb2 --- /dev/null +++ b/svg/static/xterm.svg @@ -0,0 +1,5 @@ + + + + + From 3d36b7af4a9a52c805e7cc67c15b82e05238176c Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Wed, 2 Jun 2021 18:02:06 +0530 Subject: [PATCH 04/24] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Arrows=20cursor=20in?= =?UTF-8?q?it?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- svg/static/pirate.svg | 21 +++++++++++++++++++++ svg/static/sb_down_arrow.svg | 4 ++++ svg/static/sb_left_arrow.svg | 4 ++++ svg/static/sb_right_arrow.svg | 4 ++++ svg/static/sb_up_arrow.svg | 4 ++++ 5 files changed, 37 insertions(+) create mode 100644 svg/static/pirate.svg create mode 100644 svg/static/sb_down_arrow.svg create mode 100644 svg/static/sb_left_arrow.svg create mode 100644 svg/static/sb_right_arrow.svg create mode 100644 svg/static/sb_up_arrow.svg diff --git a/svg/static/pirate.svg b/svg/static/pirate.svg new file mode 100644 index 0000000..543af59 --- /dev/null +++ b/svg/static/pirate.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/sb_down_arrow.svg b/svg/static/sb_down_arrow.svg new file mode 100644 index 0000000..9eefcc8 --- /dev/null +++ b/svg/static/sb_down_arrow.svg @@ -0,0 +1,4 @@ + + + + diff --git a/svg/static/sb_left_arrow.svg b/svg/static/sb_left_arrow.svg new file mode 100644 index 0000000..a4a6841 --- /dev/null +++ b/svg/static/sb_left_arrow.svg @@ -0,0 +1,4 @@ + + + + diff --git a/svg/static/sb_right_arrow.svg b/svg/static/sb_right_arrow.svg new file mode 100644 index 0000000..8d89ba8 --- /dev/null +++ b/svg/static/sb_right_arrow.svg @@ -0,0 +1,4 @@ + + + + diff --git a/svg/static/sb_up_arrow.svg b/svg/static/sb_up_arrow.svg new file mode 100644 index 0000000..3641cdb --- /dev/null +++ b/svg/static/sb_up_arrow.svg @@ -0,0 +1,4 @@ + + + + From a4685d5f2e6619b89dd61182d0f13464aac3b793 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Thu, 3 Jun 2021 18:50:31 +0530 Subject: [PATCH 05/24] =?UTF-8?q?=F0=9F=96=8C=EF=B8=8F=20diagonal=20arrows?= =?UTF-8?q?=20added?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bitmapper/yarn.lock | 36 +++++++++++++------------- svg/static/X_cursor.svg | 14 ++++++---- svg/static/all-scroll.svg | 4 +-- svg/static/bottom_left_corner.svg | 36 ++++++++++++++++++++++++++ svg/static/bottom_right_corner.svg | 36 ++++++++++++++++++++++++++ svg/static/center_ptr.svg | 4 +-- svg/static/crossed_circle.svg | 2 +- svg/static/dnd_no_drop.svg | 4 +-- svg/static/hand1.svg | 4 +-- svg/static/hand2.svg | 4 +-- svg/static/left_side.svg | 31 ++++++++++++++++++++++ svg/static/move.svg | 2 +- svg/static/pencil.svg | 2 +- svg/static/pirate.svg | 41 +++++++++++++++--------------- svg/static/sb_down_arrow.svg | 7 ++--- svg/static/sb_left_arrow.svg | 7 ++--- svg/static/sb_right_arrow.svg | 7 ++--- svg/static/sb_up_arrow.svg | 7 ++--- svg/static/top_side.svg | 31 ++++++++++++++++++++++ svg/static/wayland-cursor.svg | 11 +++++--- svg/static/xterm.svg | 2 +- 21 files changed, 219 insertions(+), 73 deletions(-) create mode 100644 svg/static/bottom_left_corner.svg create mode 100644 svg/static/bottom_right_corner.svg create mode 100644 svg/static/left_side.svg create mode 100644 svg/static/top_side.svg diff --git a/bitmapper/yarn.lock b/bitmapper/yarn.lock index f7d1e41..b216bec 100644 --- a/bitmapper/yarn.lock +++ b/bitmapper/yarn.lock @@ -15,9 +15,9 @@ defer-to-connect "^1.0.1" "@types/node@*": - version "14.14.41" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.41.tgz#d0b939d94c1d7bd53d04824af45f1139b8c45615" - integrity sha512-dueRKfaJL4RTtSa7bWeTK1M+VH+Gns73oCgzvYfHZywRCoPSd8EkXBL0mZ9unPTveBn+D9phZBaxuzpwjWkW0g== + version "15.9.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-15.9.0.tgz#0b7f6c33ca5618fe329a9d832b478b4964d325a8" + integrity sha512-AR1Vq1Ei1GaA5FjKL5PBqblTZsL5M+monvGSZwe6sSIdGiuu7Xr/pNwWJY+0ZQuN8AapD/XMB5IzBAyYRFbocA== "@types/pixelmatch@^5.2.2": version "5.2.3" @@ -419,9 +419,9 @@ glob-parent@~5.1.0: is-glob "^4.0.1" glob@^7.1.3: - version "7.1.6" - resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6" - integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA== + version "7.1.7" + resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90" + integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ== dependencies: fs.realpath "^1.0.0" inflight "^1.0.4" @@ -723,9 +723,9 @@ normalize-path@^3.0.0, normalize-path@~3.0.0: integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== normalize-url@^4.1.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.0.tgz#453354087e6ca96957bd8f5baf753f5982142129" - integrity sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ== + version "4.5.1" + resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.1.tgz#0dd90cf1288ee1d1313b87081c9a5932ee48518a" + integrity sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA== once@^1.3.0, once@^1.3.1, once@^1.4.0: version "1.4.0" @@ -784,9 +784,9 @@ pend@~1.2.0: integrity sha1-elfrVQpng/kRUzH89GY9XI4AelA= picomatch@^2.0.4, picomatch@^2.2.1: - version "2.2.3" - resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.3.tgz#465547f359ccc206d3c48e46a1bcb89bf7ee619d" - integrity sha512-KpELjfwcCDUb9PeigTs2mBJzXUPzAuP2oPcA989He8Rte0+YUAjw1JVedDhuTKPkHjSYzMN3npC9luThGYEKdg== + version "2.3.0" + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972" + integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw== pixelmatch@^5.2.1: version "5.2.1" @@ -1092,9 +1092,9 @@ typedarray-to-buffer@^3.1.5: is-typedarray "^1.0.0" typescript@^4.1.3: - version "4.2.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961" - integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg== + version "4.3.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.2.tgz#399ab18aac45802d6f2498de5054fcbbe716a805" + integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw== unbzip2-stream@^1.3.3: version "1.4.3" @@ -1172,9 +1172,9 @@ write-file-atomic@^3.0.0: typedarray-to-buffer "^3.1.5" ws@^7.2.3: - version "7.4.4" - resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.4.tgz#383bc9742cb202292c9077ceab6f6047b17f2d59" - integrity sha512-Qm8k8ojNQIMx7S+Zp8u/uHOx7Qazv3Yv4q68MiWWWOJhiwG5W3x7iqmRtJo8xxrciZUY4vRxUTJCKuRnF28ZZw== + version "7.4.6" + resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c" + integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A== xdg-basedir@^4.0.0: version "4.0.0" diff --git a/svg/static/X_cursor.svg b/svg/static/X_cursor.svg index 62ff6b9..574d673 100644 --- a/svg/static/X_cursor.svg +++ b/svg/static/X_cursor.svg @@ -1,13 +1,13 @@ - + - - - + + + - + @@ -16,5 +16,9 @@ + + + + diff --git a/svg/static/all-scroll.svg b/svg/static/all-scroll.svg index a85f23e..2d31d73 100644 --- a/svg/static/all-scroll.svg +++ b/svg/static/all-scroll.svg @@ -1,12 +1,12 @@ - + - + diff --git a/svg/static/bottom_left_corner.svg b/svg/static/bottom_left_corner.svg new file mode 100644 index 0000000..f403c31 --- /dev/null +++ b/svg/static/bottom_left_corner.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/bottom_right_corner.svg b/svg/static/bottom_right_corner.svg new file mode 100644 index 0000000..288928f --- /dev/null +++ b/svg/static/bottom_right_corner.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/center_ptr.svg b/svg/static/center_ptr.svg index 67bd198..46fddc5 100644 --- a/svg/static/center_ptr.svg +++ b/svg/static/center_ptr.svg @@ -2,9 +2,9 @@ - + - + diff --git a/svg/static/crossed_circle.svg b/svg/static/crossed_circle.svg index f800c7f..e1aadae 100644 --- a/svg/static/crossed_circle.svg +++ b/svg/static/crossed_circle.svg @@ -2,7 +2,7 @@ - + diff --git a/svg/static/dnd_no_drop.svg b/svg/static/dnd_no_drop.svg index 2f0ec78..49105a9 100644 --- a/svg/static/dnd_no_drop.svg +++ b/svg/static/dnd_no_drop.svg @@ -3,8 +3,8 @@ - - + + diff --git a/svg/static/hand1.svg b/svg/static/hand1.svg index ccb8bcd..24ceb7a 100644 --- a/svg/static/hand1.svg +++ b/svg/static/hand1.svg @@ -1,9 +1,9 @@ - + - + diff --git a/svg/static/hand2.svg b/svg/static/hand2.svg index 86ae262..9f7bdc4 100644 --- a/svg/static/hand2.svg +++ b/svg/static/hand2.svg @@ -1,9 +1,9 @@ - + - + diff --git a/svg/static/left_side.svg b/svg/static/left_side.svg new file mode 100644 index 0000000..fd0fe02 --- /dev/null +++ b/svg/static/left_side.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/move.svg b/svg/static/move.svg index 931f391..009b5d8 100644 --- a/svg/static/move.svg +++ b/svg/static/move.svg @@ -3,7 +3,7 @@ - + diff --git a/svg/static/pencil.svg b/svg/static/pencil.svg index b1b8a00..b9e5305 100644 --- a/svg/static/pencil.svg +++ b/svg/static/pencil.svg @@ -1,7 +1,7 @@ - + diff --git a/svg/static/pirate.svg b/svg/static/pirate.svg index 543af59..fe1782c 100644 --- a/svg/static/pirate.svg +++ b/svg/static/pirate.svg @@ -1,21 +1,22 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/sb_down_arrow.svg b/svg/static/sb_down_arrow.svg index 9eefcc8..e1f7d96 100644 --- a/svg/static/sb_down_arrow.svg +++ b/svg/static/sb_down_arrow.svg @@ -1,4 +1,5 @@ - - - + + + + diff --git a/svg/static/sb_left_arrow.svg b/svg/static/sb_left_arrow.svg index a4a6841..2cdf4f3 100644 --- a/svg/static/sb_left_arrow.svg +++ b/svg/static/sb_left_arrow.svg @@ -1,4 +1,5 @@ - - - + + + + diff --git a/svg/static/sb_right_arrow.svg b/svg/static/sb_right_arrow.svg index 8d89ba8..b3219cf 100644 --- a/svg/static/sb_right_arrow.svg +++ b/svg/static/sb_right_arrow.svg @@ -1,4 +1,5 @@ - - - + + + + diff --git a/svg/static/sb_up_arrow.svg b/svg/static/sb_up_arrow.svg index 3641cdb..1db7af5 100644 --- a/svg/static/sb_up_arrow.svg +++ b/svg/static/sb_up_arrow.svg @@ -1,4 +1,5 @@ - - - + + + + diff --git a/svg/static/top_side.svg b/svg/static/top_side.svg new file mode 100644 index 0000000..2431b58 --- /dev/null +++ b/svg/static/top_side.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/wayland-cursor.svg b/svg/static/wayland-cursor.svg index eaa0b7e..df185a4 100644 --- a/svg/static/wayland-cursor.svg +++ b/svg/static/wayland-cursor.svg @@ -1,12 +1,11 @@ - + - - + - + @@ -15,5 +14,9 @@ + + + + diff --git a/svg/static/xterm.svg b/svg/static/xterm.svg index 3d09eb2..6cce6b9 100644 --- a/svg/static/xterm.svg +++ b/svg/static/xterm.svg @@ -1,5 +1,5 @@ - + From 5231a0e9b968647c4148fdc39fa2b69727efb7c7 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Thu, 3 Jun 2021 19:05:28 +0530 Subject: [PATCH 06/24] =?UTF-8?q?=E2=9C=A8=20Cross=20and=20plus=20cursor?= =?UTF-8?q?=20init?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- svg/static/X_cursor.svg | 45 ++++++++++++------------- svg/static/all-scroll.svg | 59 ++++++++++++++++---------------- svg/static/center_ptr.svg | 35 ++++++++++--------- svg/static/context-menu.svg | 41 +++++++++++------------ svg/static/copy.svg | 61 +++++++++++++++++---------------- svg/static/cross.svg | 29 ++++++++++++++++ svg/static/crossed_circle.svg | 63 +++++++++++++++++------------------ svg/static/dnd_no_drop.svg | 35 ++++++++++--------- svg/static/hand1.svg | 33 +++++++++--------- svg/static/hand2.svg | 33 +++++++++--------- svg/static/left_ptr.svg | 35 ++++++++++--------- svg/static/link.svg | 61 +++++++++++++++++---------------- svg/static/move.svg | 33 +++++++++--------- svg/static/pencil.svg | 33 +++++++++--------- svg/static/pirate.svg | 41 +++++++++++------------ svg/static/plus.svg | 18 ++++++++++ svg/static/question_arrow.svg | 63 +++++++++++++++++------------------ svg/static/right_ptr.svg | 35 ++++++++++--------- svg/static/sb_down_arrow.svg | 7 ++-- svg/static/sb_left_arrow.svg | 7 ++-- svg/static/sb_right_arrow.svg | 7 ++-- svg/static/sb_up_arrow.svg | 7 ++-- svg/static/vertical-text.svg | 7 ++-- svg/static/wayland-cursor.svg | 41 +++++++++++------------ svg/static/xterm.svg | 7 ++-- svg/static/zoom-in.svg | 35 ++++++++++--------- svg/static/zoom-out.svg | 35 ++++++++++--------- 27 files changed, 464 insertions(+), 442 deletions(-) create mode 100644 svg/static/cross.svg create mode 100644 svg/static/plus.svg diff --git a/svg/static/X_cursor.svg b/svg/static/X_cursor.svg index 574d673..307743f 100644 --- a/svg/static/X_cursor.svg +++ b/svg/static/X_cursor.svg @@ -1,24 +1,23 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/all-scroll.svg b/svg/static/all-scroll.svg index 2d31d73..66fa09b 100644 --- a/svg/static/all-scroll.svg +++ b/svg/static/all-scroll.svg @@ -1,31 +1,30 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/center_ptr.svg b/svg/static/center_ptr.svg index 46fddc5..17cc17d 100644 --- a/svg/static/center_ptr.svg +++ b/svg/static/center_ptr.svg @@ -1,19 +1,18 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/svg/static/context-menu.svg b/svg/static/context-menu.svg index 960880b..9554947 100644 --- a/svg/static/context-menu.svg +++ b/svg/static/context-menu.svg @@ -1,22 +1,21 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/copy.svg b/svg/static/copy.svg index 2ac31c9..f299c00 100644 --- a/svg/static/copy.svg +++ b/svg/static/copy.svg @@ -1,32 +1,31 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/cross.svg b/svg/static/cross.svg new file mode 100644 index 0000000..8958a3a --- /dev/null +++ b/svg/static/cross.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/crossed_circle.svg b/svg/static/crossed_circle.svg index e1aadae..693dc25 100644 --- a/svg/static/crossed_circle.svg +++ b/svg/static/crossed_circle.svg @@ -1,33 +1,32 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/dnd_no_drop.svg b/svg/static/dnd_no_drop.svg index 49105a9..7ff4923 100644 --- a/svg/static/dnd_no_drop.svg +++ b/svg/static/dnd_no_drop.svg @@ -1,19 +1,18 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/svg/static/hand1.svg b/svg/static/hand1.svg index 24ceb7a..ac66d16 100644 --- a/svg/static/hand1.svg +++ b/svg/static/hand1.svg @@ -1,18 +1,17 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/svg/static/hand2.svg b/svg/static/hand2.svg index 9f7bdc4..80ef3fb 100644 --- a/svg/static/hand2.svg +++ b/svg/static/hand2.svg @@ -1,18 +1,17 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/svg/static/left_ptr.svg b/svg/static/left_ptr.svg index 0c05a26..39a2e67 100644 --- a/svg/static/left_ptr.svg +++ b/svg/static/left_ptr.svg @@ -1,19 +1,18 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/svg/static/link.svg b/svg/static/link.svg index fd2a88e..c6bf529 100644 --- a/svg/static/link.svg +++ b/svg/static/link.svg @@ -1,32 +1,31 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/move.svg b/svg/static/move.svg index 009b5d8..c5837c5 100644 --- a/svg/static/move.svg +++ b/svg/static/move.svg @@ -1,18 +1,17 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/svg/static/pencil.svg b/svg/static/pencil.svg index b9e5305..f915c5d 100644 --- a/svg/static/pencil.svg +++ b/svg/static/pencil.svg @@ -1,18 +1,17 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/svg/static/pirate.svg b/svg/static/pirate.svg index fe1782c..543af59 100644 --- a/svg/static/pirate.svg +++ b/svg/static/pirate.svg @@ -1,22 +1,21 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/plus.svg b/svg/static/plus.svg new file mode 100644 index 0000000..ad47b5a --- /dev/null +++ b/svg/static/plus.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/svg/static/question_arrow.svg b/svg/static/question_arrow.svg index e4eca77..952d630 100644 --- a/svg/static/question_arrow.svg +++ b/svg/static/question_arrow.svg @@ -1,33 +1,32 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/right_ptr.svg b/svg/static/right_ptr.svg index 8e724e0..0a2d552 100644 --- a/svg/static/right_ptr.svg +++ b/svg/static/right_ptr.svg @@ -1,19 +1,18 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/svg/static/sb_down_arrow.svg b/svg/static/sb_down_arrow.svg index e1f7d96..f84e2c4 100644 --- a/svg/static/sb_down_arrow.svg +++ b/svg/static/sb_down_arrow.svg @@ -1,5 +1,4 @@ - - - - + + + diff --git a/svg/static/sb_left_arrow.svg b/svg/static/sb_left_arrow.svg index 2cdf4f3..a4a6841 100644 --- a/svg/static/sb_left_arrow.svg +++ b/svg/static/sb_left_arrow.svg @@ -1,5 +1,4 @@ - - - - + + + diff --git a/svg/static/sb_right_arrow.svg b/svg/static/sb_right_arrow.svg index b3219cf..72450a6 100644 --- a/svg/static/sb_right_arrow.svg +++ b/svg/static/sb_right_arrow.svg @@ -1,5 +1,4 @@ - - - - + + + diff --git a/svg/static/sb_up_arrow.svg b/svg/static/sb_up_arrow.svg index 1db7af5..9b24850 100644 --- a/svg/static/sb_up_arrow.svg +++ b/svg/static/sb_up_arrow.svg @@ -1,5 +1,4 @@ - - - - + + + diff --git a/svg/static/vertical-text.svg b/svg/static/vertical-text.svg index 4afad09..4644f24 100644 --- a/svg/static/vertical-text.svg +++ b/svg/static/vertical-text.svg @@ -1,5 +1,4 @@ - - - - + + + diff --git a/svg/static/wayland-cursor.svg b/svg/static/wayland-cursor.svg index df185a4..1bba50d 100644 --- a/svg/static/wayland-cursor.svg +++ b/svg/static/wayland-cursor.svg @@ -1,22 +1,21 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/xterm.svg b/svg/static/xterm.svg index 6cce6b9..9e721c9 100644 --- a/svg/static/xterm.svg +++ b/svg/static/xterm.svg @@ -1,5 +1,4 @@ - - - - + + + diff --git a/svg/static/zoom-in.svg b/svg/static/zoom-in.svg index e70f0aa..45a7a99 100644 --- a/svg/static/zoom-in.svg +++ b/svg/static/zoom-in.svg @@ -1,19 +1,18 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/svg/static/zoom-out.svg b/svg/static/zoom-out.svg index 2c5ed7e..36f9624 100644 --- a/svg/static/zoom-out.svg +++ b/svg/static/zoom-out.svg @@ -1,19 +1,18 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + From b9000a4d6ffa62202ac55960cf099d35871d2aa1 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Fri, 4 Jun 2021 14:51:21 +0530 Subject: [PATCH 07/24] =?UTF-8?q?=E2=9C=85=20Static=20svg=20init?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- svg/static/X_cursor.svg | 45 ++++++++++--------- svg/static/all-scroll.svg | 59 +++++++++++++------------ svg/static/bottom_left_corner.svg | 71 +++++++++++++++--------------- svg/static/bottom_right_corner.svg | 71 +++++++++++++++--------------- svg/static/bottom_tee.svg | 21 +++++++++ svg/static/center_ptr.svg | 35 ++++++++------- svg/static/context-menu.svg | 41 ++++++++--------- svg/static/copy.svg | 61 ++++++++++++------------- svg/static/cross.svg | 57 ++++++++++++------------ svg/static/crossed_circle.svg | 63 +++++++++++++------------- svg/static/dnd_no_drop.svg | 35 ++++++++------- svg/static/dotbox.svg | 19 ++++++++ svg/static/hand1.svg | 33 +++++++------- svg/static/hand2.svg | 33 +++++++------- svg/static/left_ptr.svg | 35 ++++++++------- svg/static/left_side.svg | 61 ++++++++++++------------- svg/static/left_tee.svg | 21 +++++++++ svg/static/link.svg | 61 ++++++++++++------------- svg/static/ll_angle.svg | 21 +++++++++ svg/static/lr_angle.svg | 21 +++++++++ svg/static/move.svg | 33 +++++++------- svg/static/pencil.svg | 33 +++++++------- svg/static/pirate.svg | 41 ++++++++--------- svg/static/plus.svg | 35 ++++++++------- svg/static/question_arrow.svg | 63 +++++++++++++------------- svg/static/right_ptr.svg | 35 ++++++++------- svg/static/right_tee.svg | 21 +++++++++ svg/static/sb_down_arrow.svg | 7 +-- svg/static/sb_h_double_arrow.svg | 19 ++++++++ svg/static/sb_left_arrow.svg | 7 +-- svg/static/sb_right_arrow.svg | 7 +-- svg/static/sb_up_arrow.svg | 7 +-- svg/static/sb_v_double_arrow.svg | 19 ++++++++ svg/static/top_side.svg | 61 ++++++++++++------------- svg/static/top_tee.svg | 21 +++++++++ svg/static/ul_angle.svg | 21 +++++++++ svg/static/ur_angle.svg | 21 +++++++++ svg/static/vertical-text.svg | 7 +-- svg/static/wayland-cursor.svg | 41 ++++++++--------- svg/static/xterm.svg | 7 +-- svg/static/zoom-in.svg | 35 ++++++++------- svg/static/zoom-out.svg | 35 ++++++++------- 42 files changed, 848 insertions(+), 592 deletions(-) create mode 100644 svg/static/bottom_tee.svg create mode 100644 svg/static/dotbox.svg create mode 100644 svg/static/left_tee.svg create mode 100644 svg/static/ll_angle.svg create mode 100644 svg/static/lr_angle.svg create mode 100644 svg/static/right_tee.svg create mode 100644 svg/static/sb_h_double_arrow.svg create mode 100644 svg/static/sb_v_double_arrow.svg create mode 100644 svg/static/top_tee.svg create mode 100644 svg/static/ul_angle.svg create mode 100644 svg/static/ur_angle.svg diff --git a/svg/static/X_cursor.svg b/svg/static/X_cursor.svg index 307743f..574d673 100644 --- a/svg/static/X_cursor.svg +++ b/svg/static/X_cursor.svg @@ -1,23 +1,24 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/all-scroll.svg b/svg/static/all-scroll.svg index 66fa09b..2d31d73 100644 --- a/svg/static/all-scroll.svg +++ b/svg/static/all-scroll.svg @@ -1,30 +1,31 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/bottom_left_corner.svg b/svg/static/bottom_left_corner.svg index f403c31..425eb52 100644 --- a/svg/static/bottom_left_corner.svg +++ b/svg/static/bottom_left_corner.svg @@ -1,36 +1,37 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/bottom_right_corner.svg b/svg/static/bottom_right_corner.svg index 288928f..e8e0839 100644 --- a/svg/static/bottom_right_corner.svg +++ b/svg/static/bottom_right_corner.svg @@ -1,36 +1,37 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/bottom_tee.svg b/svg/static/bottom_tee.svg new file mode 100644 index 0000000..c8362b8 --- /dev/null +++ b/svg/static/bottom_tee.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/center_ptr.svg b/svg/static/center_ptr.svg index 17cc17d..46fddc5 100644 --- a/svg/static/center_ptr.svg +++ b/svg/static/center_ptr.svg @@ -1,18 +1,19 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/svg/static/context-menu.svg b/svg/static/context-menu.svg index 9554947..960880b 100644 --- a/svg/static/context-menu.svg +++ b/svg/static/context-menu.svg @@ -1,21 +1,22 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/copy.svg b/svg/static/copy.svg index f299c00..2ac31c9 100644 --- a/svg/static/copy.svg +++ b/svg/static/copy.svg @@ -1,31 +1,32 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/cross.svg b/svg/static/cross.svg index 8958a3a..12c9561 100644 --- a/svg/static/cross.svg +++ b/svg/static/cross.svg @@ -1,29 +1,30 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/crossed_circle.svg b/svg/static/crossed_circle.svg index 693dc25..e1aadae 100644 --- a/svg/static/crossed_circle.svg +++ b/svg/static/crossed_circle.svg @@ -1,32 +1,33 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/dnd_no_drop.svg b/svg/static/dnd_no_drop.svg index 7ff4923..20fddf7 100644 --- a/svg/static/dnd_no_drop.svg +++ b/svg/static/dnd_no_drop.svg @@ -1,18 +1,19 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/svg/static/dotbox.svg b/svg/static/dotbox.svg new file mode 100644 index 0000000..9733528 --- /dev/null +++ b/svg/static/dotbox.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/hand1.svg b/svg/static/hand1.svg index ac66d16..24ceb7a 100644 --- a/svg/static/hand1.svg +++ b/svg/static/hand1.svg @@ -1,17 +1,18 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/svg/static/hand2.svg b/svg/static/hand2.svg index 80ef3fb..9f7bdc4 100644 --- a/svg/static/hand2.svg +++ b/svg/static/hand2.svg @@ -1,17 +1,18 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/svg/static/left_ptr.svg b/svg/static/left_ptr.svg index 39a2e67..0c05a26 100644 --- a/svg/static/left_ptr.svg +++ b/svg/static/left_ptr.svg @@ -1,18 +1,19 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/svg/static/left_side.svg b/svg/static/left_side.svg index fd0fe02..84ae404 100644 --- a/svg/static/left_side.svg +++ b/svg/static/left_side.svg @@ -1,31 +1,32 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/left_tee.svg b/svg/static/left_tee.svg new file mode 100644 index 0000000..5bbcd4e --- /dev/null +++ b/svg/static/left_tee.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/link.svg b/svg/static/link.svg index c6bf529..fd2a88e 100644 --- a/svg/static/link.svg +++ b/svg/static/link.svg @@ -1,31 +1,32 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/ll_angle.svg b/svg/static/ll_angle.svg new file mode 100644 index 0000000..6a7104e --- /dev/null +++ b/svg/static/ll_angle.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/lr_angle.svg b/svg/static/lr_angle.svg new file mode 100644 index 0000000..3345d29 --- /dev/null +++ b/svg/static/lr_angle.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/move.svg b/svg/static/move.svg index c5837c5..009b5d8 100644 --- a/svg/static/move.svg +++ b/svg/static/move.svg @@ -1,17 +1,18 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/svg/static/pencil.svg b/svg/static/pencil.svg index f915c5d..b9e5305 100644 --- a/svg/static/pencil.svg +++ b/svg/static/pencil.svg @@ -1,17 +1,18 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/svg/static/pirate.svg b/svg/static/pirate.svg index 543af59..fe1782c 100644 --- a/svg/static/pirate.svg +++ b/svg/static/pirate.svg @@ -1,21 +1,22 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/plus.svg b/svg/static/plus.svg index ad47b5a..e1d3bc6 100644 --- a/svg/static/plus.svg +++ b/svg/static/plus.svg @@ -1,18 +1,19 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/svg/static/question_arrow.svg b/svg/static/question_arrow.svg index 952d630..e4eca77 100644 --- a/svg/static/question_arrow.svg +++ b/svg/static/question_arrow.svg @@ -1,32 +1,33 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/right_ptr.svg b/svg/static/right_ptr.svg index 0a2d552..8e724e0 100644 --- a/svg/static/right_ptr.svg +++ b/svg/static/right_ptr.svg @@ -1,18 +1,19 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/svg/static/right_tee.svg b/svg/static/right_tee.svg new file mode 100644 index 0000000..552049e --- /dev/null +++ b/svg/static/right_tee.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/sb_down_arrow.svg b/svg/static/sb_down_arrow.svg index f84e2c4..e1f7d96 100644 --- a/svg/static/sb_down_arrow.svg +++ b/svg/static/sb_down_arrow.svg @@ -1,4 +1,5 @@ - - - + + + + diff --git a/svg/static/sb_h_double_arrow.svg b/svg/static/sb_h_double_arrow.svg new file mode 100644 index 0000000..48d9f22 --- /dev/null +++ b/svg/static/sb_h_double_arrow.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/sb_left_arrow.svg b/svg/static/sb_left_arrow.svg index a4a6841..2cdf4f3 100644 --- a/svg/static/sb_left_arrow.svg +++ b/svg/static/sb_left_arrow.svg @@ -1,4 +1,5 @@ - - - + + + + diff --git a/svg/static/sb_right_arrow.svg b/svg/static/sb_right_arrow.svg index 72450a6..b3219cf 100644 --- a/svg/static/sb_right_arrow.svg +++ b/svg/static/sb_right_arrow.svg @@ -1,4 +1,5 @@ - - - + + + + diff --git a/svg/static/sb_up_arrow.svg b/svg/static/sb_up_arrow.svg index 9b24850..1db7af5 100644 --- a/svg/static/sb_up_arrow.svg +++ b/svg/static/sb_up_arrow.svg @@ -1,4 +1,5 @@ - - - + + + + diff --git a/svg/static/sb_v_double_arrow.svg b/svg/static/sb_v_double_arrow.svg new file mode 100644 index 0000000..f4d8de2 --- /dev/null +++ b/svg/static/sb_v_double_arrow.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/top_side.svg b/svg/static/top_side.svg index 2431b58..d3a8b3f 100644 --- a/svg/static/top_side.svg +++ b/svg/static/top_side.svg @@ -1,31 +1,32 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/top_tee.svg b/svg/static/top_tee.svg new file mode 100644 index 0000000..fda2ee7 --- /dev/null +++ b/svg/static/top_tee.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/ul_angle.svg b/svg/static/ul_angle.svg new file mode 100644 index 0000000..238fb78 --- /dev/null +++ b/svg/static/ul_angle.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/ur_angle.svg b/svg/static/ur_angle.svg new file mode 100644 index 0000000..dd6ea9c --- /dev/null +++ b/svg/static/ur_angle.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/vertical-text.svg b/svg/static/vertical-text.svg index 4644f24..4afad09 100644 --- a/svg/static/vertical-text.svg +++ b/svg/static/vertical-text.svg @@ -1,4 +1,5 @@ - - - + + + + diff --git a/svg/static/wayland-cursor.svg b/svg/static/wayland-cursor.svg index 1bba50d..df185a4 100644 --- a/svg/static/wayland-cursor.svg +++ b/svg/static/wayland-cursor.svg @@ -1,21 +1,22 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/xterm.svg b/svg/static/xterm.svg index 9e721c9..6cce6b9 100644 --- a/svg/static/xterm.svg +++ b/svg/static/xterm.svg @@ -1,4 +1,5 @@ - - - + + + + diff --git a/svg/static/zoom-in.svg b/svg/static/zoom-in.svg index 45a7a99..e70f0aa 100644 --- a/svg/static/zoom-in.svg +++ b/svg/static/zoom-in.svg @@ -1,18 +1,19 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/svg/static/zoom-out.svg b/svg/static/zoom-out.svg index 36f9624..2c5ed7e 100644 --- a/svg/static/zoom-out.svg +++ b/svg/static/zoom-out.svg @@ -1,18 +1,19 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + From 0479ddf4fde27de0fc343e12c15ded0f9dd99a7f Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Fri, 4 Jun 2021 15:17:07 +0530 Subject: [PATCH 08/24] =?UTF-8?q?=E2=9C=A8=20Animated=20cursor=20init?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- svg/animated/left_ptr_watch.svg | 50 +++++++++++++++++++++++++++++++++ svg/animated/wait.svg | 38 +++++++++++++++++++++++++ 2 files changed, 88 insertions(+) create mode 100644 svg/animated/left_ptr_watch.svg create mode 100644 svg/animated/wait.svg diff --git a/svg/animated/left_ptr_watch.svg b/svg/animated/left_ptr_watch.svg new file mode 100644 index 0000000..7fde021 --- /dev/null +++ b/svg/animated/left_ptr_watch.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/animated/wait.svg b/svg/animated/wait.svg new file mode 100644 index 0000000..bd77111 --- /dev/null +++ b/svg/animated/wait.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 93427244ba9450873c4c1671c811ca15f128d72a Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Fri, 4 Jun 2021 16:29:47 +0530 Subject: [PATCH 09/24] =?UTF-8?q?=F0=9F=94=A5=20Green=20&=20Blue=20Key=20C?= =?UTF-8?q?olors=20implementation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- svg/static/all-scroll.svg | 28 ++++++++++++++-------------- svg/static/bottom_left_corner.svg | 8 ++++---- svg/static/bottom_right_corner.svg | 8 ++++---- svg/static/bottom_tee.svg | 10 +++++----- svg/static/center_ptr.svg | 6 +++--- svg/static/context-menu.svg | 6 +++--- svg/static/copy.svg | 6 +++--- svg/static/cross.svg | 26 +++++++++++++------------- svg/static/crossed_circle.svg | 6 +++--- svg/static/dotbox.svg | 6 +++--- svg/static/hand1.svg | 4 ++-- svg/static/hand2.svg | 4 ++-- svg/static/left_ptr.svg | 6 +++--- svg/static/left_side.svg | 8 ++++---- svg/static/left_tee.svg | 10 +++++----- svg/static/link.svg | 6 +++--- svg/static/ll_angle.svg | 10 +++++----- svg/static/lr_angle.svg | 10 +++++----- svg/static/move.svg | 4 ++-- svg/static/pencil.svg | 4 ++-- svg/static/plus.svg | 6 +++--- svg/static/question_arrow.svg | 6 +++--- svg/static/right_ptr.svg | 6 +++--- svg/static/right_tee.svg | 10 +++++----- svg/static/sb_down_arrow.svg | 4 ++-- svg/static/sb_h_double_arrow.svg | 6 +++--- svg/static/sb_left_arrow.svg | 4 ++-- svg/static/sb_right_arrow.svg | 4 ++-- svg/static/sb_up_arrow.svg | 4 ++-- svg/static/sb_v_double_arrow.svg | 6 +++--- svg/static/top_side.svg | 8 ++++---- svg/static/top_tee.svg | 10 +++++----- svg/static/ul_angle.svg | 10 +++++----- svg/static/ur_angle.svg | 10 +++++----- svg/static/vertical-text.svg | 4 ++-- svg/static/xterm.svg | 4 ++-- svg/static/zoom-in.svg | 6 +++--- svg/static/zoom-out.svg | 6 +++--- 38 files changed, 145 insertions(+), 145 deletions(-) diff --git a/svg/static/all-scroll.svg b/svg/static/all-scroll.svg index 2d31d73..2c3f638 100644 --- a/svg/static/all-scroll.svg +++ b/svg/static/all-scroll.svg @@ -1,21 +1,21 @@ - - - - - - - - - - + + + + + + + + + + - - - - + + + + diff --git a/svg/static/bottom_left_corner.svg b/svg/static/bottom_left_corner.svg index 425eb52..198081f 100644 --- a/svg/static/bottom_left_corner.svg +++ b/svg/static/bottom_left_corner.svg @@ -2,13 +2,13 @@ - - - + + + - + diff --git a/svg/static/bottom_right_corner.svg b/svg/static/bottom_right_corner.svg index e8e0839..b113fac 100644 --- a/svg/static/bottom_right_corner.svg +++ b/svg/static/bottom_right_corner.svg @@ -2,13 +2,13 @@ - - - + + + - + diff --git a/svg/static/bottom_tee.svg b/svg/static/bottom_tee.svg index c8362b8..1a3f24b 100644 --- a/svg/static/bottom_tee.svg +++ b/svg/static/bottom_tee.svg @@ -1,12 +1,12 @@ - - - + + + - - + + diff --git a/svg/static/center_ptr.svg b/svg/static/center_ptr.svg index 46fddc5..f82d97e 100644 --- a/svg/static/center_ptr.svg +++ b/svg/static/center_ptr.svg @@ -1,10 +1,10 @@ - - + + - + diff --git a/svg/static/context-menu.svg b/svg/static/context-menu.svg index 960880b..15a1ae1 100644 --- a/svg/static/context-menu.svg +++ b/svg/static/context-menu.svg @@ -1,10 +1,10 @@ - - + + - + diff --git a/svg/static/copy.svg b/svg/static/copy.svg index 2ac31c9..2ddb608 100644 --- a/svg/static/copy.svg +++ b/svg/static/copy.svg @@ -1,10 +1,10 @@ - - + + - + diff --git a/svg/static/cross.svg b/svg/static/cross.svg index 12c9561..f08edf2 100644 --- a/svg/static/cross.svg +++ b/svg/static/cross.svg @@ -1,30 +1,30 @@ - + - - - + + + - - - + + + - - - + + + - - - + + + diff --git a/svg/static/crossed_circle.svg b/svg/static/crossed_circle.svg index e1aadae..73d3f12 100644 --- a/svg/static/crossed_circle.svg +++ b/svg/static/crossed_circle.svg @@ -1,10 +1,10 @@ - - + + - + diff --git a/svg/static/dotbox.svg b/svg/static/dotbox.svg index 9733528..2648368 100644 --- a/svg/static/dotbox.svg +++ b/svg/static/dotbox.svg @@ -1,10 +1,10 @@ - - + + - + diff --git a/svg/static/hand1.svg b/svg/static/hand1.svg index 24ceb7a..a35ce3a 100644 --- a/svg/static/hand1.svg +++ b/svg/static/hand1.svg @@ -1,9 +1,9 @@ - + - + diff --git a/svg/static/hand2.svg b/svg/static/hand2.svg index 9f7bdc4..3721d23 100644 --- a/svg/static/hand2.svg +++ b/svg/static/hand2.svg @@ -1,9 +1,9 @@ - + - + diff --git a/svg/static/left_ptr.svg b/svg/static/left_ptr.svg index 0c05a26..a3e4434 100644 --- a/svg/static/left_ptr.svg +++ b/svg/static/left_ptr.svg @@ -1,10 +1,10 @@ - - + + - + diff --git a/svg/static/left_side.svg b/svg/static/left_side.svg index 84ae404..5cf77a5 100644 --- a/svg/static/left_side.svg +++ b/svg/static/left_side.svg @@ -1,13 +1,13 @@ - - - + + + - + diff --git a/svg/static/left_tee.svg b/svg/static/left_tee.svg index 5bbcd4e..9088715 100644 --- a/svg/static/left_tee.svg +++ b/svg/static/left_tee.svg @@ -1,12 +1,12 @@ - - - + + + - - + + diff --git a/svg/static/link.svg b/svg/static/link.svg index fd2a88e..5f47b28 100644 --- a/svg/static/link.svg +++ b/svg/static/link.svg @@ -1,10 +1,10 @@ - - + + - + diff --git a/svg/static/ll_angle.svg b/svg/static/ll_angle.svg index 6a7104e..260b94f 100644 --- a/svg/static/ll_angle.svg +++ b/svg/static/ll_angle.svg @@ -1,12 +1,12 @@ - - - + + + - - + + diff --git a/svg/static/lr_angle.svg b/svg/static/lr_angle.svg index 3345d29..b3f4f60 100644 --- a/svg/static/lr_angle.svg +++ b/svg/static/lr_angle.svg @@ -1,12 +1,12 @@ - - - + + + - - + + diff --git a/svg/static/move.svg b/svg/static/move.svg index 009b5d8..925e2da 100644 --- a/svg/static/move.svg +++ b/svg/static/move.svg @@ -1,9 +1,9 @@ - + - + diff --git a/svg/static/pencil.svg b/svg/static/pencil.svg index b9e5305..bec2dcf 100644 --- a/svg/static/pencil.svg +++ b/svg/static/pencil.svg @@ -1,9 +1,9 @@ - + - + diff --git a/svg/static/plus.svg b/svg/static/plus.svg index e1d3bc6..7452f79 100644 --- a/svg/static/plus.svg +++ b/svg/static/plus.svg @@ -1,10 +1,10 @@ - - + + - + diff --git a/svg/static/question_arrow.svg b/svg/static/question_arrow.svg index e4eca77..2d62c1f 100644 --- a/svg/static/question_arrow.svg +++ b/svg/static/question_arrow.svg @@ -1,10 +1,10 @@ - - + + - + diff --git a/svg/static/right_ptr.svg b/svg/static/right_ptr.svg index 8e724e0..65e1975 100644 --- a/svg/static/right_ptr.svg +++ b/svg/static/right_ptr.svg @@ -1,10 +1,10 @@ - - + + - + diff --git a/svg/static/right_tee.svg b/svg/static/right_tee.svg index 552049e..a7c4260 100644 --- a/svg/static/right_tee.svg +++ b/svg/static/right_tee.svg @@ -1,12 +1,12 @@ - - - + + + - - + + diff --git a/svg/static/sb_down_arrow.svg b/svg/static/sb_down_arrow.svg index e1f7d96..9c1dc9f 100644 --- a/svg/static/sb_down_arrow.svg +++ b/svg/static/sb_down_arrow.svg @@ -1,5 +1,5 @@ - - + + diff --git a/svg/static/sb_h_double_arrow.svg b/svg/static/sb_h_double_arrow.svg index 48d9f22..31e1fdd 100644 --- a/svg/static/sb_h_double_arrow.svg +++ b/svg/static/sb_h_double_arrow.svg @@ -1,10 +1,10 @@ - - + + - + diff --git a/svg/static/sb_left_arrow.svg b/svg/static/sb_left_arrow.svg index 2cdf4f3..dbec9e8 100644 --- a/svg/static/sb_left_arrow.svg +++ b/svg/static/sb_left_arrow.svg @@ -1,5 +1,5 @@ - - + + diff --git a/svg/static/sb_right_arrow.svg b/svg/static/sb_right_arrow.svg index b3219cf..64d76b1 100644 --- a/svg/static/sb_right_arrow.svg +++ b/svg/static/sb_right_arrow.svg @@ -1,5 +1,5 @@ - - + + diff --git a/svg/static/sb_up_arrow.svg b/svg/static/sb_up_arrow.svg index 1db7af5..6872acb 100644 --- a/svg/static/sb_up_arrow.svg +++ b/svg/static/sb_up_arrow.svg @@ -1,5 +1,5 @@ - - + + diff --git a/svg/static/sb_v_double_arrow.svg b/svg/static/sb_v_double_arrow.svg index f4d8de2..8a3f86a 100644 --- a/svg/static/sb_v_double_arrow.svg +++ b/svg/static/sb_v_double_arrow.svg @@ -1,10 +1,10 @@ - - + + - + diff --git a/svg/static/top_side.svg b/svg/static/top_side.svg index d3a8b3f..242fd60 100644 --- a/svg/static/top_side.svg +++ b/svg/static/top_side.svg @@ -1,13 +1,13 @@ - - - + + + - + diff --git a/svg/static/top_tee.svg b/svg/static/top_tee.svg index fda2ee7..26cfbd8 100644 --- a/svg/static/top_tee.svg +++ b/svg/static/top_tee.svg @@ -1,12 +1,12 @@ - - - + + + - - + + diff --git a/svg/static/ul_angle.svg b/svg/static/ul_angle.svg index 238fb78..e22ab1c 100644 --- a/svg/static/ul_angle.svg +++ b/svg/static/ul_angle.svg @@ -1,12 +1,12 @@ - - - + + + - - + + diff --git a/svg/static/ur_angle.svg b/svg/static/ur_angle.svg index dd6ea9c..dc16fdf 100644 --- a/svg/static/ur_angle.svg +++ b/svg/static/ur_angle.svg @@ -1,12 +1,12 @@ - - - + + + - - + + diff --git a/svg/static/vertical-text.svg b/svg/static/vertical-text.svg index 4afad09..d82a607 100644 --- a/svg/static/vertical-text.svg +++ b/svg/static/vertical-text.svg @@ -1,5 +1,5 @@ - - + + diff --git a/svg/static/xterm.svg b/svg/static/xterm.svg index 6cce6b9..2bd7edc 100644 --- a/svg/static/xterm.svg +++ b/svg/static/xterm.svg @@ -1,5 +1,5 @@ - - + + diff --git a/svg/static/zoom-in.svg b/svg/static/zoom-in.svg index e70f0aa..6d75054 100644 --- a/svg/static/zoom-in.svg +++ b/svg/static/zoom-in.svg @@ -1,10 +1,10 @@ - + - - + + diff --git a/svg/static/zoom-out.svg b/svg/static/zoom-out.svg index 2c5ed7e..f8a6048 100644 --- a/svg/static/zoom-out.svg +++ b/svg/static/zoom-out.svg @@ -1,10 +1,10 @@ - + - - + + From c547d56d33f1dee28fd648380cc76fd63c4c3f52 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Fri, 4 Jun 2021 16:57:39 +0530 Subject: [PATCH 10/24] =?UTF-8?q?=F0=9F=94=A5=20Green=20&=20Blue=20Key=20C?= =?UTF-8?q?olors=20implementation=20inside=20animated?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- svg/animated/left_ptr_watch.svg | 8 ++++---- svg/animated/wait.svg | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/svg/animated/left_ptr_watch.svg b/svg/animated/left_ptr_watch.svg index 7fde021..09dce49 100644 --- a/svg/animated/left_ptr_watch.svg +++ b/svg/animated/left_ptr_watch.svg @@ -1,12 +1,12 @@ - - + + - + - + diff --git a/svg/animated/wait.svg b/svg/animated/wait.svg index bd77111..265db52 100644 --- a/svg/animated/wait.svg +++ b/svg/animated/wait.svg @@ -1,7 +1,7 @@ - + From 923ee5b08c0475be7e6163dd8957829bab283c3b Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Fri, 4 Jun 2021 17:54:04 +0530 Subject: [PATCH 11/24] =?UTF-8?q?=F0=9F=8C=88=20BreezeX-Light=20and=20Bree?= =?UTF-8?q?zeX-dark=20setup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bitmapper/src/config.ts | 12 ++++++------ bitmapper/yarn.lock | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/bitmapper/src/config.ts b/bitmapper/src/config.ts index cf9b08b..5cfd21b 100644 --- a/bitmapper/src/config.ts +++ b/bitmapper/src/config.ts @@ -5,22 +5,22 @@ interface Config { color: Colors; } -const breeze = "#4D4D4D"; -const white = "#FFFFFF"; +const breezeColor = "#4D4D4D"; +const whiteColor = "#FFFFFF"; const config: Config[] = [ { themeName: "BreezeX-Dark", color: { - base: breeze, - outline: white, + base: breezeColor, + outline: whiteColor, }, }, { themeName: "BreezeX-Light", color: { - base: white, - outline: breeze, + base: whiteColor, + outline: breezeColor, }, }, ]; diff --git a/bitmapper/yarn.lock b/bitmapper/yarn.lock index b216bec..83738ad 100644 --- a/bitmapper/yarn.lock +++ b/bitmapper/yarn.lock @@ -15,9 +15,9 @@ defer-to-connect "^1.0.1" "@types/node@*": - version "15.9.0" - resolved "https://registry.yarnpkg.com/@types/node/-/node-15.9.0.tgz#0b7f6c33ca5618fe329a9d832b478b4964d325a8" - integrity sha512-AR1Vq1Ei1GaA5FjKL5PBqblTZsL5M+monvGSZwe6sSIdGiuu7Xr/pNwWJY+0ZQuN8AapD/XMB5IzBAyYRFbocA== + version "15.12.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-15.12.0.tgz#6a459d261450a300e6865faeddb5af01c3389bb3" + integrity sha512-+aHJvoCsVhO2ZCuT4o5JtcPrCPyDE3+1nvbDprYes+pPkEsbjH7AGUCNtjMOXS0fqH14t+B7yLzaqSz92FPWyw== "@types/pixelmatch@^5.2.2": version "5.2.3" From 93f44086e552bd8785956df26d3f74d068697036 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sun, 6 Jun 2021 09:49:20 +0530 Subject: [PATCH 12/24] =?UTF-8?q?=F0=9F=94=A7=20Loop=20animatation=20once?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- svg/animated/left_ptr_watch.svg | 2 +- svg/animated/wait.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/svg/animated/left_ptr_watch.svg b/svg/animated/left_ptr_watch.svg index 09dce49..49392ab 100644 --- a/svg/animated/left_ptr_watch.svg +++ b/svg/animated/left_ptr_watch.svg @@ -11,7 +11,7 @@ - + diff --git a/svg/animated/wait.svg b/svg/animated/wait.svg index 265db52..fe644cc 100644 --- a/svg/animated/wait.svg +++ b/svg/animated/wait.svg @@ -7,7 +7,7 @@ - + From 86480390c12d3a12e25dcc8e944e7f329d7c4ef6 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sun, 6 Jun 2021 09:49:56 +0530 Subject: [PATCH 13/24] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20=20Increased=20anima?= =?UTF-8?q?tion=20platbackRate=20to=200.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bitmapper/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitmapper/src/index.ts b/bitmapper/src/index.ts index 7873c9e..ca6ab21 100644 --- a/bitmapper/src/index.ts +++ b/bitmapper/src/index.ts @@ -27,7 +27,7 @@ const main = async () => { console.log(" -> Saving", key, "..."); content = SVGHandler.colorSvg(content, color); - await png.generateAnimated(browser, content, key); + await png.generateAnimated(browser, content, key, { playbackRate: 0.3 }); } await browser.close(); From d9badbc8a1c8e28a281f741775e3f74a44eb91b2 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sun, 6 Jun 2021 17:34:05 +0530 Subject: [PATCH 14/24] =?UTF-8?q?=E2=9A=A1=20tee=20cursor=20renamed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- svg/static/all-scroll.svg | 4 ++-- svg/static/bottom_left_corner.svg | 4 ++-- svg/static/bottom_right_corner.svg | 4 ++-- svg/static/bottom_tee.svg | 10 +++++----- svg/static/center_ptr.svg | 4 ++-- svg/static/crossed_circle.svg | 2 +- svg/static/hand1.svg | 4 ++-- svg/static/hand2.svg | 4 ++-- svg/static/left_side.svg | 4 ++-- svg/static/left_tee.svg | 12 ++++++------ svg/static/move.svg | 2 +- svg/static/pencil.svg | 2 +- svg/static/right_tee.svg | 12 ++++++------ svg/static/sb_down_arrow.svg | 2 +- svg/static/sb_right_arrow.svg | 2 +- svg/static/sb_up_arrow.svg | 2 +- svg/static/sb_v_double_arrow.svg | 4 ++-- svg/static/top_side.svg | 4 ++-- svg/static/top_tee.svg | 10 +++++----- svg/static/xterm.svg | 2 +- 20 files changed, 47 insertions(+), 47 deletions(-) diff --git a/svg/static/all-scroll.svg b/svg/static/all-scroll.svg index 2c3f638..165d2ab 100644 --- a/svg/static/all-scroll.svg +++ b/svg/static/all-scroll.svg @@ -1,12 +1,12 @@ - + - + diff --git a/svg/static/bottom_left_corner.svg b/svg/static/bottom_left_corner.svg index 198081f..76e58fc 100644 --- a/svg/static/bottom_left_corner.svg +++ b/svg/static/bottom_left_corner.svg @@ -4,11 +4,11 @@ - + - + diff --git a/svg/static/bottom_right_corner.svg b/svg/static/bottom_right_corner.svg index b113fac..2fb2153 100644 --- a/svg/static/bottom_right_corner.svg +++ b/svg/static/bottom_right_corner.svg @@ -4,11 +4,11 @@ - + - + diff --git a/svg/static/bottom_tee.svg b/svg/static/bottom_tee.svg index 1a3f24b..d31c0e5 100644 --- a/svg/static/bottom_tee.svg +++ b/svg/static/bottom_tee.svg @@ -1,12 +1,12 @@ - - - + + + - - + + diff --git a/svg/static/center_ptr.svg b/svg/static/center_ptr.svg index f82d97e..8f6cfbe 100644 --- a/svg/static/center_ptr.svg +++ b/svg/static/center_ptr.svg @@ -2,9 +2,9 @@ - + - + diff --git a/svg/static/crossed_circle.svg b/svg/static/crossed_circle.svg index 73d3f12..b6fadcc 100644 --- a/svg/static/crossed_circle.svg +++ b/svg/static/crossed_circle.svg @@ -2,7 +2,7 @@ - + diff --git a/svg/static/hand1.svg b/svg/static/hand1.svg index a35ce3a..3797f8b 100644 --- a/svg/static/hand1.svg +++ b/svg/static/hand1.svg @@ -1,9 +1,9 @@ - + - + diff --git a/svg/static/hand2.svg b/svg/static/hand2.svg index 3721d23..2170d31 100644 --- a/svg/static/hand2.svg +++ b/svg/static/hand2.svg @@ -1,9 +1,9 @@ - + - + diff --git a/svg/static/left_side.svg b/svg/static/left_side.svg index 5cf77a5..c6569ce 100644 --- a/svg/static/left_side.svg +++ b/svg/static/left_side.svg @@ -3,11 +3,11 @@ - + - + diff --git a/svg/static/left_tee.svg b/svg/static/left_tee.svg index 9088715..f04def7 100644 --- a/svg/static/left_tee.svg +++ b/svg/static/left_tee.svg @@ -1,14 +1,14 @@ - - - + + + - - + + - + diff --git a/svg/static/move.svg b/svg/static/move.svg index 925e2da..99397bd 100644 --- a/svg/static/move.svg +++ b/svg/static/move.svg @@ -3,7 +3,7 @@ - + diff --git a/svg/static/pencil.svg b/svg/static/pencil.svg index bec2dcf..ae81322 100644 --- a/svg/static/pencil.svg +++ b/svg/static/pencil.svg @@ -1,7 +1,7 @@ - + diff --git a/svg/static/right_tee.svg b/svg/static/right_tee.svg index a7c4260..b1f5f4c 100644 --- a/svg/static/right_tee.svg +++ b/svg/static/right_tee.svg @@ -1,14 +1,14 @@ - - - + + + - - + + - + diff --git a/svg/static/sb_down_arrow.svg b/svg/static/sb_down_arrow.svg index 9c1dc9f..db41223 100644 --- a/svg/static/sb_down_arrow.svg +++ b/svg/static/sb_down_arrow.svg @@ -1,5 +1,5 @@ - + diff --git a/svg/static/sb_right_arrow.svg b/svg/static/sb_right_arrow.svg index 64d76b1..ecfe93d 100644 --- a/svg/static/sb_right_arrow.svg +++ b/svg/static/sb_right_arrow.svg @@ -1,5 +1,5 @@ - + diff --git a/svg/static/sb_up_arrow.svg b/svg/static/sb_up_arrow.svg index 6872acb..0812332 100644 --- a/svg/static/sb_up_arrow.svg +++ b/svg/static/sb_up_arrow.svg @@ -1,5 +1,5 @@ - + diff --git a/svg/static/sb_v_double_arrow.svg b/svg/static/sb_v_double_arrow.svg index 8a3f86a..0f53492 100644 --- a/svg/static/sb_v_double_arrow.svg +++ b/svg/static/sb_v_double_arrow.svg @@ -1,10 +1,10 @@ - + - + diff --git a/svg/static/top_side.svg b/svg/static/top_side.svg index 242fd60..b4d97ec 100644 --- a/svg/static/top_side.svg +++ b/svg/static/top_side.svg @@ -3,11 +3,11 @@ - + - + diff --git a/svg/static/top_tee.svg b/svg/static/top_tee.svg index 26cfbd8..8746f89 100644 --- a/svg/static/top_tee.svg +++ b/svg/static/top_tee.svg @@ -1,12 +1,12 @@ - - - + + + - - + + diff --git a/svg/static/xterm.svg b/svg/static/xterm.svg index 2bd7edc..9e7af98 100644 --- a/svg/static/xterm.svg +++ b/svg/static/xterm.svg @@ -1,5 +1,5 @@ - + From aeb04c46d49a9a44decc1522f0f2437e76f28be1 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sun, 6 Jun 2021 17:34:57 +0530 Subject: [PATCH 15/24] =?UTF-8?q?=F0=9F=94=97=20Pirate=20cursor=20symlink?= =?UTF-8?q?=20removed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- builder/bxbuild/symlinks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/bxbuild/symlinks.py b/builder/bxbuild/symlinks.py index f5a853a..84c8f40 100644 --- a/builder/bxbuild/symlinks.py +++ b/builder/bxbuild/symlinks.py @@ -176,7 +176,7 @@ def add_missing_xcursor(directory) -> None: ], }, {"src": "wait", "links": ["watch"]}, - {"src": "X_cursor", "links": ["pirate", "x-cursor"]}, + {"src": "X_cursor", "links": ["x-cursor"]}, {"src": "xterm", "links": ["ibeam", "text"]}, ] From a4e0acde5fd77e57f554b55039d7f6a7320c67d8 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sun, 6 Jun 2021 18:04:07 +0530 Subject: [PATCH 16/24] =?UTF-8?q?=F0=9F=94=8C=20Renamed=20resize=20cursors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- builder/bxbuild/constants.py | 5 ++- svg/static/bd_double_arrow.svg | 37 +++++++++++++++++++ svg/static/bottom_left_corner.svg | 30 ++++----------- svg/static/bottom_right_corner.svg | 30 ++++----------- .../{bottom_tee.svg => bottom_side.svg} | 0 svg/static/context-menu.svg | 6 +-- svg/static/fd_double_arrow.svg | 37 +++++++++++++++++++ svg/static/left_side.svg | 23 +++--------- svg/static/left_tee.svg | 21 ----------- svg/static/link.svg | 6 +-- svg/static/ll_angle.svg | 21 ----------- svg/static/lr_angle.svg | 21 ----------- svg/static/right_side.svg | 21 +++++++++++ svg/static/right_tee.svg | 21 ----------- svg/static/sb_down_arrow.svg | 4 +- svg/static/sb_h_double_arrow.svg | 21 +++++++++-- svg/static/sb_left_arrow.svg | 4 +- svg/static/sb_v_double_arrow.svg | 21 +++++++++-- .../{ul_angle.svg => top_left_corner.svg} | 0 svg/static/top_right_corner.svg | 21 +++++++++++ svg/static/top_side.svg | 23 +++--------- svg/static/top_tee.svg | 21 ----------- svg/static/ur_angle.svg | 21 ----------- 23 files changed, 189 insertions(+), 226 deletions(-) create mode 100644 svg/static/bd_double_arrow.svg rename svg/static/{bottom_tee.svg => bottom_side.svg} (100%) create mode 100644 svg/static/fd_double_arrow.svg delete mode 100644 svg/static/left_tee.svg delete mode 100644 svg/static/ll_angle.svg delete mode 100644 svg/static/lr_angle.svg create mode 100644 svg/static/right_side.svg delete mode 100644 svg/static/right_tee.svg rename svg/static/{ul_angle.svg => top_left_corner.svg} (100%) create mode 100644 svg/static/top_right_corner.svg delete mode 100644 svg/static/top_tee.svg delete mode 100644 svg/static/ur_angle.svg diff --git a/builder/bxbuild/constants.py b/builder/bxbuild/constants.py index a402071..ed55d82 100644 --- a/builder/bxbuild/constants.py +++ b/builder/bxbuild/constants.py @@ -19,8 +19,9 @@ X_CURSORS_CFG: Dict[str, Dict[str, int]] = { # Static # ########## "all-scroll.png": {"xhot": 100, "yhot": 100}, - "bottom_left_corner.png": {"xhot": 100, "yhot": 100}, - "bottom_right_corner.png": {"xhot": 100, "yhot": 100}, + "bottom_left_corner.png": {"xhot": 98, "yhot": 96}, + "bottom_right_corner.png": {"xhot": 99, "yhot": 96}, + # "bottom_tee.png": {"xhot": 100, "yhot": 100}, "context-menu.png": {"xhot": 100, "yhot": 100}, "copy.png": {"xhot": 100, "yhot": 100}, diff --git a/svg/static/bd_double_arrow.svg b/svg/static/bd_double_arrow.svg new file mode 100644 index 0000000..2fb2153 --- /dev/null +++ b/svg/static/bd_double_arrow.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/bottom_left_corner.svg b/svg/static/bottom_left_corner.svg index 76e58fc..260b94f 100644 --- a/svg/static/bottom_left_corner.svg +++ b/svg/static/bottom_left_corner.svg @@ -1,18 +1,14 @@ - - - - - - - - - - + + + + + + - + @@ -21,17 +17,5 @@ - - - - - - - - - - - - diff --git a/svg/static/bottom_right_corner.svg b/svg/static/bottom_right_corner.svg index 2fb2153..63621c9 100644 --- a/svg/static/bottom_right_corner.svg +++ b/svg/static/bottom_right_corner.svg @@ -1,18 +1,14 @@ - - - - - - - - - - + + + + + + - + @@ -21,17 +17,5 @@ - - - - - - - - - - - - diff --git a/svg/static/bottom_tee.svg b/svg/static/bottom_side.svg similarity index 100% rename from svg/static/bottom_tee.svg rename to svg/static/bottom_side.svg diff --git a/svg/static/context-menu.svg b/svg/static/context-menu.svg index 15a1ae1..091f60b 100644 --- a/svg/static/context-menu.svg +++ b/svg/static/context-menu.svg @@ -1,15 +1,15 @@ - - + + - + diff --git a/svg/static/fd_double_arrow.svg b/svg/static/fd_double_arrow.svg new file mode 100644 index 0000000..76e58fc --- /dev/null +++ b/svg/static/fd_double_arrow.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/left_side.svg b/svg/static/left_side.svg index c6569ce..f04def7 100644 --- a/svg/static/left_side.svg +++ b/svg/static/left_side.svg @@ -1,25 +1,14 @@ - - - - - - - + + + + + - - - - - - - - - - + diff --git a/svg/static/left_tee.svg b/svg/static/left_tee.svg deleted file mode 100644 index f04def7..0000000 --- a/svg/static/left_tee.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/svg/static/link.svg b/svg/static/link.svg index 5f47b28..564644f 100644 --- a/svg/static/link.svg +++ b/svg/static/link.svg @@ -1,8 +1,8 @@ - - + + @@ -10,7 +10,7 @@ - + diff --git a/svg/static/ll_angle.svg b/svg/static/ll_angle.svg deleted file mode 100644 index 260b94f..0000000 --- a/svg/static/ll_angle.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/svg/static/lr_angle.svg b/svg/static/lr_angle.svg deleted file mode 100644 index b3f4f60..0000000 --- a/svg/static/lr_angle.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/svg/static/right_side.svg b/svg/static/right_side.svg new file mode 100644 index 0000000..06d6a2f --- /dev/null +++ b/svg/static/right_side.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/right_tee.svg b/svg/static/right_tee.svg deleted file mode 100644 index b1f5f4c..0000000 --- a/svg/static/right_tee.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/svg/static/sb_down_arrow.svg b/svg/static/sb_down_arrow.svg index db41223..7b6e37a 100644 --- a/svg/static/sb_down_arrow.svg +++ b/svg/static/sb_down_arrow.svg @@ -1,5 +1,5 @@ - - + + diff --git a/svg/static/sb_h_double_arrow.svg b/svg/static/sb_h_double_arrow.svg index 31e1fdd..c6569ce 100644 --- a/svg/static/sb_h_double_arrow.svg +++ b/svg/static/sb_h_double_arrow.svg @@ -1,12 +1,25 @@ - - + + + + + + + - - + + + + + + + + + + diff --git a/svg/static/sb_left_arrow.svg b/svg/static/sb_left_arrow.svg index dbec9e8..4306742 100644 --- a/svg/static/sb_left_arrow.svg +++ b/svg/static/sb_left_arrow.svg @@ -1,5 +1,5 @@ - - + + diff --git a/svg/static/sb_v_double_arrow.svg b/svg/static/sb_v_double_arrow.svg index 0f53492..b4d97ec 100644 --- a/svg/static/sb_v_double_arrow.svg +++ b/svg/static/sb_v_double_arrow.svg @@ -1,12 +1,25 @@ - - + + + + + + + - - + + + + + + + + + + diff --git a/svg/static/ul_angle.svg b/svg/static/top_left_corner.svg similarity index 100% rename from svg/static/ul_angle.svg rename to svg/static/top_left_corner.svg diff --git a/svg/static/top_right_corner.svg b/svg/static/top_right_corner.svg new file mode 100644 index 0000000..68c9d6d --- /dev/null +++ b/svg/static/top_right_corner.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/static/top_side.svg b/svg/static/top_side.svg index b4d97ec..8746f89 100644 --- a/svg/static/top_side.svg +++ b/svg/static/top_side.svg @@ -1,25 +1,14 @@ - - - - - - - + + + + + - - - - - - - - - - + diff --git a/svg/static/top_tee.svg b/svg/static/top_tee.svg deleted file mode 100644 index 8746f89..0000000 --- a/svg/static/top_tee.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/svg/static/ur_angle.svg b/svg/static/ur_angle.svg deleted file mode 100644 index dc16fdf..0000000 --- a/svg/static/ur_angle.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - From 25e3d307cb27e5db2573e603e0eb8f67cbbdea1a Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Fri, 11 Jun 2021 15:39:17 +0530 Subject: [PATCH 17/24] =?UTF-8?q?=F0=9F=93=A6=20Source=20.png=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- builder/build.py | 19 +++---------------- builder/bxbuild/constants.py | 32 +++++++++++++++++--------------- 2 files changed, 20 insertions(+), 31 deletions(-) diff --git a/builder/build.py b/builder/build.py index 782387f..1cd0f3e 100644 --- a/builder/build.py +++ b/builder/build.py @@ -4,8 +4,8 @@ import argparse from pathlib import Path -from bxbuild.configure import get_config -from bxbuild.generator import Info, build, wbuild, xbuild +from bxbuild.configure import get_config # type: ignore +from bxbuild.generator import Info, build, wbuild, xbuild # type: ignore parser = argparse.ArgumentParser( prog="breezex_builder", @@ -51,20 +51,7 @@ parser.add_argument( dest="xsizes", metavar="INT", nargs="+", - default=[ - 22, - 24, - 28, - 32, - 40, - 48, - 56, - 64, - 72, - 80, - 88, - 96, - ], + default=[22, 24, 28, 32, 40, 48, 56, 64, 72, 80, 88, 96], type=int, help="Set pixel-size for xcursor. (default: %(default)s)", ) diff --git a/builder/bxbuild/constants.py b/builder/bxbuild/constants.py index ed55d82..d48b24d 100644 --- a/builder/bxbuild/constants.py +++ b/builder/bxbuild/constants.py @@ -18,52 +18,54 @@ X_CURSORS_CFG: Dict[str, Dict[str, int]] = { ########## # Static # ########## - "all-scroll.png": {"xhot": 100, "yhot": 100}, - "bottom_left_corner.png": {"xhot": 98, "yhot": 96}, - "bottom_right_corner.png": {"xhot": 99, "yhot": 96}, - # - "bottom_tee.png": {"xhot": 100, "yhot": 100}, + "bd_double_arrow.png": {"xhot": 100, "yhot": 100}, + "bottom_left_corner.png": {"xhot": 100, "yhot": 100}, + "bottom_right_corner.png": {"xhot": 100, "yhot": 100}, + "bottom_side.png": {"xhot": 100, "yhot": 100}, + "center_ptr.png": {"xhot": 100, "yhot": 100}, "context-menu.png": {"xhot": 100, "yhot": 100}, "copy.png": {"xhot": 100, "yhot": 100}, "cross.png": {"xhot": 100, "yhot": 100}, + "crossed_circle.png": {"xhot": 100, "yhot": 100}, "dnd_no_drop.png": {"xhot": 100, "yhot": 100}, "dotbox.png": {"xhot": 100, "yhot": 100}, + "fd_double_arrow.png": {"xhot": 100, "yhot": 100}, "hand1.png": {"xhot": 100, "yhot": 100}, "hand2.png": {"xhot": 100, "yhot": 100}, "left_ptr.png": {"xhot": 100, "yhot": 100}, - "left_tee.png": {"xhot": 100, "yhot": 100}, + "left_side.png": {"xhot": 100, "yhot": 100}, "link.png": {"xhot": 100, "yhot": 100}, - "ll_angle.png": {"xhot": 100, "yhot": 100}, - "lr_angle.png": {"xhot": 100, "yhot": 100}, "move.png": {"xhot": 100, "yhot": 100}, "pencil.png": {"xhot": 100, "yhot": 100}, + "pirate.png": {"xhot": 100, "yhot": 100}, "plus.png": {"xhot": 100, "yhot": 100}, "question_arrow.png": {"xhot": 100, "yhot": 100}, "right_ptr.png": {"xhot": 100, "yhot": 100}, - "right_tee.png": {"xhot": 100, "yhot": 100}, + "right_side.png": {"xhot": 100, "yhot": 100}, "sb_down_arrow.png": {"xhot": 100, "yhot": 100}, "sb_h_double_arrow.png": {"xhot": 100, "yhot": 100}, "sb_left_arrow.png": {"xhot": 100, "yhot": 100}, "sb_right_arrow.png": {"xhot": 100, "yhot": 100}, "sb_up_arrow.png": {"xhot": 100, "yhot": 100}, "sb_v_double_arrow.png": {"xhot": 100, "yhot": 100}, - "top_tee.png": {"xhot": 100, "yhot": 100}, - "ul_angle.png": {"xhot": 100, "yhot": 100}, - "ur_angle.png": {"xhot": 100, "yhot": 100}, + "top_left_corner.png": {"xhot": 100, "yhot": 100}, + "top_right_corner.png": {"xhot": 100, "yhot": 100}, + "top_side.png": {"xhot": 100, "yhot": 100}, "vertical-text.png": {"xhot": 100, "yhot": 100}, "wayland-cursor.png": {"xhot": 100, "yhot": 100}, "X_cursor.png": {"xhot": 100, "yhot": 100}, - "xterm.png": {"xhot": 100, "yhot": 89}, + "xterm.png": {"xhot": 100, "yhot": 100}, "zoom-in.png": {"xhot": 100, "yhot": 100}, "zoom-out.png": {"xhot": 100, "yhot": 100}, ############ # Animated # ############ - # Note: Animated cursors don't need an extension and frame numbers. + # NOTE: Animated cursors don't need an extension and frame numbers. "left_ptr_watch": {"xhot": 100, "yhot": 100}, "wait": {"xhot": 100, "yhot": 100}, } +# TODO setting windows cursors WIN_CURSORS_CFG: Dict[str, Dict[str, str]] = { ########## # Static # @@ -84,7 +86,7 @@ WIN_CURSORS_CFG: Dict[str, Dict[str, str]] = { ############ # Animated # ############ - # Note: Animated cursors don't need frame numbers. + # NOTE: Animated cursors don't need frame numbers. "left_ptr_watch": {"to": "Work", "position": "top_left"}, "wait": {"to": "Busy"}, } From 6f4c3cbc27c9113bcc36f0de5cb54198bf711d93 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Fri, 11 Jun 2021 16:01:10 +0530 Subject: [PATCH 18/24] =?UTF-8?q?=F0=9F=94=97=20Symblinks=20generated?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- builder/bxbuild/constants.py | 3 +- builder/bxbuild/symlinks.py | 56 ++++++++++++++++++------------------ 2 files changed, 30 insertions(+), 29 deletions(-) diff --git a/builder/bxbuild/constants.py b/builder/bxbuild/constants.py index d48b24d..0c696c3 100644 --- a/builder/bxbuild/constants.py +++ b/builder/bxbuild/constants.py @@ -18,6 +18,7 @@ X_CURSORS_CFG: Dict[str, Dict[str, int]] = { ########## # Static # ########## + "all-scroll.png": {"xhot": 100, "yhot": 100}, "bd_double_arrow.png": {"xhot": 100, "yhot": 100}, "bottom_left_corner.png": {"xhot": 100, "yhot": 100}, "bottom_right_corner.png": {"xhot": 100, "yhot": 100}, @@ -76,7 +77,7 @@ WIN_CURSORS_CFG: Dict[str, Dict[str, str]] = { "bottom_right_corner.png": {"to": "Diagonal_1"}, "bottom_left_corner.png": {"to": "Diagonal_2"}, "pencil.png": {"to": "Handwriting"}, - "question_arrow.png": {"to": "Help", "position.png": "top_left"}, + "question_arrow.png": {"to": "Help", "position": "top_left"}, "sb_h_double_arrow.png": {"to": "Horizontal"}, "xterm.png": {"to": "IBeam", "position": "top_left"}, "hand2.png": {"to": "Link", "position": "top_left"}, diff --git a/builder/bxbuild/symlinks.py b/builder/bxbuild/symlinks.py index 84c8f40..e7a7ba5 100644 --- a/builder/bxbuild/symlinks.py +++ b/builder/bxbuild/symlinks.py @@ -16,28 +16,30 @@ def add_missing_xcursor(directory) -> None: symlinks: List[Dict[str, Union[str, List[str]]]] = [ {"src": "all-scroll", "links": ["fleur", "size_all"]}, + { + "src": "bd_double_arrow", + "links": [ + "c7088f0f3e6c8088236ef8e1e3e70000", + "nwse-resize", + "size_fdiag", + ], + }, { "src": "bottom_left_corner", "links": [ - "fcf1c3c7cd4491d801f1e1c78f100000", "sw-resize", - "ne-resize", - "size_bdiag", - "nesw-resize", - "top_right_corner", - "fd_double_arrow", ], }, { "src": "bottom_right_corner", "links": [ - "c7088f0f3e6c8088236ef8e1e3e70000", - "top_left_corner", "se-resize", - "nw-resize", - "size_fdiag", - "nwse-resize", - "bd_double_arrow", + ], + }, + { + "src": "bottom_side", + "links": [ + "s-resize", ], }, { @@ -60,18 +62,20 @@ def add_missing_xcursor(directory) -> None: ], }, { - "src": "dnd_no_drop", + "src": "crossed_circle", "links": [ - "no-drop", - # crossed_circle symlinks - "crossed_circle", - "03b6e0fcb3499374a867c041f52298f0", - "not-allowed", - "forbidden", "circle", + "03b6e0fcb3499374a867c041f52298f0", + "forbidden", + "not-allowed", ], }, + {"src": "dnd_no_drop", "links": ["no-drop"]}, {"src": "dotbox", "links": ["dot_box_mask", "draped_box", "icon", "target"]}, + { + "src": "fd_double_arrow", + "links": ["fcf1c3c7cd4491d801f1e1c78f100000", "nesw-resize", "size_bdiag"], + }, {"src": "hand1", "links": ["grab", "openhand"]}, { "src": "hand2", @@ -87,7 +91,6 @@ def add_missing_xcursor(directory) -> None: "links": [ "arrow", "default", - "center_ptr", ], }, { @@ -99,6 +102,7 @@ def add_missing_xcursor(directory) -> None: "progress", ], }, + {"src": "left_side", "links": ["w-resize"]}, { "src": "link", "links": [ @@ -136,6 +140,7 @@ def add_missing_xcursor(directory) -> None: ], }, {"src": "right_ptr", "links": ["draft_large", "draft_small"]}, # required + {"src": "right_side", "links": ["e-resize"]}, {"src": "sb_down_arrow", "links": ["down-arrow"]}, { "src": "sb_h_double_arrow", @@ -148,10 +153,6 @@ def add_missing_xcursor(directory) -> None: "size-hor", "size_hor", "split_h", - "left_side", - "w-resize", - "right_side", - "e-resize", ], }, {"src": "sb_left_arrow", "links": ["left-arrow"]}, @@ -169,12 +170,11 @@ def add_missing_xcursor(directory) -> None: "size_ver", "split_v", "v_double_arrow", - "top_side", - "s-resize", - "n-resize", - "bottom_side", ], }, + {"src": "top_left_corner", "links": ["nw-resize"]}, + {"src": "top_right_corner", "links": ["ne-resize"]}, + {"src": "top_side", "links": ["n-resize"]}, {"src": "wait", "links": ["watch"]}, {"src": "X_cursor", "links": ["x-cursor"]}, {"src": "xterm", "links": ["ibeam", "text"]}, From e62aafcecf8b38cdb4864396b5858b4cdaca4496 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Fri, 11 Jun 2021 16:28:48 +0530 Subject: [PATCH 19/24] =?UTF-8?q?=F0=9F=94=97=20Implememnt=20KDE=20Breeze?= =?UTF-8?q?=20cursors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- builder/bxbuild/constants.py | 2 ++ builder/bxbuild/symlinks.py | 49 +++++++++++++++++------------------- 2 files changed, 25 insertions(+), 26 deletions(-) diff --git a/builder/bxbuild/constants.py b/builder/bxbuild/constants.py index 0c696c3..c8fc80c 100644 --- a/builder/bxbuild/constants.py +++ b/builder/bxbuild/constants.py @@ -14,6 +14,8 @@ X_DELAY: int = 10 # Windows Cursor WIN_DELAY = 1 + +# TODO: add coordinates X_CURSORS_CFG: Dict[str, Dict[str, int]] = { ########## # Static # diff --git a/builder/bxbuild/symlinks.py b/builder/bxbuild/symlinks.py index e7a7ba5..539a3b6 100644 --- a/builder/bxbuild/symlinks.py +++ b/builder/bxbuild/symlinks.py @@ -20,28 +20,12 @@ def add_missing_xcursor(directory) -> None: "src": "bd_double_arrow", "links": [ "c7088f0f3e6c8088236ef8e1e3e70000", + "nw-resize", "nwse-resize", "size_fdiag", - ], - }, - { - "src": "bottom_left_corner", - "links": [ - "sw-resize", - ], - }, - { - "src": "bottom_right_corner", - "links": [ "se-resize", ], }, - { - "src": "bottom_side", - "links": [ - "s-resize", - ], - }, { "src": "copy", "links": [ @@ -64,17 +48,29 @@ def add_missing_xcursor(directory) -> None: { "src": "crossed_circle", "links": [ - "circle", - "03b6e0fcb3499374a867c041f52298f0", "forbidden", "not-allowed", ], }, - {"src": "dnd_no_drop", "links": ["no-drop"]}, + { + "src": "dnd_no_drop", + "links": [ + "03b6e0fcb3499374a867c041f52298f0", + "circle", + "dnd-no-drop", + "no-drop", + ], + }, {"src": "dotbox", "links": ["dot_box_mask", "draped_box", "icon", "target"]}, { "src": "fd_double_arrow", - "links": ["fcf1c3c7cd4491d801f1e1c78f100000", "nesw-resize", "size_bdiag"], + "links": [ + "fcf1c3c7cd4491d801f1e1c78f100000", + "ne-resize", + "nesw-resize", + "sw-resize", + "size_bdiag", + ], }, {"src": "hand1", "links": ["grab", "openhand"]}, { @@ -102,7 +98,7 @@ def add_missing_xcursor(directory) -> None: "progress", ], }, - {"src": "left_side", "links": ["w-resize"]}, + {"src": "left_side", "links": []}, { "src": "link", "links": [ @@ -140,7 +136,6 @@ def add_missing_xcursor(directory) -> None: ], }, {"src": "right_ptr", "links": ["draft_large", "draft_small"]}, # required - {"src": "right_side", "links": ["e-resize"]}, {"src": "sb_down_arrow", "links": ["down-arrow"]}, { "src": "sb_h_double_arrow", @@ -148,11 +143,13 @@ def add_missing_xcursor(directory) -> None: "028006030e0e7ebffc7f7070c0600140", "14fef782d02440884392942c1120523", "col-resize", + "e-resize", "ew-resize", "h_double_arrow", "size-hor", "size_hor", "split_h", + "w-resize", ], }, {"src": "sb_left_arrow", "links": ["left-arrow"]}, @@ -164,17 +161,17 @@ def add_missing_xcursor(directory) -> None: "00008160000006810000408080010102", "2870a09082c103050810ffdffffe0204", "double_arrow", + "n-resize", "ns-resize", "row-resize", "size-ver", "size_ver", + "s-resize", "split_v", "v_double_arrow", ], }, - {"src": "top_left_corner", "links": ["nw-resize"]}, - {"src": "top_right_corner", "links": ["ne-resize"]}, - {"src": "top_side", "links": ["n-resize"]}, + # TODO remove empty {"src": "wait", "links": ["watch"]}, {"src": "X_cursor", "links": ["x-cursor"]}, {"src": "xterm", "links": ["ibeam", "text"]}, From 922bdc85c3ec3366223e819ae240aaf91079577e Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sat, 12 Jun 2021 17:16:54 +0530 Subject: [PATCH 20/24] =?UTF-8?q?=E2=9A=A1=20Missing=20cursors=20added?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- svg/static/bd_double_arrow.svg | 4 ++-- svg/static/col-resize.svg | 5 +++++ svg/static/color-picker.svg | 6 ++++++ svg/static/fd_double_arrow.svg | 4 ++-- svg/static/row-resize.svg | 5 +++++ svg/static/sb_h_double_arrow.svg | 14 +++++++------- svg/static/sb_left_arrow.svg | 4 ++-- svg/static/sb_right_arrow.svg | 4 ++-- svg/static/vertical-text.svg | 4 ++-- 9 files changed, 33 insertions(+), 17 deletions(-) create mode 100644 svg/static/col-resize.svg create mode 100644 svg/static/color-picker.svg create mode 100644 svg/static/row-resize.svg diff --git a/svg/static/bd_double_arrow.svg b/svg/static/bd_double_arrow.svg index 2fb2153..4d1c066 100644 --- a/svg/static/bd_double_arrow.svg +++ b/svg/static/bd_double_arrow.svg @@ -12,7 +12,7 @@ - + @@ -21,7 +21,7 @@ - + diff --git a/svg/static/col-resize.svg b/svg/static/col-resize.svg new file mode 100644 index 0000000..650a513 --- /dev/null +++ b/svg/static/col-resize.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/svg/static/color-picker.svg b/svg/static/color-picker.svg new file mode 100644 index 0000000..5cf88f6 --- /dev/null +++ b/svg/static/color-picker.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/svg/static/fd_double_arrow.svg b/svg/static/fd_double_arrow.svg index 76e58fc..47fdcf6 100644 --- a/svg/static/fd_double_arrow.svg +++ b/svg/static/fd_double_arrow.svg @@ -12,7 +12,7 @@ - + @@ -21,7 +21,7 @@ - + diff --git a/svg/static/row-resize.svg b/svg/static/row-resize.svg new file mode 100644 index 0000000..c2772c2 --- /dev/null +++ b/svg/static/row-resize.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/svg/static/sb_h_double_arrow.svg b/svg/static/sb_h_double_arrow.svg index c6569ce..b772f77 100644 --- a/svg/static/sb_h_double_arrow.svg +++ b/svg/static/sb_h_double_arrow.svg @@ -1,16 +1,16 @@ - - - + + + - - + + - + @@ -19,7 +19,7 @@ - + diff --git a/svg/static/sb_left_arrow.svg b/svg/static/sb_left_arrow.svg index 4306742..19216df 100644 --- a/svg/static/sb_left_arrow.svg +++ b/svg/static/sb_left_arrow.svg @@ -1,5 +1,5 @@ - - + + diff --git a/svg/static/sb_right_arrow.svg b/svg/static/sb_right_arrow.svg index ecfe93d..91586d1 100644 --- a/svg/static/sb_right_arrow.svg +++ b/svg/static/sb_right_arrow.svg @@ -1,5 +1,5 @@ - - + + diff --git a/svg/static/vertical-text.svg b/svg/static/vertical-text.svg index d82a607..055a413 100644 --- a/svg/static/vertical-text.svg +++ b/svg/static/vertical-text.svg @@ -1,5 +1,5 @@ - - + + From d3377a1f0f19227b4794d614a7cacb672a57b17c Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sat, 12 Jun 2021 17:38:00 +0530 Subject: [PATCH 21/24] =?UTF-8?q?=F0=9F=94=97=20Symlinks=20of=20`col-resiz?= =?UTF-8?q?e`=20and=20`row-resize`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- builder/bxbuild/constants.py | 2 ++ builder/bxbuild/symlinks.py | 19 +++++++++++++------ 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/builder/bxbuild/constants.py b/builder/bxbuild/constants.py index c8fc80c..614ee65 100644 --- a/builder/bxbuild/constants.py +++ b/builder/bxbuild/constants.py @@ -26,6 +26,7 @@ X_CURSORS_CFG: Dict[str, Dict[str, int]] = { "bottom_right_corner.png": {"xhot": 100, "yhot": 100}, "bottom_side.png": {"xhot": 100, "yhot": 100}, "center_ptr.png": {"xhot": 100, "yhot": 100}, + "col-resize.png": {"xhot": 100, "yhot": 100}, "context-menu.png": {"xhot": 100, "yhot": 100}, "copy.png": {"xhot": 100, "yhot": 100}, "cross.png": {"xhot": 100, "yhot": 100}, @@ -44,6 +45,7 @@ X_CURSORS_CFG: Dict[str, Dict[str, int]] = { "plus.png": {"xhot": 100, "yhot": 100}, "question_arrow.png": {"xhot": 100, "yhot": 100}, "right_ptr.png": {"xhot": 100, "yhot": 100}, + "row-resize.png": {"xhot": 100, "yhot": 100}, "right_side.png": {"xhot": 100, "yhot": 100}, "sb_down_arrow.png": {"xhot": 100, "yhot": 100}, "sb_h_double_arrow.png": {"xhot": 100, "yhot": 100}, diff --git a/builder/bxbuild/symlinks.py b/builder/bxbuild/symlinks.py index 539a3b6..ddd7c8a 100644 --- a/builder/bxbuild/symlinks.py +++ b/builder/bxbuild/symlinks.py @@ -26,6 +26,12 @@ def add_missing_xcursor(directory) -> None: "se-resize", ], }, + { + "src": "col-resize", + "links": [ + "split_h", + ], + }, { "src": "copy", "links": [ @@ -41,7 +47,6 @@ def add_missing_xcursor(directory) -> None: "cross_reverse", "diamond_cross", "tcross", - "color-picker", "crosshair", ], }, @@ -135,20 +140,24 @@ def add_missing_xcursor(directory) -> None: "dnd-ask", ], }, - {"src": "right_ptr", "links": ["draft_large", "draft_small"]}, # required + {"src": "right_ptr", "links": ["draft_large", "draft_small"]}, + { + "src": "row-resize", + "links": [ + "split_v", + ], + }, {"src": "sb_down_arrow", "links": ["down-arrow"]}, { "src": "sb_h_double_arrow", "links": [ "028006030e0e7ebffc7f7070c0600140", "14fef782d02440884392942c1120523", - "col-resize", "e-resize", "ew-resize", "h_double_arrow", "size-hor", "size_hor", - "split_h", "w-resize", ], }, @@ -163,11 +172,9 @@ def add_missing_xcursor(directory) -> None: "double_arrow", "n-resize", "ns-resize", - "row-resize", "size-ver", "size_ver", "s-resize", - "split_v", "v_double_arrow", ], }, From fb72500fb114454b835a768b7b6c30935da57fbb Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sat, 12 Jun 2021 18:12:09 +0530 Subject: [PATCH 22/24] =?UTF-8?q?=E2=9C=A8=20Configured=20Windows=20cursor?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- builder/bxbuild/constants.py | 4 ++-- builder/bxbuild/symlinks.py | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/builder/bxbuild/constants.py b/builder/bxbuild/constants.py index 614ee65..5d9f35a 100644 --- a/builder/bxbuild/constants.py +++ b/builder/bxbuild/constants.py @@ -78,8 +78,8 @@ WIN_CURSORS_CFG: Dict[str, Dict[str, str]] = { "right_ptr.png": {"to": "Alternate", "position": "top_right"}, "cross.png": {"to": "Cross"}, "left_ptr.png": {"to": "Default", "position": "top_left"}, - "bottom_right_corner.png": {"to": "Diagonal_1"}, - "bottom_left_corner.png": {"to": "Diagonal_2"}, + "bd_double_arrow.png": {"to": "Diagonal_1"}, + "fd_double_arrow.png": {"to": "Diagonal_2"}, "pencil.png": {"to": "Handwriting"}, "question_arrow.png": {"to": "Help", "position": "top_left"}, "sb_h_double_arrow.png": {"to": "Horizontal"}, diff --git a/builder/bxbuild/symlinks.py b/builder/bxbuild/symlinks.py index ddd7c8a..fda0d93 100644 --- a/builder/bxbuild/symlinks.py +++ b/builder/bxbuild/symlinks.py @@ -178,7 +178,6 @@ def add_missing_xcursor(directory) -> None: "v_double_arrow", ], }, - # TODO remove empty {"src": "wait", "links": ["watch"]}, {"src": "X_cursor", "links": ["x-cursor"]}, {"src": "xterm", "links": ["ibeam", "text"]}, From 7462834f8c3c877e98c847b9de52afc184fbb9fc Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sat, 12 Jun 2021 18:36:40 +0530 Subject: [PATCH 23/24] =?UTF-8?q?=F0=9F=93=89=20Cursor=20coordinates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- builder/bxbuild/constants.py | 66 +++++++++++++++++------------------- 1 file changed, 32 insertions(+), 34 deletions(-) diff --git a/builder/bxbuild/constants.py b/builder/bxbuild/constants.py index 5d9f35a..e44bf37 100644 --- a/builder/bxbuild/constants.py +++ b/builder/bxbuild/constants.py @@ -14,63 +14,61 @@ X_DELAY: int = 10 # Windows Cursor WIN_DELAY = 1 - -# TODO: add coordinates X_CURSORS_CFG: Dict[str, Dict[str, int]] = { ########## # Static # ########## "all-scroll.png": {"xhot": 100, "yhot": 100}, - "bd_double_arrow.png": {"xhot": 100, "yhot": 100}, - "bottom_left_corner.png": {"xhot": 100, "yhot": 100}, - "bottom_right_corner.png": {"xhot": 100, "yhot": 100}, - "bottom_side.png": {"xhot": 100, "yhot": 100}, - "center_ptr.png": {"xhot": 100, "yhot": 100}, + "bd_double_arrow.png": {"xhot": 98, "yhot": 96}, + "bottom_left_corner.png": {"xhot": 56, "yhot": 143}, + "bottom_right_corner.png": {"xhot": 142, "yhot": 147}, + "bottom_side.png": {"xhot": 100, "yhot": 148}, + "center_ptr.png": {"xhot": 99, "yhot": 35}, "col-resize.png": {"xhot": 100, "yhot": 100}, - "context-menu.png": {"xhot": 100, "yhot": 100}, - "copy.png": {"xhot": 100, "yhot": 100}, + "color-picker.png": {"xhot": 42, "yhot": 157}, + "context-menu.png": {"xhot": 57, "yhot": 30}, + "copy.png": {"xhot": 57, "yhot": 30}, "cross.png": {"xhot": 100, "yhot": 100}, - "crossed_circle.png": {"xhot": 100, "yhot": 100}, + "crossed_circle.png": {"xhot": 57, "yhot": 30}, "dnd_no_drop.png": {"xhot": 100, "yhot": 100}, "dotbox.png": {"xhot": 100, "yhot": 100}, - "fd_double_arrow.png": {"xhot": 100, "yhot": 100}, - "hand1.png": {"xhot": 100, "yhot": 100}, - "hand2.png": {"xhot": 100, "yhot": 100}, - "left_ptr.png": {"xhot": 100, "yhot": 100}, - "left_side.png": {"xhot": 100, "yhot": 100}, - "link.png": {"xhot": 100, "yhot": 100}, - "move.png": {"xhot": 100, "yhot": 100}, - "pencil.png": {"xhot": 100, "yhot": 100}, + "fd_double_arrow.png": {"xhot": 98, "yhot": 96}, + "hand1.png": {"xhot": 107, "yhot": 35}, + "hand2.png": {"xhot": 90, "yhot": 35}, + "left_ptr.png": {"xhot": 57, "yhot": 30}, + "left_side.png": {"xhot": 52, "yhot": 100}, + "link.png": {"xhot": 57, "yhot": 30}, + "move.png": {"xhot": 101, "yhot": 51}, + "pencil.png": {"xhot": 38, "yhot": 156}, "pirate.png": {"xhot": 100, "yhot": 100}, "plus.png": {"xhot": 100, "yhot": 100}, - "question_arrow.png": {"xhot": 100, "yhot": 100}, - "right_ptr.png": {"xhot": 100, "yhot": 100}, + "question_arrow.png": {"xhot": 57, "yhot": 30}, + "right_ptr.png": {"xhot": 136, "yhot": 32}, + "right_side.png": {"xhot": 147, "yhot": 100}, "row-resize.png": {"xhot": 100, "yhot": 100}, - "right_side.png": {"xhot": 100, "yhot": 100}, - "sb_down_arrow.png": {"xhot": 100, "yhot": 100}, - "sb_h_double_arrow.png": {"xhot": 100, "yhot": 100}, - "sb_left_arrow.png": {"xhot": 100, "yhot": 100}, - "sb_right_arrow.png": {"xhot": 100, "yhot": 100}, - "sb_up_arrow.png": {"xhot": 100, "yhot": 100}, - "sb_v_double_arrow.png": {"xhot": 100, "yhot": 100}, - "top_left_corner.png": {"xhot": 100, "yhot": 100}, - "top_right_corner.png": {"xhot": 100, "yhot": 100}, - "top_side.png": {"xhot": 100, "yhot": 100}, + "sb_down_arrow.png": {"xhot": 100, "yhot": 160}, + "sb_h_double_arrow.png": {"xhot": 98, "yhot": 96}, + "sb_left_arrow.png": {"xhot": 38, "yhot": 100}, + "sb_right_arrow.png": {"xhot": 162, "yhot": 100}, + "sb_up_arrow.png": {"xhot": 100, "yhot": 38}, + "sb_v_double_arrow.png": {"xhot": 98, "yhot": 96}, + "top_left_corner.png": {"xhot": 57, "yhot": 55}, + "top_right_corner.png": {"xhot": 142, "yhot": 55}, + "top_side.png": {"xhot": 100, "yhot": 52}, "vertical-text.png": {"xhot": 100, "yhot": 100}, "wayland-cursor.png": {"xhot": 100, "yhot": 100}, "X_cursor.png": {"xhot": 100, "yhot": 100}, "xterm.png": {"xhot": 100, "yhot": 100}, - "zoom-in.png": {"xhot": 100, "yhot": 100}, - "zoom-out.png": {"xhot": 100, "yhot": 100}, + "zoom-in.png": {"xhot": 85, "yhot": 80}, + "zoom-out.png": {"xhot": 85, "yhot": 80}, ############ # Animated # ############ # NOTE: Animated cursors don't need an extension and frame numbers. - "left_ptr_watch": {"xhot": 100, "yhot": 100}, + "left_ptr_watch": {"xhot": 57, "yhot": 30}, "wait": {"xhot": 100, "yhot": 100}, } -# TODO setting windows cursors WIN_CURSORS_CFG: Dict[str, Dict[str, str]] = { ########## # Static # From cb955f4b4c8f8f9a1343d022813bace675ee5e44 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sun, 13 Jun 2021 10:26:42 +0530 Subject: [PATCH 24/24] =?UTF-8?q?=E2=9A=A1=20.github=20directory=20init?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/FUNDING.yml | 2 + .github/stale.yml | 17 +++++++ .github/workflows/build.yml | 89 +++++++++++++++++++++++++++++++++++++ 3 files changed, 108 insertions(+) create mode 100644 .github/FUNDING.yml create mode 100644 .github/stale.yml create mode 100644 .github/workflows/build.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..9e754bd --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,2 @@ +patreon: KaizKhatri +custom: https://www.paypal.me/kaizkhatri diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 0000000..dc90e5a --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,17 @@ +# Number of days of inactivity before an issue becomes stale +daysUntilStale: 60 +# Number of days of inactivity before a stale issue is closed +daysUntilClose: 7 +# Issues with these labels will never be considered stale +exemptLabels: + - pinned + - security +# Label to use when marking an issue as stale +staleLabel: wontfix +# Comment to post when marking an issue as stale. Set to `false` to disable +markComment: > + This issue has been automatically marked as stale because it has not had + recent activity. It will be closed if no further activity occurs. Thank you + for your contributions. +# Comment to post when closing a stale issue. Set to `false` to disable +closeComment: false diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..fcca304 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,89 @@ +name: build + +on: + push: + paths-ignore: + - "**.md" + - "**.bbcode" + - LICENSE + branches: [main, dev] + pull_request: + paths-ignore: + - "**.md" + - "**.bbcode" + - LICENSE + branches: [main] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Install build dependencies (apt) + run: sudo apt install -y libx11-dev libxcursor-dev libpng-dev + continue-on-error: false + - name: Get yarn cache directory path + id: yarn-cache-dir-path + run: echo "::set-output name=dir::$(yarn cache dir)" + - name: Caching yarn packages + uses: actions/cache@v2 + id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) + with: + path: ${{ steps.yarn-cache-dir-path.outputs.dir }} + key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} + restore-keys: | + ${{ runner.os }}-yarn- + - name: Set Up NodeJS 12.x + uses: actions/setup-node@v1 + with: + node-version: "12.x" + - name: Caching pip packages + uses: actions/cache@v2 + id: pip-cache # use this to check for `cache-hit` (`steps.pip-cache.outputs.cache-hit != 'true'`) + with: + path: ~/.cache/pip + key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }} + restore-keys: | + ${{ runner.os }}-pip- + - name: Set up Python 3.8 + uses: actions/setup-python@v2 + with: + python-version: "3.8" + - name: Generating `BreezeX` Cursor Theme + run: make + continue-on-error: false + + - name: Compressing UNIX theme + run: | + tar -cvzf BreezeX-Dark.tar.gz themes/BreezeX-Dark + tar -cvzf BreezeX-Light.tar.gz themes/BreezeX-Light + + - name: Uploading `bitmaps` artifact + uses: actions/upload-artifact@v2 + with: + name: bitmaps + path: bitmaps/* + + - name: Uploading `BreezeX-Dark` UNIX Theme artifact + uses: actions/upload-artifact@v2 + with: + name: BreezeX-Dark + path: BreezeX-Dark.tar.gz + + - name: Uploading `BreezeX-Light` UNIX Theme artifact + uses: actions/upload-artifact@v2 + with: + name: BreezeX-Light + path: BreezeX-Light.tar.gz + + - name: Uploading `BreezeX-Dark` Windows Theme artifact + uses: actions/upload-artifact@v2 + with: + name: BreezeX-Dark-Windows + path: themes/BreezeX-Dark-Windows/* + + - name: Uploading `BreezeX-Light` Windows Theme artifact + uses: actions/upload-artifact@v2 + with: + name: BreezeX-Light-Windows + path: themes/BreezeX-Light-Windows/*