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 @@