commit e8e07f47c335364cf1022a2ba31d2a257b7a5224 Author: Dmitry Porunov Date: Mon Jul 27 19:52:36 2020 +0300 Initial diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fee58a6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +Main/Black/x1/ +Main/Black/x1_25/ +Main/Black/x1_5/ +Main/BlackTiny/x1/ +Main/BlackTiny/x1_25/ +Main/BlackTiny/x1_5/ +Main/White/x1/ +Main/White/x1_25/ +Main/White/x1_5/ +Main/WhiteTiny/x1/ +Main/WhiteTiny/x1_25/ +Main/WhiteTiny/x1_5/ diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..99db9c9 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,79 @@ +stages: + - package + +package-aur: + image: archlinux/base + stage: package + dependencies: [] + only: + - /^v(\d+\.)*\d+$/ + before_script: [] + script: + - cd ./pkg/aur + + - _version=$(echo $CI_COMMIT_REF_NAME | cut -c 2-) + - echo "Pushing'v$_version'" + +<<<<<<< HEAD + - sourceURL=https://git.auteiy.me/dmitry/cursorsPosy/-/archive/v$_version/cursorsPosy-v$_version.tar.gz?path=themes + - 'echo "Source: $sourceURL"' + - echo "Checking sha256sum checksums" + - 'sourceSHA=$(curl -sSL "$sourceURL" | sha256sum | cut -d" " -f1)' +======= + # Determine remote URLs and SHA checksums + - echo "Determining SHA checksums for remote files..." + - URL_SOURCE=https://git.auteiy.me/dmitry/cursorsPosy/-/archive/v$VERSION/cursorsPosy-v$VERSION.tar.gz + - 'echo "Selected source URL: $URL_SOURCE"' + - echo "Determining sha256sum for remote source..." + - 'SHA_SOURCE=$(curl -sSL "$URL_SOURCE" | sha256sum | cut -d" " -f1)' + - 'echo "Got sha256sum: $SHA_SOURCE"' +>>>>>>> 1adbf2c... Fix source url + + # Update PKGBUILD version, source URL and sha256sum + - echo "Updating PKGBUILDS with release information..." +<<<<<<< HEAD + - sed "s/^pkgver=.*\$/pkgver=$_version/" -i posy-cursors/PKGBUILD + - sed "s/^source=(\"\(.*\)::.*\").*\$/source=(\"\1::$(echo $sourceURL | sed 's/\//\\\//g')\")/" -i posy-cursors/PKGBUILD + - sed "s/^sha256sums=.*\$/sha256sums=('$sourceSHA')/" -i posy-cursors/PKGBUILD +======= + - sed "s/^pkgver=.*\$/pkgver=$VERSION/" -i posy-cursors/PKGBUILD + - sed "s/^source=(\"\(.*\)::.*\").*\$/source=(\"\1::$(echo $URL_SOURCE | sed 's/\//\\\//g')\")/" -i posy-cursors/PKGBUILD + - sed "s/^sha256sums=.*\$/sha256sums=('$SHA_SOURCE')/" -i posy-cursors/PKGBUILD + + # Get SHA hash for local and remote file w/o version, update if it has changed + # - 'SHA_STRIP_LOCAL=$(cat ffsend-git/PKGBUILD | sed /^pkgver=.\*/d | sha256sum | cut -d" " -f1)' + # - 'SHA_STRIP_REMOTE=$(curl -sSL "https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=ffsend-git" | sed /^pkgver=.\*/d | sha256sum | cut -d" " -f1)' +>>>>>>> 1adbf2c... Fix source url + + - echo "Installing Arch" + - pacman -Syu --noconfirm sudo base-devel openssh git openssl + + # makepkg and .SRCINFO + - cd posy-cursors/ + - echo "makepkg" + - sudo -u nobody makepkg -c + - sudo -u nobody makepkg --printsrcinfo > .SRCINFO + - cd .. + + # Configure SSH + - mkdir -p /root/.ssh + - cp ./aur.pub /root/.ssh/id_rsa.pub + - echo "$sshAUR" | base64 -d > /root/.ssh/id_rsa + - echo "Host aur.archlinux.org" >> /root/.ssh/config + - echo " IdentityFile /root/.ssh/aur" >> /root/.ssh/config + - echo " User aur" >> /root/.ssh/config + - chmod 600 /root/.ssh/{id_rsa*,config} + - eval `ssh-agent -s` + - echo -en "${sshPASSPHRASE}" | ssh-add /root/.ssh/id_rsa + - ssh-keyscan -H aur.archlinux.org >> /root/.ssh/known_hosts + - git config --global user.name "Dmitry Porunov" + - git config --global user.email "dmitry@auteiy.me" + + # Clone, commit and push + - git clone ssh://aur@aur.archlinux.org/posy-cursors.git aur-posy-cursors + - cd aur-posy-cursors + - cp ../posy-cursors/{PKGBUILD,.SRCINFO} ./ + - git add PKGBUILD .SRCINFO + - git commit -m "Release v$_version" + - git push + - cd .. diff --git a/README.md b/README.md new file mode 100644 index 0000000..cc24ad6 --- /dev/null +++ b/README.md @@ -0,0 +1,65 @@ +## Preview + +![Preview](https://cloud.synh.me/s/y9CDmiCkPrk5NAT/preview) + + +### Original +http://www.michieldb.nl/other/cursors/ + +##### Build script from here +https://github.com/keeferrourke/capitaine-cursors + + +# Installation instructions +### Arch Linux +``` + git clone https://aur.archlinux.org/posy-cursors.git + cd posy-cursors + makepkg -si +``` +yay -S posy-cursors + +### Manual + +##### Build + +You'll need: + +`imagemagick` for converting images to different sizes + +`xcursorgen` for creating **Xcursor** files + + +Run `bash src/create.sh` + +`cd themes` + +Copy `posy-*` folders to `~/.icons` + +##### Download + +Download this [archive](https://git.auteiy.me/dmitry/cursorsPosy/-/archive/master/cursorsPosy-master.tar.gz?path=themes) + +Extract it + +`cd cursorsPosy-master-themes/themes` + +Copy `posy-*` folders to `~/.icons` + + + + + + +--- + +#### After installation you can preview some of the cursors in action here +https://codepen.io/chriscoyier/pen/uCwfB + +### Special Thanks + +##### To [Keefer Rourke](https://github.com/keeferrourke) for his [Capitaine Cursors](https://github.com/keeferrourke/capitaine-cursors) theme, from which I took scripts whole repository structure. + +##### To [Patrick Gordon](https://github.com/paddygord) for creating [ani2 ico converter](https://github.com/paddygord/cursor-converter/) from Windows's formats + +##### To FisHlaBsoMAN for creating [localemouse](https://bitbucket.org/group-of-coders/localemouse/src/master/) software that check current cursor in use. diff --git a/pkg/aur/aur.pub b/pkg/aur/aur.pub new file mode 100644 index 0000000..647b0fe --- /dev/null +++ b/pkg/aur/aur.pub @@ -0,0 +1 @@ +ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDHfiNi+rOCPKGLB6v9uuYR6GkN6Zd+CdaRbV82A26AUzs48ZG0xZGXHsoRuZY/yCUhcrS2u9xZ16fsAxnyf1QCF1hZVABUYtNhL1eEbSbLNiG9vIWJzbRjgegN/yyiG9ZVhFfNqXtPeapvuM3H44a2XeeFJcvTOfj/alkVjypi/DY/+XpC1IlX+CARC/e0zXHa3KZohn+CfBj8kWZWQEr7+EtKT59pslNxuJPcDUw7sKYLcBBz00BT0vv3lntyvZI1rRsD7AvItOwSZPp6or78Tgp8+O0HvFpjrlNipPEqDPpETIPcjTIVAlvlPFK1J0Rpzud38YdoWGfPiM77k7L7 timvisee@aur diff --git a/pkg/aur/posy-cursors/PKGBUILD b/pkg/aur/posy-cursors/PKGBUILD new file mode 100644 index 0000000..968ff26 --- /dev/null +++ b/pkg/aur/posy-cursors/PKGBUILD @@ -0,0 +1,21 @@ +# Maintainer: Auteiy + +pkgname=posy-cursors +pkgver=0.0.0 # automatically set in CI, see: /.gitlab-ci.yml +pkgrel=1 +pkgdesc="Port of Posy's improved cursors" +arch=(any) +url="https://git.auteiy.me/dmitry/cursorsPosy" +license=(unknown) +source=("$pkgname-$pkgver.tar.gz::$url/-/archive/v$pkgver/cursorsPosy-v$pkgver.tar.gz?path=themes") # automatically set in CI, see: /.gitlab-ci.yml + +sha256sums=('SKIP') # automatically set in CI, see: /.gitlab-ci.yml + +package() { + cd cursorsPosy-v$pkgver-themes/themes + install -Ddm755 "$pkgdir/usr/share/icons" + cp -dr --no-preserve=ownership posy-white/ "$pkgdir/usr/share/icons/posy-white" + cp -dr --no-preserve=ownership posy-black/ "$pkgdir/usr/share/icons/posy-black" + cp -dr --no-preserve=ownership posy-white-tiny/ "$pkgdir/usr/share/icons/posy-white-tiny" + cp -dr --no-preserve=ownership posy-black-tiny/ "$pkgdir/usr/share/icons/posy-black-tiny" +} diff --git a/src/Black/config/alias.cursor b/src/Black/config/alias.cursor new file mode 100644 index 0000000..8e4cfe2 --- /dev/null +++ b/src/Black/config/alias.cursor @@ -0,0 +1,4 @@ +24 4 4 x1/alias.png +30 5 5 x1_25/alias.png +36 6 6 x1_5/alias.png +48 8 8 x2/alias.png diff --git a/src/Black/config/all-scroll.cursor b/src/Black/config/all-scroll.cursor new file mode 100644 index 0000000..577d306 --- /dev/null +++ b/src/Black/config/all-scroll.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/all-scroll.png +30 20 20 x1_25/all-scroll.png +36 24 24 x1_5/all-scroll.png +48 32 32 x2/all-scroll.png diff --git a/src/Black/config/bottom_left_corner.cursor b/src/Black/config/bottom_left_corner.cursor new file mode 100644 index 0000000..fe61bc6 --- /dev/null +++ b/src/Black/config/bottom_left_corner.cursor @@ -0,0 +1,4 @@ +24 4 26 x1/bottom_left_corner.png +30 5 32 x1_25/bottom_left_corner.png +36 6 39 x1_5/bottom_left_corner.png +48 8 52 x2/bottom_left_corner.png diff --git a/src/Black/config/bottom_right_corner.cursor b/src/Black/config/bottom_right_corner.cursor new file mode 100644 index 0000000..6ba83ba --- /dev/null +++ b/src/Black/config/bottom_right_corner.cursor @@ -0,0 +1,4 @@ +24 26 26 x1/bottom_right_corner.png +30 32 32 x1_25/bottom_right_corner.png +36 39 39 x1_5/bottom_right_corner.png +48 52 52 x2/bottom_right_corner.png diff --git a/src/Black/config/bottom_side.cursor b/src/Black/config/bottom_side.cursor new file mode 100644 index 0000000..d663a4b --- /dev/null +++ b/src/Black/config/bottom_side.cursor @@ -0,0 +1,4 @@ +24 16 28 x1/bottom_side.png +30 20 35 x1_25/bottom_side.png +36 24 42 x1_5/bottom_side.png +48 32 56 x2/bottom_side.png diff --git a/src/Black/config/cell.cursor b/src/Black/config/cell.cursor new file mode 100644 index 0000000..e1615df --- /dev/null +++ b/src/Black/config/cell.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/cell.png +30 20 20 x1_25/cell.png +36 24 24 x1_5/cell.png +48 32 32 x2/cell.png diff --git a/src/Black/config/center_ptr.cursor b/src/Black/config/center_ptr.cursor new file mode 100644 index 0000000..20d66c1 --- /dev/null +++ b/src/Black/config/center_ptr.cursor @@ -0,0 +1,4 @@ +24 20 4 x1/center_ptr.png +30 25 5 x1_25/center_ptr.png +36 30 6 x1_5/center_ptr.png +48 40 8 x2/center_ptr.png diff --git a/src/Black/config/col-resize.cursor b/src/Black/config/col-resize.cursor new file mode 100644 index 0000000..d5ca15d --- /dev/null +++ b/src/Black/config/col-resize.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/col-resize.png +30 20 20 x1_25/col-resize.png +36 24 24 x1_5/col-resize.png +48 32 32 x2/col-resize.png diff --git a/src/Black/config/color-picker.cursor b/src/Black/config/color-picker.cursor new file mode 100644 index 0000000..42f82bc --- /dev/null +++ b/src/Black/config/color-picker.cursor @@ -0,0 +1,4 @@ +24 4 29 x1/color-picker.png +30 5 36 x1_25/color-picker.png +36 6 43 x1_5/color-picker.png +48 8 58 x2/color-picker.png diff --git a/src/Black/config/context-menu.cursor b/src/Black/config/context-menu.cursor new file mode 100644 index 0000000..bbb3a5e --- /dev/null +++ b/src/Black/config/context-menu.cursor @@ -0,0 +1,4 @@ +24 4 4 x1/context-menu.png +30 5 5 x1_25/context-menu.png +36 6 6 x1_5/context-menu.png +48 8 8 x2/context-menu.png diff --git a/src/Black/config/copy.cursor b/src/Black/config/copy.cursor new file mode 100644 index 0000000..a77129c --- /dev/null +++ b/src/Black/config/copy.cursor @@ -0,0 +1,4 @@ +24 4 4 x1/copy.png +30 5 5 x1_25/copy.png +36 6 6 x1_5/copy.png +48 8 8 x2/copy.png diff --git a/src/Black/config/crosshair.cursor b/src/Black/config/crosshair.cursor new file mode 100644 index 0000000..afe825e --- /dev/null +++ b/src/Black/config/crosshair.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/crosshair.png +30 20 20 x1_25/crosshair.png +36 24 24 x1_5/crosshair.png +48 32 32 x2/crosshair.png diff --git a/src/Black/config/default.cursor b/src/Black/config/default.cursor new file mode 100644 index 0000000..50f975d --- /dev/null +++ b/src/Black/config/default.cursor @@ -0,0 +1,4 @@ +24 4 4 x1/default.png +30 5 5 x1_25/default.png +36 6 6 x1_5/default.png +48 8 8 x2/default.png diff --git a/src/Black/config/dnd-move.cursor b/src/Black/config/dnd-move.cursor new file mode 100644 index 0000000..cac5c8d --- /dev/null +++ b/src/Black/config/dnd-move.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/dnd-move.png +30 20 20 x1_25/dnd-move.png +36 24 24 x1_5/dnd-move.png +48 32 32 x2/dnd-move.png diff --git a/src/Black/config/dnd-no-drop.cursor b/src/Black/config/dnd-no-drop.cursor new file mode 100644 index 0000000..98576a5 --- /dev/null +++ b/src/Black/config/dnd-no-drop.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/dnd-no-drop.png +30 20 20 x1_25/dnd-no-drop.png +36 24 24 x1_5/dnd-no-drop.png +48 32 32 x2/dnd-no-drop.png diff --git a/src/Black/config/down-arrow.cursor b/src/Black/config/down-arrow.cursor new file mode 100644 index 0000000..a07af31 --- /dev/null +++ b/src/Black/config/down-arrow.cursor @@ -0,0 +1,4 @@ +24 16 28 x1/down-arrow.png +30 20 35 x1_25/down-arrow.png +36 24 42 x1_5/down-arrow.png +48 32 56 x2/down-arrow.png diff --git a/src/Black/config/draft.cursor b/src/Black/config/draft.cursor new file mode 100644 index 0000000..f9068c4 --- /dev/null +++ b/src/Black/config/draft.cursor @@ -0,0 +1,4 @@ +24 4 29 x1/draft.png +30 5 36 x1_25/draft.png +36 6 43 x1_5/draft.png +48 8 58 x2/draft.png diff --git a/src/Black/config/fleur.cursor b/src/Black/config/fleur.cursor new file mode 100644 index 0000000..d6a66c5 --- /dev/null +++ b/src/Black/config/fleur.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/fleur.png +30 20 20 x1_25/fleur.png +36 24 24 x1_5/fleur.png +48 32 32 x2/fleur.png diff --git a/src/Black/config/help.cursor b/src/Black/config/help.cursor new file mode 100644 index 0000000..019679f --- /dev/null +++ b/src/Black/config/help.cursor @@ -0,0 +1,4 @@ +24 4 4 x1/help.png +30 5 5 x1_25/help.png +36 6 6 x1_5/help.png +48 8 8 x2/help.png diff --git a/src/Black/config/left-arrow.cursor b/src/Black/config/left-arrow.cursor new file mode 100644 index 0000000..22602af --- /dev/null +++ b/src/Black/config/left-arrow.cursor @@ -0,0 +1,4 @@ +24 4 16 x1/left-arrow.png +30 5 20 x1_25/left-arrow.png +36 6 24 x1_5/left-arrow.png +48 8 32 x2/left-arrow.png diff --git a/src/Black/config/left_side.cursor b/src/Black/config/left_side.cursor new file mode 100644 index 0000000..6d7df07 --- /dev/null +++ b/src/Black/config/left_side.cursor @@ -0,0 +1,4 @@ +24 4 16 x1/left_side.png +30 5 20 x1_25/left_side.png +36 6 24 x1_5/left_side.png +48 8 32 x2/left_side.png diff --git a/src/Black/config/no-drop.cursor b/src/Black/config/no-drop.cursor new file mode 100644 index 0000000..aec8c0a --- /dev/null +++ b/src/Black/config/no-drop.cursor @@ -0,0 +1,4 @@ +24 4 4 x1/no-drop.png +30 5 5 x1_25/no-drop.png +36 6 6 x1_5/no-drop.png +48 8 8 x2/no-drop.png diff --git a/src/Black/config/not-allowed.cursor b/src/Black/config/not-allowed.cursor new file mode 100644 index 0000000..7aab94b --- /dev/null +++ b/src/Black/config/not-allowed.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/not-allowed.png +30 20 20 x1_25/not-allowed.png +36 24 24 x1_5/not-allowed.png +48 32 32 x2/not-allowed.png diff --git a/src/Black/config/openhand.cursor b/src/Black/config/openhand.cursor new file mode 100644 index 0000000..824e36b --- /dev/null +++ b/src/Black/config/openhand.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/openhand.png +30 20 20 x1_25/openhand.png +36 24 24 x1_5/openhand.png +48 32 32 x2/openhand.png diff --git a/src/Black/config/pencil.cursor b/src/Black/config/pencil.cursor new file mode 100644 index 0000000..7be7218 --- /dev/null +++ b/src/Black/config/pencil.cursor @@ -0,0 +1,4 @@ +24 4 29 x1/pencil.png +30 5 36 x1_25/pencil.png +36 6 43 x1_5/pencil.png +48 8 58 x2/pencil.png diff --git a/src/Black/config/pirate.cursor b/src/Black/config/pirate.cursor new file mode 100644 index 0000000..8497525 --- /dev/null +++ b/src/Black/config/pirate.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/pirate.png +30 20 20 x1_25/pirate.png +36 24 24 x1_5/pirate.png +48 32 32 x2/pirate.png diff --git a/src/Black/config/pointer.cursor b/src/Black/config/pointer.cursor new file mode 100644 index 0000000..86140f9 --- /dev/null +++ b/src/Black/config/pointer.cursor @@ -0,0 +1,4 @@ +24 16 4 x1/pointer.png +30 20 5 x1_25/pointer.png +36 24 6 x1_5/pointer.png +48 32 8 x2/pointer.png diff --git a/src/Black/config/progress.cursor b/src/Black/config/progress.cursor new file mode 100644 index 0000000..720b9b2 --- /dev/null +++ b/src/Black/config/progress.cursor @@ -0,0 +1,304 @@ +24 16 16 x1/progress-1.png 30 +24 16 16 x1/progress-2.png 30 +24 16 16 x1/progress-3.png 30 +24 16 16 x1/progress-4.png 30 +24 16 16 x1/progress-5.png 30 +24 16 16 x1/progress-6.png 30 +24 16 16 x1/progress-7.png 30 +24 16 16 x1/progress-8.png 30 +24 16 16 x1/progress-9.png 30 +24 16 16 x1/progress-10.png 30 +24 16 16 x1/progress-11.png 30 +24 16 16 x1/progress-12.png 30 +24 16 16 x1/progress-13.png 30 +24 16 16 x1/progress-14.png 30 +24 16 16 x1/progress-15.png 30 +24 16 16 x1/progress-16.png 30 +24 16 16 x1/progress-17.png 30 +24 16 16 x1/progress-18.png 30 +24 16 16 x1/progress-19.png 30 +24 16 16 x1/progress-20.png 30 +24 16 16 x1/progress-21.png 30 +24 16 16 x1/progress-22.png 30 +24 16 16 x1/progress-23.png 30 +24 16 16 x1/progress-24.png 30 +24 16 16 x1/progress-25.png 30 +24 16 16 x1/progress-26.png 30 +24 16 16 x1/progress-27.png 30 +24 16 16 x1/progress-28.png 30 +24 16 16 x1/progress-29.png 30 +24 16 16 x1/progress-30.png 30 +24 16 16 x1/progress-31.png 30 +24 16 16 x1/progress-32.png 30 +24 16 16 x1/progress-33.png 30 +24 16 16 x1/progress-34.png 30 +24 16 16 x1/progress-35.png 30 +24 16 16 x1/progress-36.png 30 +24 16 16 x1/progress-37.png 30 +24 16 16 x1/progress-38.png 30 +24 16 16 x1/progress-39.png 30 +24 16 16 x1/progress-40.png 30 +24 16 16 x1/progress-41.png 30 +24 16 16 x1/progress-42.png 30 +24 16 16 x1/progress-43.png 30 +24 16 16 x1/progress-44.png 30 +24 16 16 x1/progress-45.png 30 +24 16 16 x1/progress-46.png 30 +24 16 16 x1/progress-47.png 30 +24 16 16 x1/progress-48.png 30 +24 16 16 x1/progress-49.png 30 +24 16 16 x1/progress-50.png 30 +24 16 16 x1/progress-51.png 30 +24 16 16 x1/progress-52.png 30 +24 16 16 x1/progress-53.png 30 +24 16 16 x1/progress-54.png 30 +24 16 16 x1/progress-55.png 30 +24 16 16 x1/progress-56.png 30 +24 16 16 x1/progress-57.png 30 +24 16 16 x1/progress-58.png 30 +24 16 16 x1/progress-59.png 30 +24 16 16 x1/progress-60.png 30 +24 16 16 x1/progress-61.png 30 +24 16 16 x1/progress-62.png 30 +24 16 16 x1/progress-63.png 30 +24 16 16 x1/progress-64.png 30 +24 16 16 x1/progress-65.png 30 +24 16 16 x1/progress-66.png 30 +24 16 16 x1/progress-67.png 30 +24 16 16 x1/progress-68.png 30 +24 16 16 x1/progress-69.png 30 +24 16 16 x1/progress-70.png 30 +24 16 16 x1/progress-71.png 30 +24 16 16 x1/progress-72.png 30 +24 16 16 x1/progress-73.png 30 +24 16 16 x1/progress-74.png 30 +24 16 16 x1/progress-75.png 30 +24 16 16 x1/progress-76.png 30 +30 20 20 x1_25/progress-1.png 30 +30 20 20 x1_25/progress-2.png 30 +30 20 20 x1_25/progress-3.png 30 +30 20 20 x1_25/progress-4.png 30 +30 20 20 x1_25/progress-5.png 30 +30 20 20 x1_25/progress-6.png 30 +30 20 20 x1_25/progress-7.png 30 +30 20 20 x1_25/progress-8.png 30 +30 20 20 x1_25/progress-9.png 30 +30 20 20 x1_25/progress-10.png 30 +30 20 20 x1_25/progress-11.png 30 +30 20 20 x1_25/progress-12.png 30 +30 20 20 x1_25/progress-13.png 30 +30 20 20 x1_25/progress-14.png 30 +30 20 20 x1_25/progress-15.png 30 +30 20 20 x1_25/progress-16.png 30 +30 20 20 x1_25/progress-17.png 30 +30 20 20 x1_25/progress-18.png 30 +30 20 20 x1_25/progress-19.png 30 +30 20 20 x1_25/progress-20.png 30 +30 20 20 x1_25/progress-21.png 30 +30 20 20 x1_25/progress-22.png 30 +30 20 20 x1_25/progress-23.png 30 +30 20 20 x1_25/progress-24.png 30 +30 20 20 x1_25/progress-25.png 30 +30 20 20 x1_25/progress-26.png 30 +30 20 20 x1_25/progress-27.png 30 +30 20 20 x1_25/progress-28.png 30 +30 20 20 x1_25/progress-29.png 30 +30 20 20 x1_25/progress-30.png 30 +30 20 20 x1_25/progress-31.png 30 +30 20 20 x1_25/progress-32.png 30 +30 20 20 x1_25/progress-33.png 30 +30 20 20 x1_25/progress-34.png 30 +30 20 20 x1_25/progress-35.png 30 +30 20 20 x1_25/progress-36.png 30 +30 20 20 x1_25/progress-37.png 30 +30 20 20 x1_25/progress-38.png 30 +30 20 20 x1_25/progress-39.png 30 +30 20 20 x1_25/progress-40.png 30 +30 20 20 x1_25/progress-41.png 30 +30 20 20 x1_25/progress-42.png 30 +30 20 20 x1_25/progress-43.png 30 +30 20 20 x1_25/progress-44.png 30 +30 20 20 x1_25/progress-45.png 30 +30 20 20 x1_25/progress-46.png 30 +30 20 20 x1_25/progress-47.png 30 +30 20 20 x1_25/progress-48.png 30 +30 20 20 x1_25/progress-49.png 30 +30 20 20 x1_25/progress-50.png 30 +30 20 20 x1_25/progress-51.png 30 +30 20 20 x1_25/progress-52.png 30 +30 20 20 x1_25/progress-53.png 30 +30 20 20 x1_25/progress-54.png 30 +30 20 20 x1_25/progress-55.png 30 +30 20 20 x1_25/progress-56.png 30 +30 20 20 x1_25/progress-57.png 30 +30 20 20 x1_25/progress-58.png 30 +30 20 20 x1_25/progress-59.png 30 +30 20 20 x1_25/progress-60.png 30 +30 20 20 x1_25/progress-61.png 30 +30 20 20 x1_25/progress-62.png 30 +30 20 20 x1_25/progress-63.png 30 +30 20 20 x1_25/progress-64.png 30 +30 20 20 x1_25/progress-65.png 30 +30 20 20 x1_25/progress-66.png 30 +30 20 20 x1_25/progress-67.png 30 +30 20 20 x1_25/progress-68.png 30 +30 20 20 x1_25/progress-69.png 30 +30 20 20 x1_25/progress-70.png 30 +30 20 20 x1_25/progress-71.png 30 +30 20 20 x1_25/progress-72.png 30 +30 20 20 x1_25/progress-73.png 30 +30 20 20 x1_25/progress-74.png 30 +30 20 20 x1_25/progress-75.png 30 +30 20 20 x1_25/progress-76.png 30 +36 24 24 x1_5/progress-1.png 30 +36 24 24 x1_5/progress-2.png 30 +36 24 24 x1_5/progress-3.png 30 +36 24 24 x1_5/progress-4.png 30 +36 24 24 x1_5/progress-5.png 30 +36 24 24 x1_5/progress-6.png 30 +36 24 24 x1_5/progress-7.png 30 +36 24 24 x1_5/progress-8.png 30 +36 24 24 x1_5/progress-9.png 30 +36 24 24 x1_5/progress-10.png 30 +36 24 24 x1_5/progress-11.png 30 +36 24 24 x1_5/progress-12.png 30 +36 24 24 x1_5/progress-13.png 30 +36 24 24 x1_5/progress-14.png 30 +36 24 24 x1_5/progress-15.png 30 +36 24 24 x1_5/progress-16.png 30 +36 24 24 x1_5/progress-17.png 30 +36 24 24 x1_5/progress-18.png 30 +36 24 24 x1_5/progress-19.png 30 +36 24 24 x1_5/progress-20.png 30 +36 24 24 x1_5/progress-21.png 30 +36 24 24 x1_5/progress-22.png 30 +36 24 24 x1_5/progress-23.png 30 +36 24 24 x1_5/progress-24.png 30 +36 24 24 x1_5/progress-25.png 30 +36 24 24 x1_5/progress-26.png 30 +36 24 24 x1_5/progress-27.png 30 +36 24 24 x1_5/progress-28.png 30 +36 24 24 x1_5/progress-29.png 30 +36 24 24 x1_5/progress-30.png 30 +36 24 24 x1_5/progress-31.png 30 +36 24 24 x1_5/progress-32.png 30 +36 24 24 x1_5/progress-33.png 30 +36 24 24 x1_5/progress-34.png 30 +36 24 24 x1_5/progress-35.png 30 +36 24 24 x1_5/progress-36.png 30 +36 24 24 x1_5/progress-37.png 30 +36 24 24 x1_5/progress-38.png 30 +36 24 24 x1_5/progress-39.png 30 +36 24 24 x1_5/progress-40.png 30 +36 24 24 x1_5/progress-41.png 30 +36 24 24 x1_5/progress-42.png 30 +36 24 24 x1_5/progress-43.png 30 +36 24 24 x1_5/progress-44.png 30 +36 24 24 x1_5/progress-45.png 30 +36 24 24 x1_5/progress-46.png 30 +36 24 24 x1_5/progress-47.png 30 +36 24 24 x1_5/progress-48.png 30 +36 24 24 x1_5/progress-49.png 30 +36 24 24 x1_5/progress-50.png 30 +36 24 24 x1_5/progress-51.png 30 +36 24 24 x1_5/progress-52.png 30 +36 24 24 x1_5/progress-53.png 30 +36 24 24 x1_5/progress-54.png 30 +36 24 24 x1_5/progress-55.png 30 +36 24 24 x1_5/progress-56.png 30 +36 24 24 x1_5/progress-57.png 30 +36 24 24 x1_5/progress-58.png 30 +36 24 24 x1_5/progress-59.png 30 +36 24 24 x1_5/progress-60.png 30 +36 24 24 x1_5/progress-61.png 30 +36 24 24 x1_5/progress-62.png 30 +36 24 24 x1_5/progress-63.png 30 +36 24 24 x1_5/progress-64.png 30 +36 24 24 x1_5/progress-65.png 30 +36 24 24 x1_5/progress-66.png 30 +36 24 24 x1_5/progress-67.png 30 +36 24 24 x1_5/progress-68.png 30 +36 24 24 x1_5/progress-69.png 30 +36 24 24 x1_5/progress-70.png 30 +36 24 24 x1_5/progress-71.png 30 +36 24 24 x1_5/progress-72.png 30 +36 24 24 x1_5/progress-73.png 30 +36 24 24 x1_5/progress-74.png 30 +36 24 24 x1_5/progress-75.png 30 +36 24 24 x1_5/progress-76.png 30 +48 32 32 x2/progress-1.png 30 +48 32 32 x2/progress-2.png 30 +48 32 32 x2/progress-3.png 30 +48 32 32 x2/progress-4.png 30 +48 32 32 x2/progress-5.png 30 +48 32 32 x2/progress-6.png 30 +48 32 32 x2/progress-7.png 30 +48 32 32 x2/progress-8.png 30 +48 32 32 x2/progress-9.png 30 +48 32 32 x2/progress-10.png 30 +48 32 32 x2/progress-11.png 30 +48 32 32 x2/progress-12.png 30 +48 32 32 x2/progress-13.png 30 +48 32 32 x2/progress-14.png 30 +48 32 32 x2/progress-15.png 30 +48 32 32 x2/progress-16.png 30 +48 32 32 x2/progress-17.png 30 +48 32 32 x2/progress-18.png 30 +48 32 32 x2/progress-19.png 30 +48 32 32 x2/progress-20.png 30 +48 32 32 x2/progress-21.png 30 +48 32 32 x2/progress-22.png 30 +48 32 32 x2/progress-23.png 30 +48 32 32 x2/progress-24.png 30 +48 32 32 x2/progress-25.png 30 +48 32 32 x2/progress-26.png 30 +48 32 32 x2/progress-27.png 30 +48 32 32 x2/progress-28.png 30 +48 32 32 x2/progress-29.png 30 +48 32 32 x2/progress-30.png 30 +48 32 32 x2/progress-31.png 30 +48 32 32 x2/progress-32.png 30 +48 32 32 x2/progress-33.png 30 +48 32 32 x2/progress-34.png 30 +48 32 32 x2/progress-35.png 30 +48 32 32 x2/progress-36.png 30 +48 32 32 x2/progress-37.png 30 +48 32 32 x2/progress-38.png 30 +48 32 32 x2/progress-39.png 30 +48 32 32 x2/progress-40.png 30 +48 32 32 x2/progress-41.png 30 +48 32 32 x2/progress-42.png 30 +48 32 32 x2/progress-43.png 30 +48 32 32 x2/progress-44.png 30 +48 32 32 x2/progress-45.png 30 +48 32 32 x2/progress-46.png 30 +48 32 32 x2/progress-47.png 30 +48 32 32 x2/progress-48.png 30 +48 32 32 x2/progress-49.png 30 +48 32 32 x2/progress-50.png 30 +48 32 32 x2/progress-51.png 30 +48 32 32 x2/progress-52.png 30 +48 32 32 x2/progress-53.png 30 +48 32 32 x2/progress-54.png 30 +48 32 32 x2/progress-55.png 30 +48 32 32 x2/progress-56.png 30 +48 32 32 x2/progress-57.png 30 +48 32 32 x2/progress-58.png 30 +48 32 32 x2/progress-59.png 30 +48 32 32 x2/progress-60.png 30 +48 32 32 x2/progress-61.png 30 +48 32 32 x2/progress-62.png 30 +48 32 32 x2/progress-63.png 30 +48 32 32 x2/progress-64.png 30 +48 32 32 x2/progress-65.png 30 +48 32 32 x2/progress-66.png 30 +48 32 32 x2/progress-67.png 30 +48 32 32 x2/progress-68.png 30 +48 32 32 x2/progress-69.png 30 +48 32 32 x2/progress-70.png 30 +48 32 32 x2/progress-71.png 30 +48 32 32 x2/progress-72.png 30 +48 32 32 x2/progress-73.png 30 +48 32 32 x2/progress-74.png 30 +48 32 32 x2/progress-75.png 30 +48 32 32 x2/progress-76.png 30 diff --git a/src/Black/config/right-arrow.cursor b/src/Black/config/right-arrow.cursor new file mode 100644 index 0000000..70a1ec6 --- /dev/null +++ b/src/Black/config/right-arrow.cursor @@ -0,0 +1,4 @@ +24 28 16 x1/right-arrow.png +30 35 20 x1_25/right-arrow.png +36 42 24 x1_5/right-arrow.png +48 56 32 x2/right-arrow.png diff --git a/src/Black/config/right_ptr.cursor b/src/Black/config/right_ptr.cursor new file mode 100644 index 0000000..12885e7 --- /dev/null +++ b/src/Black/config/right_ptr.cursor @@ -0,0 +1,4 @@ +24 28 4 x1/right_ptr.png +30 35 5 x1_25/right_ptr.png +36 42 6 x1_5/right_ptr.png +48 56 8 x2/right_ptr.png diff --git a/src/Black/config/right_side.cursor b/src/Black/config/right_side.cursor new file mode 100644 index 0000000..4d181e1 --- /dev/null +++ b/src/Black/config/right_side.cursor @@ -0,0 +1,4 @@ +24 28 16 x1/right_side.png +30 35 20 x1_25/right_side.png +36 42 24 x1_5/right_side.png +48 56 32 x2/right_side.png diff --git a/src/Black/config/row-resize.cursor b/src/Black/config/row-resize.cursor new file mode 100644 index 0000000..fa56d2c --- /dev/null +++ b/src/Black/config/row-resize.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/row-resize.png +30 20 20 x1_25/row-resize.png +36 24 24 x1_5/row-resize.png +48 32 32 x2/row-resize.png diff --git a/src/Black/config/size_bdiag.cursor b/src/Black/config/size_bdiag.cursor new file mode 100644 index 0000000..b4b540e --- /dev/null +++ b/src/Black/config/size_bdiag.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/size_bdiag.png +30 20 20 x1_25/size_bdiag.png +36 24 24 x1_5/size_bdiag.png +48 32 32 x2/size_bdiag.png diff --git a/src/Black/config/size_fdiag.cursor b/src/Black/config/size_fdiag.cursor new file mode 100644 index 0000000..a83f7e0 --- /dev/null +++ b/src/Black/config/size_fdiag.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/size_fdiag.png +30 20 20 x1_25/size_fdiag.png +36 24 24 x1_5/size_fdiag.png +48 32 32 x2/size_fdiag.png diff --git a/src/Black/config/size_hor.cursor b/src/Black/config/size_hor.cursor new file mode 100644 index 0000000..1b1975c --- /dev/null +++ b/src/Black/config/size_hor.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/size_hor.png +30 20 20 x1_25/size_hor.png +36 24 24 x1_5/size_hor.png +48 32 32 x2/size_hor.png diff --git a/src/Black/config/size_ver.cursor b/src/Black/config/size_ver.cursor new file mode 100644 index 0000000..d3245bb --- /dev/null +++ b/src/Black/config/size_ver.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/size_ver.png +30 20 20 x1_25/size_ver.png +36 24 24 x1_5/size_ver.png +48 32 32 x2/size_ver.png diff --git a/src/Black/config/text.cursor b/src/Black/config/text.cursor new file mode 100644 index 0000000..283201c --- /dev/null +++ b/src/Black/config/text.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/text.png +30 20 20 x1_25/text.png +36 24 24 x1_5/text.png +48 32 32 x2/text.png diff --git a/src/Black/config/top_left_corner.cursor b/src/Black/config/top_left_corner.cursor new file mode 100644 index 0000000..a702cbe --- /dev/null +++ b/src/Black/config/top_left_corner.cursor @@ -0,0 +1,4 @@ +24 5 4 x1/top_left_corner.png +30 6 5 x1_25/top_left_corner.png +36 7 6 x1_5/top_left_corner.png +48 10 8 x2/top_left_corner.png diff --git a/src/Black/config/top_right_corner.cursor b/src/Black/config/top_right_corner.cursor new file mode 100644 index 0000000..5fa70a1 --- /dev/null +++ b/src/Black/config/top_right_corner.cursor @@ -0,0 +1,4 @@ +24 26 4 x1/top_right_corner.png +30 32 5 x1_25/top_right_corner.png +36 39 6 x1_5/top_right_corner.png +48 52 8 x2/top_right_corner.png diff --git a/src/Black/config/top_side.cursor b/src/Black/config/top_side.cursor new file mode 100644 index 0000000..83be0ac --- /dev/null +++ b/src/Black/config/top_side.cursor @@ -0,0 +1,4 @@ +24 16 4 x1/top_side.png +30 20 5 x1_25/top_side.png +36 24 6 x1_5/top_side.png +48 32 8 x2/top_side.png diff --git a/src/Black/config/up-arrow.cursor b/src/Black/config/up-arrow.cursor new file mode 100644 index 0000000..50ba1b2 --- /dev/null +++ b/src/Black/config/up-arrow.cursor @@ -0,0 +1,4 @@ +24 16 4 x1/up-arrow.png +30 20 5 x1_25/up-arrow.png +36 24 6 x1_5/up-arrow.png +48 32 8 x2/up-arrow.png diff --git a/src/Black/config/vertical-text.cursor b/src/Black/config/vertical-text.cursor new file mode 100644 index 0000000..80184e6 --- /dev/null +++ b/src/Black/config/vertical-text.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/vertical-text.png +30 20 20 x1_25/vertical-text.png +36 24 24 x1_5/vertical-text.png +48 32 32 x2/vertical-text.png diff --git a/src/Black/config/wait.cursor b/src/Black/config/wait.cursor new file mode 100644 index 0000000..1a59b38 --- /dev/null +++ b/src/Black/config/wait.cursor @@ -0,0 +1,304 @@ +24 16 16 x1/wait-1.png 30 +24 16 16 x1/wait-2.png 30 +24 16 16 x1/wait-3.png 30 +24 16 16 x1/wait-4.png 30 +24 16 16 x1/wait-5.png 30 +24 16 16 x1/wait-6.png 30 +24 16 16 x1/wait-7.png 30 +24 16 16 x1/wait-8.png 30 +24 16 16 x1/wait-9.png 30 +24 16 16 x1/wait-10.png 30 +24 16 16 x1/wait-11.png 30 +24 16 16 x1/wait-12.png 30 +24 16 16 x1/wait-13.png 30 +24 16 16 x1/wait-14.png 30 +24 16 16 x1/wait-15.png 30 +24 16 16 x1/wait-16.png 30 +24 16 16 x1/wait-17.png 30 +24 16 16 x1/wait-18.png 30 +24 16 16 x1/wait-19.png 30 +24 16 16 x1/wait-20.png 30 +24 16 16 x1/wait-21.png 30 +24 16 16 x1/wait-22.png 30 +24 16 16 x1/wait-23.png 30 +24 16 16 x1/wait-24.png 30 +24 16 16 x1/wait-25.png 30 +24 16 16 x1/wait-26.png 30 +24 16 16 x1/wait-27.png 30 +24 16 16 x1/wait-28.png 30 +24 16 16 x1/wait-29.png 30 +24 16 16 x1/wait-30.png 30 +24 16 16 x1/wait-31.png 30 +24 16 16 x1/wait-32.png 30 +24 16 16 x1/wait-33.png 30 +24 16 16 x1/wait-34.png 30 +24 16 16 x1/wait-35.png 30 +24 16 16 x1/wait-36.png 30 +24 16 16 x1/wait-37.png 30 +24 16 16 x1/wait-38.png 30 +24 16 16 x1/wait-39.png 30 +24 16 16 x1/wait-40.png 30 +24 16 16 x1/wait-41.png 30 +24 16 16 x1/wait-42.png 30 +24 16 16 x1/wait-43.png 30 +24 16 16 x1/wait-44.png 30 +24 16 16 x1/wait-45.png 30 +24 16 16 x1/wait-46.png 30 +24 16 16 x1/wait-47.png 30 +24 16 16 x1/wait-48.png 30 +24 16 16 x1/wait-49.png 30 +24 16 16 x1/wait-50.png 30 +24 16 16 x1/wait-51.png 30 +24 16 16 x1/wait-52.png 30 +24 16 16 x1/wait-53.png 30 +24 16 16 x1/wait-54.png 30 +24 16 16 x1/wait-55.png 30 +24 16 16 x1/wait-56.png 30 +24 16 16 x1/wait-57.png 30 +24 16 16 x1/wait-58.png 30 +24 16 16 x1/wait-59.png 30 +24 16 16 x1/wait-60.png 30 +24 16 16 x1/wait-61.png 30 +24 16 16 x1/wait-62.png 30 +24 16 16 x1/wait-63.png 30 +24 16 16 x1/wait-64.png 30 +24 16 16 x1/wait-65.png 30 +24 16 16 x1/wait-66.png 30 +24 16 16 x1/wait-67.png 30 +24 16 16 x1/wait-68.png 30 +24 16 16 x1/wait-69.png 30 +24 16 16 x1/wait-70.png 30 +24 16 16 x1/wait-71.png 30 +24 16 16 x1/wait-72.png 30 +24 16 16 x1/wait-73.png 30 +24 16 16 x1/wait-74.png 30 +24 16 16 x1/wait-75.png 30 +24 16 16 x1/wait-76.png 30 +30 20 20 x1_25/wait-1.png 30 +30 20 20 x1_25/wait-2.png 30 +30 20 20 x1_25/wait-3.png 30 +30 20 20 x1_25/wait-4.png 30 +30 20 20 x1_25/wait-5.png 30 +30 20 20 x1_25/wait-6.png 30 +30 20 20 x1_25/wait-7.png 30 +30 20 20 x1_25/wait-8.png 30 +30 20 20 x1_25/wait-9.png 30 +30 20 20 x1_25/wait-10.png 30 +30 20 20 x1_25/wait-11.png 30 +30 20 20 x1_25/wait-12.png 30 +30 20 20 x1_25/wait-13.png 30 +30 20 20 x1_25/wait-14.png 30 +30 20 20 x1_25/wait-15.png 30 +30 20 20 x1_25/wait-16.png 30 +30 20 20 x1_25/wait-17.png 30 +30 20 20 x1_25/wait-18.png 30 +30 20 20 x1_25/wait-19.png 30 +30 20 20 x1_25/wait-20.png 30 +30 20 20 x1_25/wait-21.png 30 +30 20 20 x1_25/wait-22.png 30 +30 20 20 x1_25/wait-23.png 30 +30 20 20 x1_25/wait-24.png 30 +30 20 20 x1_25/wait-25.png 30 +30 20 20 x1_25/wait-26.png 30 +30 20 20 x1_25/wait-27.png 30 +30 20 20 x1_25/wait-28.png 30 +30 20 20 x1_25/wait-29.png 30 +30 20 20 x1_25/wait-30.png 30 +30 20 20 x1_25/wait-31.png 30 +30 20 20 x1_25/wait-32.png 30 +30 20 20 x1_25/wait-33.png 30 +30 20 20 x1_25/wait-34.png 30 +30 20 20 x1_25/wait-35.png 30 +30 20 20 x1_25/wait-36.png 30 +30 20 20 x1_25/wait-37.png 30 +30 20 20 x1_25/wait-38.png 30 +30 20 20 x1_25/wait-39.png 30 +30 20 20 x1_25/wait-40.png 30 +30 20 20 x1_25/wait-41.png 30 +30 20 20 x1_25/wait-42.png 30 +30 20 20 x1_25/wait-43.png 30 +30 20 20 x1_25/wait-44.png 30 +30 20 20 x1_25/wait-45.png 30 +30 20 20 x1_25/wait-46.png 30 +30 20 20 x1_25/wait-47.png 30 +30 20 20 x1_25/wait-48.png 30 +30 20 20 x1_25/wait-49.png 30 +30 20 20 x1_25/wait-50.png 30 +30 20 20 x1_25/wait-51.png 30 +30 20 20 x1_25/wait-52.png 30 +30 20 20 x1_25/wait-53.png 30 +30 20 20 x1_25/wait-54.png 30 +30 20 20 x1_25/wait-55.png 30 +30 20 20 x1_25/wait-56.png 30 +30 20 20 x1_25/wait-57.png 30 +30 20 20 x1_25/wait-58.png 30 +30 20 20 x1_25/wait-59.png 30 +30 20 20 x1_25/wait-60.png 30 +30 20 20 x1_25/wait-61.png 30 +30 20 20 x1_25/wait-62.png 30 +30 20 20 x1_25/wait-63.png 30 +30 20 20 x1_25/wait-64.png 30 +30 20 20 x1_25/wait-65.png 30 +30 20 20 x1_25/wait-66.png 30 +30 20 20 x1_25/wait-67.png 30 +30 20 20 x1_25/wait-68.png 30 +30 20 20 x1_25/wait-69.png 30 +30 20 20 x1_25/wait-70.png 30 +30 20 20 x1_25/wait-71.png 30 +30 20 20 x1_25/wait-72.png 30 +30 20 20 x1_25/wait-73.png 30 +30 20 20 x1_25/wait-74.png 30 +30 20 20 x1_25/wait-75.png 30 +30 20 20 x1_25/wait-76.png 30 +36 24 24 x1_5/wait-1.png 30 +36 24 24 x1_5/wait-2.png 30 +36 24 24 x1_5/wait-3.png 30 +36 24 24 x1_5/wait-4.png 30 +36 24 24 x1_5/wait-5.png 30 +36 24 24 x1_5/wait-6.png 30 +36 24 24 x1_5/wait-7.png 30 +36 24 24 x1_5/wait-8.png 30 +36 24 24 x1_5/wait-9.png 30 +36 24 24 x1_5/wait-10.png 30 +36 24 24 x1_5/wait-11.png 30 +36 24 24 x1_5/wait-12.png 30 +36 24 24 x1_5/wait-13.png 30 +36 24 24 x1_5/wait-14.png 30 +36 24 24 x1_5/wait-15.png 30 +36 24 24 x1_5/wait-16.png 30 +36 24 24 x1_5/wait-17.png 30 +36 24 24 x1_5/wait-18.png 30 +36 24 24 x1_5/wait-19.png 30 +36 24 24 x1_5/wait-20.png 30 +36 24 24 x1_5/wait-21.png 30 +36 24 24 x1_5/wait-22.png 30 +36 24 24 x1_5/wait-23.png 30 +36 24 24 x1_5/wait-24.png 30 +36 24 24 x1_5/wait-25.png 30 +36 24 24 x1_5/wait-26.png 30 +36 24 24 x1_5/wait-27.png 30 +36 24 24 x1_5/wait-28.png 30 +36 24 24 x1_5/wait-29.png 30 +36 24 24 x1_5/wait-30.png 30 +36 24 24 x1_5/wait-31.png 30 +36 24 24 x1_5/wait-32.png 30 +36 24 24 x1_5/wait-33.png 30 +36 24 24 x1_5/wait-34.png 30 +36 24 24 x1_5/wait-35.png 30 +36 24 24 x1_5/wait-36.png 30 +36 24 24 x1_5/wait-37.png 30 +36 24 24 x1_5/wait-38.png 30 +36 24 24 x1_5/wait-39.png 30 +36 24 24 x1_5/wait-40.png 30 +36 24 24 x1_5/wait-41.png 30 +36 24 24 x1_5/wait-42.png 30 +36 24 24 x1_5/wait-43.png 30 +36 24 24 x1_5/wait-44.png 30 +36 24 24 x1_5/wait-45.png 30 +36 24 24 x1_5/wait-46.png 30 +36 24 24 x1_5/wait-47.png 30 +36 24 24 x1_5/wait-48.png 30 +36 24 24 x1_5/wait-49.png 30 +36 24 24 x1_5/wait-50.png 30 +36 24 24 x1_5/wait-51.png 30 +36 24 24 x1_5/wait-52.png 30 +36 24 24 x1_5/wait-53.png 30 +36 24 24 x1_5/wait-54.png 30 +36 24 24 x1_5/wait-55.png 30 +36 24 24 x1_5/wait-56.png 30 +36 24 24 x1_5/wait-57.png 30 +36 24 24 x1_5/wait-58.png 30 +36 24 24 x1_5/wait-59.png 30 +36 24 24 x1_5/wait-60.png 30 +36 24 24 x1_5/wait-61.png 30 +36 24 24 x1_5/wait-62.png 30 +36 24 24 x1_5/wait-63.png 30 +36 24 24 x1_5/wait-64.png 30 +36 24 24 x1_5/wait-65.png 30 +36 24 24 x1_5/wait-66.png 30 +36 24 24 x1_5/wait-67.png 30 +36 24 24 x1_5/wait-68.png 30 +36 24 24 x1_5/wait-69.png 30 +36 24 24 x1_5/wait-70.png 30 +36 24 24 x1_5/wait-71.png 30 +36 24 24 x1_5/wait-72.png 30 +36 24 24 x1_5/wait-73.png 30 +36 24 24 x1_5/wait-74.png 30 +36 24 24 x1_5/wait-75.png 30 +36 24 24 x1_5/wait-76.png 30 +48 32 32 x2/wait-1.png 30 +48 32 32 x2/wait-2.png 30 +48 32 32 x2/wait-3.png 30 +48 32 32 x2/wait-4.png 30 +48 32 32 x2/wait-5.png 30 +48 32 32 x2/wait-6.png 30 +48 32 32 x2/wait-7.png 30 +48 32 32 x2/wait-8.png 30 +48 32 32 x2/wait-9.png 30 +48 32 32 x2/wait-10.png 30 +48 32 32 x2/wait-11.png 30 +48 32 32 x2/wait-12.png 30 +48 32 32 x2/wait-13.png 30 +48 32 32 x2/wait-14.png 30 +48 32 32 x2/wait-15.png 30 +48 32 32 x2/wait-16.png 30 +48 32 32 x2/wait-17.png 30 +48 32 32 x2/wait-18.png 30 +48 32 32 x2/wait-19.png 30 +48 32 32 x2/wait-20.png 30 +48 32 32 x2/wait-21.png 30 +48 32 32 x2/wait-22.png 30 +48 32 32 x2/wait-23.png 30 +48 32 32 x2/wait-24.png 30 +48 32 32 x2/wait-25.png 30 +48 32 32 x2/wait-26.png 30 +48 32 32 x2/wait-27.png 30 +48 32 32 x2/wait-28.png 30 +48 32 32 x2/wait-29.png 30 +48 32 32 x2/wait-30.png 30 +48 32 32 x2/wait-31.png 30 +48 32 32 x2/wait-32.png 30 +48 32 32 x2/wait-33.png 30 +48 32 32 x2/wait-34.png 30 +48 32 32 x2/wait-35.png 30 +48 32 32 x2/wait-36.png 30 +48 32 32 x2/wait-37.png 30 +48 32 32 x2/wait-38.png 30 +48 32 32 x2/wait-39.png 30 +48 32 32 x2/wait-40.png 30 +48 32 32 x2/wait-41.png 30 +48 32 32 x2/wait-42.png 30 +48 32 32 x2/wait-43.png 30 +48 32 32 x2/wait-44.png 30 +48 32 32 x2/wait-45.png 30 +48 32 32 x2/wait-46.png 30 +48 32 32 x2/wait-47.png 30 +48 32 32 x2/wait-48.png 30 +48 32 32 x2/wait-49.png 30 +48 32 32 x2/wait-50.png 30 +48 32 32 x2/wait-51.png 30 +48 32 32 x2/wait-52.png 30 +48 32 32 x2/wait-53.png 30 +48 32 32 x2/wait-54.png 30 +48 32 32 x2/wait-55.png 30 +48 32 32 x2/wait-56.png 30 +48 32 32 x2/wait-57.png 30 +48 32 32 x2/wait-58.png 30 +48 32 32 x2/wait-59.png 30 +48 32 32 x2/wait-60.png 30 +48 32 32 x2/wait-61.png 30 +48 32 32 x2/wait-62.png 30 +48 32 32 x2/wait-63.png 30 +48 32 32 x2/wait-64.png 30 +48 32 32 x2/wait-65.png 30 +48 32 32 x2/wait-66.png 30 +48 32 32 x2/wait-67.png 30 +48 32 32 x2/wait-68.png 30 +48 32 32 x2/wait-69.png 30 +48 32 32 x2/wait-70.png 30 +48 32 32 x2/wait-71.png 30 +48 32 32 x2/wait-72.png 30 +48 32 32 x2/wait-73.png 30 +48 32 32 x2/wait-74.png 30 +48 32 32 x2/wait-75.png 30 +48 32 32 x2/wait-76.png 30 diff --git a/src/Black/config/wayland-cursor.cursor b/src/Black/config/wayland-cursor.cursor new file mode 100644 index 0000000..29e793e --- /dev/null +++ b/src/Black/config/wayland-cursor.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/wayland-cursor.png +30 20 20 x1_25/wayland-cursor.png +36 24 24 x1_5/wayland-cursor.png +48 32 32 x2/wayland-cursor.png diff --git a/src/Black/config/x-cursor.cursor b/src/Black/config/x-cursor.cursor new file mode 100644 index 0000000..7d89fe1 --- /dev/null +++ b/src/Black/config/x-cursor.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/x-cursor.png +30 20 20 x1_25/x-cursor.png +36 24 24 x1_5/x-cursor.png +48 32 32 x2/x-cursor.png diff --git a/src/Black/config/zoom-in.cursor b/src/Black/config/zoom-in.cursor new file mode 100644 index 0000000..4f7cd39 --- /dev/null +++ b/src/Black/config/zoom-in.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/zoom-in.png +30 20 20 x1_25/zoom-in.png +36 24 24 x1_5/zoom-in.png +48 32 32 x2/zoom-in.png diff --git a/src/Black/config/zoom-out.cursor b/src/Black/config/zoom-out.cursor new file mode 100644 index 0000000..607b677 --- /dev/null +++ b/src/Black/config/zoom-out.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/zoom-out.png +30 20 20 x1_25/zoom-out.png +36 24 24 x1_5/zoom-out.png +48 32 32 x2/zoom-out.png diff --git a/src/Black/cursorList b/src/Black/cursorList new file mode 100644 index 0000000..5dbb2e7 --- /dev/null +++ b/src/Black/cursorList @@ -0,0 +1,66 @@ +00000000000000020006000e7e9ffc3f progress +00008160000006810000408080010102 size_ver +03b6e0fcb3499374a867c041f52298f0 circle +08e8e1c95fe2fc01f976f1e063a24ccd progress +1081e37283d90000800003c07f3ef6bf copy +3085a0e285430894940527032f8b26df alias +3ecb610c1bf2410f44200f48c40d3599 progress +4498f0e0c1937ffe01fd06f973665830 dnd-move +5c6cd98b3f3ebcb1f9c7f1c204630408 help +6407b0e94181790501fd1e167b474872 copy +640fb0e74195791501fd1ed57b41487f alias +9081237383d90e509aa00f00170e968f dnd-move +9d800788f1b08800ae810202380a0822 pointer +a2a266d0498c3104214a47bd64ab0fc8 alias +arrow default +b66166c04f8c3109214a4fbd64a50fc8 copy +circle not-allowed +closedhand dnd-move +col-resize size_hor +color-picker crosshair +copy dnd-move +cross crosshair +crossed_circle not-allowed +d9ce0ab605698f320427677b458ad60b help +dnd-copy copy +dnd-none dnd-move +e-resize size_hor +e29285e634086352946a0e7090d73106 pointer +fcf21c00b30f7e3f83fe0dfd12e71cff dnd-move +forbidden no-drop +grab openhand +grabbing dnd-move +h_double_arrow size_hor +half-busy progress +hand1 pointer +hand2 pointer +ibeam text +left_ptr default +left_ptr_help help +left_ptr_watch progress +left_side left-arrow +link alias +ll_angle bottom_left_corner +lr_angle bottom_right_corner +move dnd-move +n-resize size_ver +nesw-resize size_bdiag +nwse-resize size_fdiag +plus cell +pointing_hand pointer +question_arrow help +right_side right-arrow +s-resize size_ver +sb_h_double_arrow size_hor +sb_v_double_arrow size_ver +size_all fleur +split_h col-resize +split_v row-resize +tcross crosshair +ul_angle top_left_corner +ur_angle top_right_corner +v_double_arrow size_ver +w-resize size_hor +watch wait +whats_this help +xterm text diff --git a/src/Black/index.theme b/src/Black/index.theme new file mode 100644 index 0000000..8cd98a7 --- /dev/null +++ b/src/Black/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name=Posy Black + diff --git a/src/Black/x2/alias.png b/src/Black/x2/alias.png new file mode 100644 index 0000000..b55e690 Binary files /dev/null and b/src/Black/x2/alias.png differ diff --git a/src/Black/x2/all-scroll.png b/src/Black/x2/all-scroll.png new file mode 100644 index 0000000..c30f50b Binary files /dev/null and b/src/Black/x2/all-scroll.png differ diff --git a/src/Black/x2/bottom_left_corner.png b/src/Black/x2/bottom_left_corner.png new file mode 100644 index 0000000..c805aa6 Binary files /dev/null and b/src/Black/x2/bottom_left_corner.png differ diff --git a/src/Black/x2/bottom_right_corner.png b/src/Black/x2/bottom_right_corner.png new file mode 100644 index 0000000..07673a9 Binary files /dev/null and b/src/Black/x2/bottom_right_corner.png differ diff --git a/src/Black/x2/bottom_side.png b/src/Black/x2/bottom_side.png new file mode 100644 index 0000000..f37c10b Binary files /dev/null and b/src/Black/x2/bottom_side.png differ diff --git a/src/Black/x2/cell.png b/src/Black/x2/cell.png new file mode 100644 index 0000000..88fe995 Binary files /dev/null and b/src/Black/x2/cell.png differ diff --git a/src/Black/x2/center_ptr.png b/src/Black/x2/center_ptr.png new file mode 100644 index 0000000..b81fd3b Binary files /dev/null and b/src/Black/x2/center_ptr.png differ diff --git a/src/Black/x2/col-resize.png b/src/Black/x2/col-resize.png new file mode 100644 index 0000000..8fbec5e Binary files /dev/null and b/src/Black/x2/col-resize.png differ diff --git a/src/Black/x2/color-picker.png b/src/Black/x2/color-picker.png new file mode 100644 index 0000000..40f144d Binary files /dev/null and b/src/Black/x2/color-picker.png differ diff --git a/src/Black/x2/context-menu.png b/src/Black/x2/context-menu.png new file mode 100644 index 0000000..615012e Binary files /dev/null and b/src/Black/x2/context-menu.png differ diff --git a/src/Black/x2/copy.png b/src/Black/x2/copy.png new file mode 100644 index 0000000..f4a35cd Binary files /dev/null and b/src/Black/x2/copy.png differ diff --git a/src/Black/x2/crosshair.png b/src/Black/x2/crosshair.png new file mode 100644 index 0000000..583a317 Binary files /dev/null and b/src/Black/x2/crosshair.png differ diff --git a/src/Black/x2/default.png b/src/Black/x2/default.png new file mode 100644 index 0000000..291cf68 Binary files /dev/null and b/src/Black/x2/default.png differ diff --git a/src/Black/x2/dnd-move.png b/src/Black/x2/dnd-move.png new file mode 100644 index 0000000..65dcdb3 Binary files /dev/null and b/src/Black/x2/dnd-move.png differ diff --git a/src/Black/x2/dnd-no-drop.png b/src/Black/x2/dnd-no-drop.png new file mode 100644 index 0000000..9b7d7f8 Binary files /dev/null and b/src/Black/x2/dnd-no-drop.png differ diff --git a/src/Black/x2/down-arrow.png b/src/Black/x2/down-arrow.png new file mode 100644 index 0000000..0c1a17f Binary files /dev/null and b/src/Black/x2/down-arrow.png differ diff --git a/src/Black/x2/draft.png b/src/Black/x2/draft.png new file mode 100644 index 0000000..0bd7e26 Binary files /dev/null and b/src/Black/x2/draft.png differ diff --git a/src/Black/x2/fleur.png b/src/Black/x2/fleur.png new file mode 100644 index 0000000..13e728d Binary files /dev/null and b/src/Black/x2/fleur.png differ diff --git a/src/Black/x2/help.png b/src/Black/x2/help.png new file mode 100644 index 0000000..875724c Binary files /dev/null and b/src/Black/x2/help.png differ diff --git a/src/Black/x2/left-arrow.png b/src/Black/x2/left-arrow.png new file mode 100644 index 0000000..89170d9 Binary files /dev/null and b/src/Black/x2/left-arrow.png differ diff --git a/src/Black/x2/left_side.png b/src/Black/x2/left_side.png new file mode 100644 index 0000000..d248ad4 Binary files /dev/null and b/src/Black/x2/left_side.png differ diff --git a/src/Black/x2/no-drop.png b/src/Black/x2/no-drop.png new file mode 100644 index 0000000..12d1c48 Binary files /dev/null and b/src/Black/x2/no-drop.png differ diff --git a/src/Black/x2/not-allowed.png b/src/Black/x2/not-allowed.png new file mode 100644 index 0000000..bc741b4 Binary files /dev/null and b/src/Black/x2/not-allowed.png differ diff --git a/src/Black/x2/openhand.png b/src/Black/x2/openhand.png new file mode 100644 index 0000000..8da4b95 Binary files /dev/null and b/src/Black/x2/openhand.png differ diff --git a/src/Black/x2/pencil.png b/src/Black/x2/pencil.png new file mode 100644 index 0000000..0bd7e26 Binary files /dev/null and b/src/Black/x2/pencil.png differ diff --git a/src/Black/x2/pirate.png b/src/Black/x2/pirate.png new file mode 100644 index 0000000..334e590 Binary files /dev/null and b/src/Black/x2/pirate.png differ diff --git a/src/Black/x2/pointer.png b/src/Black/x2/pointer.png new file mode 100644 index 0000000..80504c7 Binary files /dev/null and b/src/Black/x2/pointer.png differ diff --git a/src/Black/x2/progress-1.png b/src/Black/x2/progress-1.png new file mode 100644 index 0000000..31b2516 Binary files /dev/null and b/src/Black/x2/progress-1.png differ diff --git a/src/Black/x2/progress-10.png b/src/Black/x2/progress-10.png new file mode 100644 index 0000000..411aa7d Binary files /dev/null and b/src/Black/x2/progress-10.png differ diff --git a/src/Black/x2/progress-11.png b/src/Black/x2/progress-11.png new file mode 100644 index 0000000..3e0aa2b Binary files /dev/null and b/src/Black/x2/progress-11.png differ diff --git a/src/Black/x2/progress-12.png b/src/Black/x2/progress-12.png new file mode 100644 index 0000000..5639ce4 Binary files /dev/null and b/src/Black/x2/progress-12.png differ diff --git a/src/Black/x2/progress-13.png b/src/Black/x2/progress-13.png new file mode 100644 index 0000000..8bb736e Binary files /dev/null and b/src/Black/x2/progress-13.png differ diff --git a/src/Black/x2/progress-14.png b/src/Black/x2/progress-14.png new file mode 100644 index 0000000..28f4b6a Binary files /dev/null and b/src/Black/x2/progress-14.png differ diff --git a/src/Black/x2/progress-15.png b/src/Black/x2/progress-15.png new file mode 100644 index 0000000..707db45 Binary files /dev/null and b/src/Black/x2/progress-15.png differ diff --git a/src/Black/x2/progress-16.png b/src/Black/x2/progress-16.png new file mode 100644 index 0000000..1067de8 Binary files /dev/null and b/src/Black/x2/progress-16.png differ diff --git a/src/Black/x2/progress-17.png b/src/Black/x2/progress-17.png new file mode 100644 index 0000000..b7e5e9b Binary files /dev/null and b/src/Black/x2/progress-17.png differ diff --git a/src/Black/x2/progress-18.png b/src/Black/x2/progress-18.png new file mode 100644 index 0000000..b07a290 Binary files /dev/null and b/src/Black/x2/progress-18.png differ diff --git a/src/Black/x2/progress-19.png b/src/Black/x2/progress-19.png new file mode 100644 index 0000000..3f5758d Binary files /dev/null and b/src/Black/x2/progress-19.png differ diff --git a/src/Black/x2/progress-2.png b/src/Black/x2/progress-2.png new file mode 100644 index 0000000..03b5925 Binary files /dev/null and b/src/Black/x2/progress-2.png differ diff --git a/src/Black/x2/progress-20.png b/src/Black/x2/progress-20.png new file mode 100644 index 0000000..28a95bd Binary files /dev/null and b/src/Black/x2/progress-20.png differ diff --git a/src/Black/x2/progress-21.png b/src/Black/x2/progress-21.png new file mode 100644 index 0000000..fce09b1 Binary files /dev/null and b/src/Black/x2/progress-21.png differ diff --git a/src/Black/x2/progress-22.png b/src/Black/x2/progress-22.png new file mode 100644 index 0000000..5153e58 Binary files /dev/null and b/src/Black/x2/progress-22.png differ diff --git a/src/Black/x2/progress-23.png b/src/Black/x2/progress-23.png new file mode 100644 index 0000000..ba9e5c1 Binary files /dev/null and b/src/Black/x2/progress-23.png differ diff --git a/src/Black/x2/progress-24.png b/src/Black/x2/progress-24.png new file mode 100644 index 0000000..4fcc7d6 Binary files /dev/null and b/src/Black/x2/progress-24.png differ diff --git a/src/Black/x2/progress-25.png b/src/Black/x2/progress-25.png new file mode 100644 index 0000000..0b3dcb5 Binary files /dev/null and b/src/Black/x2/progress-25.png differ diff --git a/src/Black/x2/progress-26.png b/src/Black/x2/progress-26.png new file mode 100644 index 0000000..c52aebe Binary files /dev/null and b/src/Black/x2/progress-26.png differ diff --git a/src/Black/x2/progress-27.png b/src/Black/x2/progress-27.png new file mode 100644 index 0000000..da2a008 Binary files /dev/null and b/src/Black/x2/progress-27.png differ diff --git a/src/Black/x2/progress-28.png b/src/Black/x2/progress-28.png new file mode 100644 index 0000000..0a75c0c Binary files /dev/null and b/src/Black/x2/progress-28.png differ diff --git a/src/Black/x2/progress-29.png b/src/Black/x2/progress-29.png new file mode 100644 index 0000000..e7390ec Binary files /dev/null and b/src/Black/x2/progress-29.png differ diff --git a/src/Black/x2/progress-3.png b/src/Black/x2/progress-3.png new file mode 100644 index 0000000..4c737e9 Binary files /dev/null and b/src/Black/x2/progress-3.png differ diff --git a/src/Black/x2/progress-30.png b/src/Black/x2/progress-30.png new file mode 100644 index 0000000..562031b Binary files /dev/null and b/src/Black/x2/progress-30.png differ diff --git a/src/Black/x2/progress-31.png b/src/Black/x2/progress-31.png new file mode 100644 index 0000000..f2abe4f Binary files /dev/null and b/src/Black/x2/progress-31.png differ diff --git a/src/Black/x2/progress-32.png b/src/Black/x2/progress-32.png new file mode 100644 index 0000000..d694b60 Binary files /dev/null and b/src/Black/x2/progress-32.png differ diff --git a/src/Black/x2/progress-33.png b/src/Black/x2/progress-33.png new file mode 100644 index 0000000..ac41b9d Binary files /dev/null and b/src/Black/x2/progress-33.png differ diff --git a/src/Black/x2/progress-34.png b/src/Black/x2/progress-34.png new file mode 100644 index 0000000..e390491 Binary files /dev/null and b/src/Black/x2/progress-34.png differ diff --git a/src/Black/x2/progress-35.png b/src/Black/x2/progress-35.png new file mode 100644 index 0000000..8097d0a Binary files /dev/null and b/src/Black/x2/progress-35.png differ diff --git a/src/Black/x2/progress-36.png b/src/Black/x2/progress-36.png new file mode 100644 index 0000000..7f4b8be Binary files /dev/null and b/src/Black/x2/progress-36.png differ diff --git a/src/Black/x2/progress-37.png b/src/Black/x2/progress-37.png new file mode 100644 index 0000000..ad11e6b Binary files /dev/null and b/src/Black/x2/progress-37.png differ diff --git a/src/Black/x2/progress-38.png b/src/Black/x2/progress-38.png new file mode 100644 index 0000000..e86e695 Binary files /dev/null and b/src/Black/x2/progress-38.png differ diff --git a/src/Black/x2/progress-39.png b/src/Black/x2/progress-39.png new file mode 100644 index 0000000..d89b406 Binary files /dev/null and b/src/Black/x2/progress-39.png differ diff --git a/src/Black/x2/progress-4.png b/src/Black/x2/progress-4.png new file mode 100644 index 0000000..1b9e9a5 Binary files /dev/null and b/src/Black/x2/progress-4.png differ diff --git a/src/Black/x2/progress-40.png b/src/Black/x2/progress-40.png new file mode 100644 index 0000000..d97add1 Binary files /dev/null and b/src/Black/x2/progress-40.png differ diff --git a/src/Black/x2/progress-41.png b/src/Black/x2/progress-41.png new file mode 100644 index 0000000..77913c5 Binary files /dev/null and b/src/Black/x2/progress-41.png differ diff --git a/src/Black/x2/progress-42.png b/src/Black/x2/progress-42.png new file mode 100644 index 0000000..4df94e9 Binary files /dev/null and b/src/Black/x2/progress-42.png differ diff --git a/src/Black/x2/progress-43.png b/src/Black/x2/progress-43.png new file mode 100644 index 0000000..543cabe Binary files /dev/null and b/src/Black/x2/progress-43.png differ diff --git a/src/Black/x2/progress-44.png b/src/Black/x2/progress-44.png new file mode 100644 index 0000000..36719cb Binary files /dev/null and b/src/Black/x2/progress-44.png differ diff --git a/src/Black/x2/progress-45.png b/src/Black/x2/progress-45.png new file mode 100644 index 0000000..edf5cdd Binary files /dev/null and b/src/Black/x2/progress-45.png differ diff --git a/src/Black/x2/progress-46.png b/src/Black/x2/progress-46.png new file mode 100644 index 0000000..e9faa04 Binary files /dev/null and b/src/Black/x2/progress-46.png differ diff --git a/src/Black/x2/progress-47.png b/src/Black/x2/progress-47.png new file mode 100644 index 0000000..2149c9e Binary files /dev/null and b/src/Black/x2/progress-47.png differ diff --git a/src/Black/x2/progress-48.png b/src/Black/x2/progress-48.png new file mode 100644 index 0000000..028859d Binary files /dev/null and b/src/Black/x2/progress-48.png differ diff --git a/src/Black/x2/progress-49.png b/src/Black/x2/progress-49.png new file mode 100644 index 0000000..668b796 Binary files /dev/null and b/src/Black/x2/progress-49.png differ diff --git a/src/Black/x2/progress-5.png b/src/Black/x2/progress-5.png new file mode 100644 index 0000000..022d77e Binary files /dev/null and b/src/Black/x2/progress-5.png differ diff --git a/src/Black/x2/progress-50.png b/src/Black/x2/progress-50.png new file mode 100644 index 0000000..3142608 Binary files /dev/null and b/src/Black/x2/progress-50.png differ diff --git a/src/Black/x2/progress-51.png b/src/Black/x2/progress-51.png new file mode 100644 index 0000000..f9d96df Binary files /dev/null and b/src/Black/x2/progress-51.png differ diff --git a/src/Black/x2/progress-52.png b/src/Black/x2/progress-52.png new file mode 100644 index 0000000..5ce4de1 Binary files /dev/null and b/src/Black/x2/progress-52.png differ diff --git a/src/Black/x2/progress-53.png b/src/Black/x2/progress-53.png new file mode 100644 index 0000000..c25c726 Binary files /dev/null and b/src/Black/x2/progress-53.png differ diff --git a/src/Black/x2/progress-54.png b/src/Black/x2/progress-54.png new file mode 100644 index 0000000..bc5a8b6 Binary files /dev/null and b/src/Black/x2/progress-54.png differ diff --git a/src/Black/x2/progress-55.png b/src/Black/x2/progress-55.png new file mode 100644 index 0000000..b06d0fb Binary files /dev/null and b/src/Black/x2/progress-55.png differ diff --git a/src/Black/x2/progress-56.png b/src/Black/x2/progress-56.png new file mode 100644 index 0000000..2007be2 Binary files /dev/null and b/src/Black/x2/progress-56.png differ diff --git a/src/Black/x2/progress-57.png b/src/Black/x2/progress-57.png new file mode 100644 index 0000000..5c1ea70 Binary files /dev/null and b/src/Black/x2/progress-57.png differ diff --git a/src/Black/x2/progress-58.png b/src/Black/x2/progress-58.png new file mode 100644 index 0000000..7a48012 Binary files /dev/null and b/src/Black/x2/progress-58.png differ diff --git a/src/Black/x2/progress-59.png b/src/Black/x2/progress-59.png new file mode 100644 index 0000000..9110198 Binary files /dev/null and b/src/Black/x2/progress-59.png differ diff --git a/src/Black/x2/progress-6.png b/src/Black/x2/progress-6.png new file mode 100644 index 0000000..bb74da9 Binary files /dev/null and b/src/Black/x2/progress-6.png differ diff --git a/src/Black/x2/progress-60.png b/src/Black/x2/progress-60.png new file mode 100644 index 0000000..2e28691 Binary files /dev/null and b/src/Black/x2/progress-60.png differ diff --git a/src/Black/x2/progress-61.png b/src/Black/x2/progress-61.png new file mode 100644 index 0000000..25cf9dc Binary files /dev/null and b/src/Black/x2/progress-61.png differ diff --git a/src/Black/x2/progress-62.png b/src/Black/x2/progress-62.png new file mode 100644 index 0000000..77e438c Binary files /dev/null and b/src/Black/x2/progress-62.png differ diff --git a/src/Black/x2/progress-63.png b/src/Black/x2/progress-63.png new file mode 100644 index 0000000..11d457a Binary files /dev/null and b/src/Black/x2/progress-63.png differ diff --git a/src/Black/x2/progress-64.png b/src/Black/x2/progress-64.png new file mode 100644 index 0000000..3ff5cdf Binary files /dev/null and b/src/Black/x2/progress-64.png differ diff --git a/src/Black/x2/progress-65.png b/src/Black/x2/progress-65.png new file mode 100644 index 0000000..290fcc9 Binary files /dev/null and b/src/Black/x2/progress-65.png differ diff --git a/src/Black/x2/progress-66.png b/src/Black/x2/progress-66.png new file mode 100644 index 0000000..ea7e6d7 Binary files /dev/null and b/src/Black/x2/progress-66.png differ diff --git a/src/Black/x2/progress-67.png b/src/Black/x2/progress-67.png new file mode 100644 index 0000000..89c8182 Binary files /dev/null and b/src/Black/x2/progress-67.png differ diff --git a/src/Black/x2/progress-68.png b/src/Black/x2/progress-68.png new file mode 100644 index 0000000..bb2c012 Binary files /dev/null and b/src/Black/x2/progress-68.png differ diff --git a/src/Black/x2/progress-69.png b/src/Black/x2/progress-69.png new file mode 100644 index 0000000..6f29089 Binary files /dev/null and b/src/Black/x2/progress-69.png differ diff --git a/src/Black/x2/progress-7.png b/src/Black/x2/progress-7.png new file mode 100644 index 0000000..e485bf6 Binary files /dev/null and b/src/Black/x2/progress-7.png differ diff --git a/src/Black/x2/progress-70.png b/src/Black/x2/progress-70.png new file mode 100644 index 0000000..9180f0a Binary files /dev/null and b/src/Black/x2/progress-70.png differ diff --git a/src/Black/x2/progress-71.png b/src/Black/x2/progress-71.png new file mode 100644 index 0000000..fbb9100 Binary files /dev/null and b/src/Black/x2/progress-71.png differ diff --git a/src/Black/x2/progress-72.png b/src/Black/x2/progress-72.png new file mode 100644 index 0000000..454ff0c Binary files /dev/null and b/src/Black/x2/progress-72.png differ diff --git a/src/Black/x2/progress-73.png b/src/Black/x2/progress-73.png new file mode 100644 index 0000000..7107676 Binary files /dev/null and b/src/Black/x2/progress-73.png differ diff --git a/src/Black/x2/progress-74.png b/src/Black/x2/progress-74.png new file mode 100644 index 0000000..ffe6166 Binary files /dev/null and b/src/Black/x2/progress-74.png differ diff --git a/src/Black/x2/progress-75.png b/src/Black/x2/progress-75.png new file mode 100644 index 0000000..023a365 Binary files /dev/null and b/src/Black/x2/progress-75.png differ diff --git a/src/Black/x2/progress-76.png b/src/Black/x2/progress-76.png new file mode 100644 index 0000000..ac83194 Binary files /dev/null and b/src/Black/x2/progress-76.png differ diff --git a/src/Black/x2/progress-8.png b/src/Black/x2/progress-8.png new file mode 100644 index 0000000..dcc65db Binary files /dev/null and b/src/Black/x2/progress-8.png differ diff --git a/src/Black/x2/progress-9.png b/src/Black/x2/progress-9.png new file mode 100644 index 0000000..fefc787 Binary files /dev/null and b/src/Black/x2/progress-9.png differ diff --git a/src/Black/x2/right-arrow.png b/src/Black/x2/right-arrow.png new file mode 100644 index 0000000..9c72206 Binary files /dev/null and b/src/Black/x2/right-arrow.png differ diff --git a/src/Black/x2/right_ptr.png b/src/Black/x2/right_ptr.png new file mode 100644 index 0000000..2716a4e Binary files /dev/null and b/src/Black/x2/right_ptr.png differ diff --git a/src/Black/x2/right_side.png b/src/Black/x2/right_side.png new file mode 100644 index 0000000..a216afc Binary files /dev/null and b/src/Black/x2/right_side.png differ diff --git a/src/Black/x2/row-resize.png b/src/Black/x2/row-resize.png new file mode 100644 index 0000000..77ee21b Binary files /dev/null and b/src/Black/x2/row-resize.png differ diff --git a/src/Black/x2/size_bdiag.png b/src/Black/x2/size_bdiag.png new file mode 100644 index 0000000..7454371 Binary files /dev/null and b/src/Black/x2/size_bdiag.png differ diff --git a/src/Black/x2/size_fdiag.png b/src/Black/x2/size_fdiag.png new file mode 100644 index 0000000..5ddabae Binary files /dev/null and b/src/Black/x2/size_fdiag.png differ diff --git a/src/Black/x2/size_hor.png b/src/Black/x2/size_hor.png new file mode 100644 index 0000000..43334c7 Binary files /dev/null and b/src/Black/x2/size_hor.png differ diff --git a/src/Black/x2/size_ver.png b/src/Black/x2/size_ver.png new file mode 100644 index 0000000..61b6b54 Binary files /dev/null and b/src/Black/x2/size_ver.png differ diff --git a/src/Black/x2/text.png b/src/Black/x2/text.png new file mode 100644 index 0000000..ba85416 Binary files /dev/null and b/src/Black/x2/text.png differ diff --git a/src/Black/x2/top_left_corner.png b/src/Black/x2/top_left_corner.png new file mode 100644 index 0000000..834a2bf Binary files /dev/null and b/src/Black/x2/top_left_corner.png differ diff --git a/src/Black/x2/top_right_corner.png b/src/Black/x2/top_right_corner.png new file mode 100644 index 0000000..6f2c441 Binary files /dev/null and b/src/Black/x2/top_right_corner.png differ diff --git a/src/Black/x2/top_side.png b/src/Black/x2/top_side.png new file mode 100644 index 0000000..b591f33 Binary files /dev/null and b/src/Black/x2/top_side.png differ diff --git a/src/Black/x2/up-arrow.png b/src/Black/x2/up-arrow.png new file mode 100644 index 0000000..937186f Binary files /dev/null and b/src/Black/x2/up-arrow.png differ diff --git a/src/Black/x2/vertical-text.png b/src/Black/x2/vertical-text.png new file mode 100644 index 0000000..a1af437 Binary files /dev/null and b/src/Black/x2/vertical-text.png differ diff --git a/src/Black/x2/wait-1.png b/src/Black/x2/wait-1.png new file mode 100644 index 0000000..b1558a5 Binary files /dev/null and b/src/Black/x2/wait-1.png differ diff --git a/src/Black/x2/wait-10.png b/src/Black/x2/wait-10.png new file mode 100644 index 0000000..56ad90b Binary files /dev/null and b/src/Black/x2/wait-10.png differ diff --git a/src/Black/x2/wait-11.png b/src/Black/x2/wait-11.png new file mode 100644 index 0000000..034b936 Binary files /dev/null and b/src/Black/x2/wait-11.png differ diff --git a/src/Black/x2/wait-12.png b/src/Black/x2/wait-12.png new file mode 100644 index 0000000..1bb8162 Binary files /dev/null and b/src/Black/x2/wait-12.png differ diff --git a/src/Black/x2/wait-13.png b/src/Black/x2/wait-13.png new file mode 100644 index 0000000..93b233f Binary files /dev/null and b/src/Black/x2/wait-13.png differ diff --git a/src/Black/x2/wait-14.png b/src/Black/x2/wait-14.png new file mode 100644 index 0000000..1804434 Binary files /dev/null and b/src/Black/x2/wait-14.png differ diff --git a/src/Black/x2/wait-15.png b/src/Black/x2/wait-15.png new file mode 100644 index 0000000..4917fc5 Binary files /dev/null and b/src/Black/x2/wait-15.png differ diff --git a/src/Black/x2/wait-16.png b/src/Black/x2/wait-16.png new file mode 100644 index 0000000..8ec14e3 Binary files /dev/null and b/src/Black/x2/wait-16.png differ diff --git a/src/Black/x2/wait-17.png b/src/Black/x2/wait-17.png new file mode 100644 index 0000000..6fd15b8 Binary files /dev/null and b/src/Black/x2/wait-17.png differ diff --git a/src/Black/x2/wait-18.png b/src/Black/x2/wait-18.png new file mode 100644 index 0000000..4a4b152 Binary files /dev/null and b/src/Black/x2/wait-18.png differ diff --git a/src/Black/x2/wait-19.png b/src/Black/x2/wait-19.png new file mode 100644 index 0000000..55adb6c Binary files /dev/null and b/src/Black/x2/wait-19.png differ diff --git a/src/Black/x2/wait-2.png b/src/Black/x2/wait-2.png new file mode 100644 index 0000000..5c544fe Binary files /dev/null and b/src/Black/x2/wait-2.png differ diff --git a/src/Black/x2/wait-20.png b/src/Black/x2/wait-20.png new file mode 100644 index 0000000..c4fa3d4 Binary files /dev/null and b/src/Black/x2/wait-20.png differ diff --git a/src/Black/x2/wait-21.png b/src/Black/x2/wait-21.png new file mode 100644 index 0000000..805136e Binary files /dev/null and b/src/Black/x2/wait-21.png differ diff --git a/src/Black/x2/wait-22.png b/src/Black/x2/wait-22.png new file mode 100644 index 0000000..29e7dc2 Binary files /dev/null and b/src/Black/x2/wait-22.png differ diff --git a/src/Black/x2/wait-23.png b/src/Black/x2/wait-23.png new file mode 100644 index 0000000..1b319ae Binary files /dev/null and b/src/Black/x2/wait-23.png differ diff --git a/src/Black/x2/wait-24.png b/src/Black/x2/wait-24.png new file mode 100644 index 0000000..2fe42da Binary files /dev/null and b/src/Black/x2/wait-24.png differ diff --git a/src/Black/x2/wait-25.png b/src/Black/x2/wait-25.png new file mode 100644 index 0000000..f6f5448 Binary files /dev/null and b/src/Black/x2/wait-25.png differ diff --git a/src/Black/x2/wait-26.png b/src/Black/x2/wait-26.png new file mode 100644 index 0000000..29e6f4f Binary files /dev/null and b/src/Black/x2/wait-26.png differ diff --git a/src/Black/x2/wait-27.png b/src/Black/x2/wait-27.png new file mode 100644 index 0000000..875a525 Binary files /dev/null and b/src/Black/x2/wait-27.png differ diff --git a/src/Black/x2/wait-28.png b/src/Black/x2/wait-28.png new file mode 100644 index 0000000..6fa7a18 Binary files /dev/null and b/src/Black/x2/wait-28.png differ diff --git a/src/Black/x2/wait-29.png b/src/Black/x2/wait-29.png new file mode 100644 index 0000000..8a96375 Binary files /dev/null and b/src/Black/x2/wait-29.png differ diff --git a/src/Black/x2/wait-3.png b/src/Black/x2/wait-3.png new file mode 100644 index 0000000..7fb0038 Binary files /dev/null and b/src/Black/x2/wait-3.png differ diff --git a/src/Black/x2/wait-30.png b/src/Black/x2/wait-30.png new file mode 100644 index 0000000..3450cfd Binary files /dev/null and b/src/Black/x2/wait-30.png differ diff --git a/src/Black/x2/wait-31.png b/src/Black/x2/wait-31.png new file mode 100644 index 0000000..9ac4c4d Binary files /dev/null and b/src/Black/x2/wait-31.png differ diff --git a/src/Black/x2/wait-32.png b/src/Black/x2/wait-32.png new file mode 100644 index 0000000..7677717 Binary files /dev/null and b/src/Black/x2/wait-32.png differ diff --git a/src/Black/x2/wait-33.png b/src/Black/x2/wait-33.png new file mode 100644 index 0000000..9b64031 Binary files /dev/null and b/src/Black/x2/wait-33.png differ diff --git a/src/Black/x2/wait-34.png b/src/Black/x2/wait-34.png new file mode 100644 index 0000000..1f0ce6b Binary files /dev/null and b/src/Black/x2/wait-34.png differ diff --git a/src/Black/x2/wait-35.png b/src/Black/x2/wait-35.png new file mode 100644 index 0000000..a1c18e9 Binary files /dev/null and b/src/Black/x2/wait-35.png differ diff --git a/src/Black/x2/wait-36.png b/src/Black/x2/wait-36.png new file mode 100644 index 0000000..8d714d1 Binary files /dev/null and b/src/Black/x2/wait-36.png differ diff --git a/src/Black/x2/wait-37.png b/src/Black/x2/wait-37.png new file mode 100644 index 0000000..466a5a3 Binary files /dev/null and b/src/Black/x2/wait-37.png differ diff --git a/src/Black/x2/wait-38.png b/src/Black/x2/wait-38.png new file mode 100644 index 0000000..8e1d921 Binary files /dev/null and b/src/Black/x2/wait-38.png differ diff --git a/src/Black/x2/wait-39.png b/src/Black/x2/wait-39.png new file mode 100644 index 0000000..7a3be1b Binary files /dev/null and b/src/Black/x2/wait-39.png differ diff --git a/src/Black/x2/wait-4.png b/src/Black/x2/wait-4.png new file mode 100644 index 0000000..94e7bf3 Binary files /dev/null and b/src/Black/x2/wait-4.png differ diff --git a/src/Black/x2/wait-40.png b/src/Black/x2/wait-40.png new file mode 100644 index 0000000..7989b3c Binary files /dev/null and b/src/Black/x2/wait-40.png differ diff --git a/src/Black/x2/wait-41.png b/src/Black/x2/wait-41.png new file mode 100644 index 0000000..18d17bb Binary files /dev/null and b/src/Black/x2/wait-41.png differ diff --git a/src/Black/x2/wait-42.png b/src/Black/x2/wait-42.png new file mode 100644 index 0000000..9a4aaf0 Binary files /dev/null and b/src/Black/x2/wait-42.png differ diff --git a/src/Black/x2/wait-43.png b/src/Black/x2/wait-43.png new file mode 100644 index 0000000..a027cc9 Binary files /dev/null and b/src/Black/x2/wait-43.png differ diff --git a/src/Black/x2/wait-44.png b/src/Black/x2/wait-44.png new file mode 100644 index 0000000..ccc3029 Binary files /dev/null and b/src/Black/x2/wait-44.png differ diff --git a/src/Black/x2/wait-45.png b/src/Black/x2/wait-45.png new file mode 100644 index 0000000..e1d4ef7 Binary files /dev/null and b/src/Black/x2/wait-45.png differ diff --git a/src/Black/x2/wait-46.png b/src/Black/x2/wait-46.png new file mode 100644 index 0000000..7639eee Binary files /dev/null and b/src/Black/x2/wait-46.png differ diff --git a/src/Black/x2/wait-47.png b/src/Black/x2/wait-47.png new file mode 100644 index 0000000..6017d68 Binary files /dev/null and b/src/Black/x2/wait-47.png differ diff --git a/src/Black/x2/wait-48.png b/src/Black/x2/wait-48.png new file mode 100644 index 0000000..7884ee3 Binary files /dev/null and b/src/Black/x2/wait-48.png differ diff --git a/src/Black/x2/wait-49.png b/src/Black/x2/wait-49.png new file mode 100644 index 0000000..9d454b8 Binary files /dev/null and b/src/Black/x2/wait-49.png differ diff --git a/src/Black/x2/wait-5.png b/src/Black/x2/wait-5.png new file mode 100644 index 0000000..d736685 Binary files /dev/null and b/src/Black/x2/wait-5.png differ diff --git a/src/Black/x2/wait-50.png b/src/Black/x2/wait-50.png new file mode 100644 index 0000000..ae97b38 Binary files /dev/null and b/src/Black/x2/wait-50.png differ diff --git a/src/Black/x2/wait-51.png b/src/Black/x2/wait-51.png new file mode 100644 index 0000000..0dc0f09 Binary files /dev/null and b/src/Black/x2/wait-51.png differ diff --git a/src/Black/x2/wait-52.png b/src/Black/x2/wait-52.png new file mode 100644 index 0000000..376c844 Binary files /dev/null and b/src/Black/x2/wait-52.png differ diff --git a/src/Black/x2/wait-53.png b/src/Black/x2/wait-53.png new file mode 100644 index 0000000..3d3b72e Binary files /dev/null and b/src/Black/x2/wait-53.png differ diff --git a/src/Black/x2/wait-54.png b/src/Black/x2/wait-54.png new file mode 100644 index 0000000..78f4d71 Binary files /dev/null and b/src/Black/x2/wait-54.png differ diff --git a/src/Black/x2/wait-55.png b/src/Black/x2/wait-55.png new file mode 100644 index 0000000..bfad7aa Binary files /dev/null and b/src/Black/x2/wait-55.png differ diff --git a/src/Black/x2/wait-56.png b/src/Black/x2/wait-56.png new file mode 100644 index 0000000..9eef875 Binary files /dev/null and b/src/Black/x2/wait-56.png differ diff --git a/src/Black/x2/wait-57.png b/src/Black/x2/wait-57.png new file mode 100644 index 0000000..33e1f33 Binary files /dev/null and b/src/Black/x2/wait-57.png differ diff --git a/src/Black/x2/wait-58.png b/src/Black/x2/wait-58.png new file mode 100644 index 0000000..4fa6304 Binary files /dev/null and b/src/Black/x2/wait-58.png differ diff --git a/src/Black/x2/wait-59.png b/src/Black/x2/wait-59.png new file mode 100644 index 0000000..eb6e308 Binary files /dev/null and b/src/Black/x2/wait-59.png differ diff --git a/src/Black/x2/wait-6.png b/src/Black/x2/wait-6.png new file mode 100644 index 0000000..e90ac46 Binary files /dev/null and b/src/Black/x2/wait-6.png differ diff --git a/src/Black/x2/wait-60.png b/src/Black/x2/wait-60.png new file mode 100644 index 0000000..516a9fd Binary files /dev/null and b/src/Black/x2/wait-60.png differ diff --git a/src/Black/x2/wait-61.png b/src/Black/x2/wait-61.png new file mode 100644 index 0000000..4e70a8a Binary files /dev/null and b/src/Black/x2/wait-61.png differ diff --git a/src/Black/x2/wait-62.png b/src/Black/x2/wait-62.png new file mode 100644 index 0000000..6000dff Binary files /dev/null and b/src/Black/x2/wait-62.png differ diff --git a/src/Black/x2/wait-63.png b/src/Black/x2/wait-63.png new file mode 100644 index 0000000..72b752c Binary files /dev/null and b/src/Black/x2/wait-63.png differ diff --git a/src/Black/x2/wait-64.png b/src/Black/x2/wait-64.png new file mode 100644 index 0000000..e743a4e Binary files /dev/null and b/src/Black/x2/wait-64.png differ diff --git a/src/Black/x2/wait-65.png b/src/Black/x2/wait-65.png new file mode 100644 index 0000000..ea40623 Binary files /dev/null and b/src/Black/x2/wait-65.png differ diff --git a/src/Black/x2/wait-66.png b/src/Black/x2/wait-66.png new file mode 100644 index 0000000..9c1af5e Binary files /dev/null and b/src/Black/x2/wait-66.png differ diff --git a/src/Black/x2/wait-67.png b/src/Black/x2/wait-67.png new file mode 100644 index 0000000..c8b7a32 Binary files /dev/null and b/src/Black/x2/wait-67.png differ diff --git a/src/Black/x2/wait-68.png b/src/Black/x2/wait-68.png new file mode 100644 index 0000000..76e879d Binary files /dev/null and b/src/Black/x2/wait-68.png differ diff --git a/src/Black/x2/wait-69.png b/src/Black/x2/wait-69.png new file mode 100644 index 0000000..776b065 Binary files /dev/null and b/src/Black/x2/wait-69.png differ diff --git a/src/Black/x2/wait-7.png b/src/Black/x2/wait-7.png new file mode 100644 index 0000000..6f739f2 Binary files /dev/null and b/src/Black/x2/wait-7.png differ diff --git a/src/Black/x2/wait-70.png b/src/Black/x2/wait-70.png new file mode 100644 index 0000000..aba6351 Binary files /dev/null and b/src/Black/x2/wait-70.png differ diff --git a/src/Black/x2/wait-71.png b/src/Black/x2/wait-71.png new file mode 100644 index 0000000..b635eca Binary files /dev/null and b/src/Black/x2/wait-71.png differ diff --git a/src/Black/x2/wait-72.png b/src/Black/x2/wait-72.png new file mode 100644 index 0000000..a691694 Binary files /dev/null and b/src/Black/x2/wait-72.png differ diff --git a/src/Black/x2/wait-73.png b/src/Black/x2/wait-73.png new file mode 100644 index 0000000..be37923 Binary files /dev/null and b/src/Black/x2/wait-73.png differ diff --git a/src/Black/x2/wait-74.png b/src/Black/x2/wait-74.png new file mode 100644 index 0000000..b526ca5 Binary files /dev/null and b/src/Black/x2/wait-74.png differ diff --git a/src/Black/x2/wait-75.png b/src/Black/x2/wait-75.png new file mode 100644 index 0000000..925963d Binary files /dev/null and b/src/Black/x2/wait-75.png differ diff --git a/src/Black/x2/wait-76.png b/src/Black/x2/wait-76.png new file mode 100644 index 0000000..bfeeaf0 Binary files /dev/null and b/src/Black/x2/wait-76.png differ diff --git a/src/Black/x2/wait-8.png b/src/Black/x2/wait-8.png new file mode 100644 index 0000000..0389678 Binary files /dev/null and b/src/Black/x2/wait-8.png differ diff --git a/src/Black/x2/wait-9.png b/src/Black/x2/wait-9.png new file mode 100644 index 0000000..4042e70 Binary files /dev/null and b/src/Black/x2/wait-9.png differ diff --git a/src/Black/x2/wayland-cursor.png b/src/Black/x2/wayland-cursor.png new file mode 100644 index 0000000..8347547 Binary files /dev/null and b/src/Black/x2/wayland-cursor.png differ diff --git a/src/Black/x2/x-cursor.png b/src/Black/x2/x-cursor.png new file mode 100644 index 0000000..e94d125 Binary files /dev/null and b/src/Black/x2/x-cursor.png differ diff --git a/src/Black/x2/zoom-in.png b/src/Black/x2/zoom-in.png new file mode 100644 index 0000000..ed0cf58 Binary files /dev/null and b/src/Black/x2/zoom-in.png differ diff --git a/src/Black/x2/zoom-out.png b/src/Black/x2/zoom-out.png new file mode 100644 index 0000000..5367e77 Binary files /dev/null and b/src/Black/x2/zoom-out.png differ diff --git a/src/BlackTiny/config/alias.cursor b/src/BlackTiny/config/alias.cursor new file mode 100644 index 0000000..8e4cfe2 --- /dev/null +++ b/src/BlackTiny/config/alias.cursor @@ -0,0 +1,4 @@ +24 4 4 x1/alias.png +30 5 5 x1_25/alias.png +36 6 6 x1_5/alias.png +48 8 8 x2/alias.png diff --git a/src/BlackTiny/config/all-scroll.cursor b/src/BlackTiny/config/all-scroll.cursor new file mode 100644 index 0000000..577d306 --- /dev/null +++ b/src/BlackTiny/config/all-scroll.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/all-scroll.png +30 20 20 x1_25/all-scroll.png +36 24 24 x1_5/all-scroll.png +48 32 32 x2/all-scroll.png diff --git a/src/BlackTiny/config/bottom_left_corner.cursor b/src/BlackTiny/config/bottom_left_corner.cursor new file mode 100644 index 0000000..fe61bc6 --- /dev/null +++ b/src/BlackTiny/config/bottom_left_corner.cursor @@ -0,0 +1,4 @@ +24 4 26 x1/bottom_left_corner.png +30 5 32 x1_25/bottom_left_corner.png +36 6 39 x1_5/bottom_left_corner.png +48 8 52 x2/bottom_left_corner.png diff --git a/src/BlackTiny/config/bottom_right_corner.cursor b/src/BlackTiny/config/bottom_right_corner.cursor new file mode 100644 index 0000000..6ba83ba --- /dev/null +++ b/src/BlackTiny/config/bottom_right_corner.cursor @@ -0,0 +1,4 @@ +24 26 26 x1/bottom_right_corner.png +30 32 32 x1_25/bottom_right_corner.png +36 39 39 x1_5/bottom_right_corner.png +48 52 52 x2/bottom_right_corner.png diff --git a/src/BlackTiny/config/bottom_side.cursor b/src/BlackTiny/config/bottom_side.cursor new file mode 100644 index 0000000..d663a4b --- /dev/null +++ b/src/BlackTiny/config/bottom_side.cursor @@ -0,0 +1,4 @@ +24 16 28 x1/bottom_side.png +30 20 35 x1_25/bottom_side.png +36 24 42 x1_5/bottom_side.png +48 32 56 x2/bottom_side.png diff --git a/src/BlackTiny/config/cell.cursor b/src/BlackTiny/config/cell.cursor new file mode 100644 index 0000000..e1615df --- /dev/null +++ b/src/BlackTiny/config/cell.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/cell.png +30 20 20 x1_25/cell.png +36 24 24 x1_5/cell.png +48 32 32 x2/cell.png diff --git a/src/BlackTiny/config/center_ptr.cursor b/src/BlackTiny/config/center_ptr.cursor new file mode 100644 index 0000000..20d66c1 --- /dev/null +++ b/src/BlackTiny/config/center_ptr.cursor @@ -0,0 +1,4 @@ +24 20 4 x1/center_ptr.png +30 25 5 x1_25/center_ptr.png +36 30 6 x1_5/center_ptr.png +48 40 8 x2/center_ptr.png diff --git a/src/BlackTiny/config/col-resize.cursor b/src/BlackTiny/config/col-resize.cursor new file mode 100644 index 0000000..d5ca15d --- /dev/null +++ b/src/BlackTiny/config/col-resize.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/col-resize.png +30 20 20 x1_25/col-resize.png +36 24 24 x1_5/col-resize.png +48 32 32 x2/col-resize.png diff --git a/src/BlackTiny/config/color-picker.cursor b/src/BlackTiny/config/color-picker.cursor new file mode 100644 index 0000000..42f82bc --- /dev/null +++ b/src/BlackTiny/config/color-picker.cursor @@ -0,0 +1,4 @@ +24 4 29 x1/color-picker.png +30 5 36 x1_25/color-picker.png +36 6 43 x1_5/color-picker.png +48 8 58 x2/color-picker.png diff --git a/src/BlackTiny/config/context-menu.cursor b/src/BlackTiny/config/context-menu.cursor new file mode 100644 index 0000000..bbb3a5e --- /dev/null +++ b/src/BlackTiny/config/context-menu.cursor @@ -0,0 +1,4 @@ +24 4 4 x1/context-menu.png +30 5 5 x1_25/context-menu.png +36 6 6 x1_5/context-menu.png +48 8 8 x2/context-menu.png diff --git a/src/BlackTiny/config/copy.cursor b/src/BlackTiny/config/copy.cursor new file mode 100644 index 0000000..a77129c --- /dev/null +++ b/src/BlackTiny/config/copy.cursor @@ -0,0 +1,4 @@ +24 4 4 x1/copy.png +30 5 5 x1_25/copy.png +36 6 6 x1_5/copy.png +48 8 8 x2/copy.png diff --git a/src/BlackTiny/config/crosshair.cursor b/src/BlackTiny/config/crosshair.cursor new file mode 100644 index 0000000..afe825e --- /dev/null +++ b/src/BlackTiny/config/crosshair.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/crosshair.png +30 20 20 x1_25/crosshair.png +36 24 24 x1_5/crosshair.png +48 32 32 x2/crosshair.png diff --git a/src/BlackTiny/config/default.cursor b/src/BlackTiny/config/default.cursor new file mode 100644 index 0000000..50f975d --- /dev/null +++ b/src/BlackTiny/config/default.cursor @@ -0,0 +1,4 @@ +24 4 4 x1/default.png +30 5 5 x1_25/default.png +36 6 6 x1_5/default.png +48 8 8 x2/default.png diff --git a/src/BlackTiny/config/dnd-move.cursor b/src/BlackTiny/config/dnd-move.cursor new file mode 100644 index 0000000..cac5c8d --- /dev/null +++ b/src/BlackTiny/config/dnd-move.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/dnd-move.png +30 20 20 x1_25/dnd-move.png +36 24 24 x1_5/dnd-move.png +48 32 32 x2/dnd-move.png diff --git a/src/BlackTiny/config/dnd-no-drop.cursor b/src/BlackTiny/config/dnd-no-drop.cursor new file mode 100644 index 0000000..98576a5 --- /dev/null +++ b/src/BlackTiny/config/dnd-no-drop.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/dnd-no-drop.png +30 20 20 x1_25/dnd-no-drop.png +36 24 24 x1_5/dnd-no-drop.png +48 32 32 x2/dnd-no-drop.png diff --git a/src/BlackTiny/config/down-arrow.cursor b/src/BlackTiny/config/down-arrow.cursor new file mode 100644 index 0000000..a07af31 --- /dev/null +++ b/src/BlackTiny/config/down-arrow.cursor @@ -0,0 +1,4 @@ +24 16 28 x1/down-arrow.png +30 20 35 x1_25/down-arrow.png +36 24 42 x1_5/down-arrow.png +48 32 56 x2/down-arrow.png diff --git a/src/BlackTiny/config/draft.cursor b/src/BlackTiny/config/draft.cursor new file mode 100644 index 0000000..f9068c4 --- /dev/null +++ b/src/BlackTiny/config/draft.cursor @@ -0,0 +1,4 @@ +24 4 29 x1/draft.png +30 5 36 x1_25/draft.png +36 6 43 x1_5/draft.png +48 8 58 x2/draft.png diff --git a/src/BlackTiny/config/fleur.cursor b/src/BlackTiny/config/fleur.cursor new file mode 100644 index 0000000..d6a66c5 --- /dev/null +++ b/src/BlackTiny/config/fleur.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/fleur.png +30 20 20 x1_25/fleur.png +36 24 24 x1_5/fleur.png +48 32 32 x2/fleur.png diff --git a/src/BlackTiny/config/help.cursor b/src/BlackTiny/config/help.cursor new file mode 100644 index 0000000..019679f --- /dev/null +++ b/src/BlackTiny/config/help.cursor @@ -0,0 +1,4 @@ +24 4 4 x1/help.png +30 5 5 x1_25/help.png +36 6 6 x1_5/help.png +48 8 8 x2/help.png diff --git a/src/BlackTiny/config/left-arrow.cursor b/src/BlackTiny/config/left-arrow.cursor new file mode 100644 index 0000000..22602af --- /dev/null +++ b/src/BlackTiny/config/left-arrow.cursor @@ -0,0 +1,4 @@ +24 4 16 x1/left-arrow.png +30 5 20 x1_25/left-arrow.png +36 6 24 x1_5/left-arrow.png +48 8 32 x2/left-arrow.png diff --git a/src/BlackTiny/config/left_side.cursor b/src/BlackTiny/config/left_side.cursor new file mode 100644 index 0000000..6d7df07 --- /dev/null +++ b/src/BlackTiny/config/left_side.cursor @@ -0,0 +1,4 @@ +24 4 16 x1/left_side.png +30 5 20 x1_25/left_side.png +36 6 24 x1_5/left_side.png +48 8 32 x2/left_side.png diff --git a/src/BlackTiny/config/no-drop.cursor b/src/BlackTiny/config/no-drop.cursor new file mode 100644 index 0000000..aec8c0a --- /dev/null +++ b/src/BlackTiny/config/no-drop.cursor @@ -0,0 +1,4 @@ +24 4 4 x1/no-drop.png +30 5 5 x1_25/no-drop.png +36 6 6 x1_5/no-drop.png +48 8 8 x2/no-drop.png diff --git a/src/BlackTiny/config/not-allowed.cursor b/src/BlackTiny/config/not-allowed.cursor new file mode 100644 index 0000000..7aab94b --- /dev/null +++ b/src/BlackTiny/config/not-allowed.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/not-allowed.png +30 20 20 x1_25/not-allowed.png +36 24 24 x1_5/not-allowed.png +48 32 32 x2/not-allowed.png diff --git a/src/BlackTiny/config/openhand.cursor b/src/BlackTiny/config/openhand.cursor new file mode 100644 index 0000000..824e36b --- /dev/null +++ b/src/BlackTiny/config/openhand.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/openhand.png +30 20 20 x1_25/openhand.png +36 24 24 x1_5/openhand.png +48 32 32 x2/openhand.png diff --git a/src/BlackTiny/config/pencil.cursor b/src/BlackTiny/config/pencil.cursor new file mode 100644 index 0000000..7be7218 --- /dev/null +++ b/src/BlackTiny/config/pencil.cursor @@ -0,0 +1,4 @@ +24 4 29 x1/pencil.png +30 5 36 x1_25/pencil.png +36 6 43 x1_5/pencil.png +48 8 58 x2/pencil.png diff --git a/src/BlackTiny/config/pirate.cursor b/src/BlackTiny/config/pirate.cursor new file mode 100644 index 0000000..8497525 --- /dev/null +++ b/src/BlackTiny/config/pirate.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/pirate.png +30 20 20 x1_25/pirate.png +36 24 24 x1_5/pirate.png +48 32 32 x2/pirate.png diff --git a/src/BlackTiny/config/pointer.cursor b/src/BlackTiny/config/pointer.cursor new file mode 100644 index 0000000..86140f9 --- /dev/null +++ b/src/BlackTiny/config/pointer.cursor @@ -0,0 +1,4 @@ +24 16 4 x1/pointer.png +30 20 5 x1_25/pointer.png +36 24 6 x1_5/pointer.png +48 32 8 x2/pointer.png diff --git a/src/BlackTiny/config/progress.cursor b/src/BlackTiny/config/progress.cursor new file mode 100644 index 0000000..720b9b2 --- /dev/null +++ b/src/BlackTiny/config/progress.cursor @@ -0,0 +1,304 @@ +24 16 16 x1/progress-1.png 30 +24 16 16 x1/progress-2.png 30 +24 16 16 x1/progress-3.png 30 +24 16 16 x1/progress-4.png 30 +24 16 16 x1/progress-5.png 30 +24 16 16 x1/progress-6.png 30 +24 16 16 x1/progress-7.png 30 +24 16 16 x1/progress-8.png 30 +24 16 16 x1/progress-9.png 30 +24 16 16 x1/progress-10.png 30 +24 16 16 x1/progress-11.png 30 +24 16 16 x1/progress-12.png 30 +24 16 16 x1/progress-13.png 30 +24 16 16 x1/progress-14.png 30 +24 16 16 x1/progress-15.png 30 +24 16 16 x1/progress-16.png 30 +24 16 16 x1/progress-17.png 30 +24 16 16 x1/progress-18.png 30 +24 16 16 x1/progress-19.png 30 +24 16 16 x1/progress-20.png 30 +24 16 16 x1/progress-21.png 30 +24 16 16 x1/progress-22.png 30 +24 16 16 x1/progress-23.png 30 +24 16 16 x1/progress-24.png 30 +24 16 16 x1/progress-25.png 30 +24 16 16 x1/progress-26.png 30 +24 16 16 x1/progress-27.png 30 +24 16 16 x1/progress-28.png 30 +24 16 16 x1/progress-29.png 30 +24 16 16 x1/progress-30.png 30 +24 16 16 x1/progress-31.png 30 +24 16 16 x1/progress-32.png 30 +24 16 16 x1/progress-33.png 30 +24 16 16 x1/progress-34.png 30 +24 16 16 x1/progress-35.png 30 +24 16 16 x1/progress-36.png 30 +24 16 16 x1/progress-37.png 30 +24 16 16 x1/progress-38.png 30 +24 16 16 x1/progress-39.png 30 +24 16 16 x1/progress-40.png 30 +24 16 16 x1/progress-41.png 30 +24 16 16 x1/progress-42.png 30 +24 16 16 x1/progress-43.png 30 +24 16 16 x1/progress-44.png 30 +24 16 16 x1/progress-45.png 30 +24 16 16 x1/progress-46.png 30 +24 16 16 x1/progress-47.png 30 +24 16 16 x1/progress-48.png 30 +24 16 16 x1/progress-49.png 30 +24 16 16 x1/progress-50.png 30 +24 16 16 x1/progress-51.png 30 +24 16 16 x1/progress-52.png 30 +24 16 16 x1/progress-53.png 30 +24 16 16 x1/progress-54.png 30 +24 16 16 x1/progress-55.png 30 +24 16 16 x1/progress-56.png 30 +24 16 16 x1/progress-57.png 30 +24 16 16 x1/progress-58.png 30 +24 16 16 x1/progress-59.png 30 +24 16 16 x1/progress-60.png 30 +24 16 16 x1/progress-61.png 30 +24 16 16 x1/progress-62.png 30 +24 16 16 x1/progress-63.png 30 +24 16 16 x1/progress-64.png 30 +24 16 16 x1/progress-65.png 30 +24 16 16 x1/progress-66.png 30 +24 16 16 x1/progress-67.png 30 +24 16 16 x1/progress-68.png 30 +24 16 16 x1/progress-69.png 30 +24 16 16 x1/progress-70.png 30 +24 16 16 x1/progress-71.png 30 +24 16 16 x1/progress-72.png 30 +24 16 16 x1/progress-73.png 30 +24 16 16 x1/progress-74.png 30 +24 16 16 x1/progress-75.png 30 +24 16 16 x1/progress-76.png 30 +30 20 20 x1_25/progress-1.png 30 +30 20 20 x1_25/progress-2.png 30 +30 20 20 x1_25/progress-3.png 30 +30 20 20 x1_25/progress-4.png 30 +30 20 20 x1_25/progress-5.png 30 +30 20 20 x1_25/progress-6.png 30 +30 20 20 x1_25/progress-7.png 30 +30 20 20 x1_25/progress-8.png 30 +30 20 20 x1_25/progress-9.png 30 +30 20 20 x1_25/progress-10.png 30 +30 20 20 x1_25/progress-11.png 30 +30 20 20 x1_25/progress-12.png 30 +30 20 20 x1_25/progress-13.png 30 +30 20 20 x1_25/progress-14.png 30 +30 20 20 x1_25/progress-15.png 30 +30 20 20 x1_25/progress-16.png 30 +30 20 20 x1_25/progress-17.png 30 +30 20 20 x1_25/progress-18.png 30 +30 20 20 x1_25/progress-19.png 30 +30 20 20 x1_25/progress-20.png 30 +30 20 20 x1_25/progress-21.png 30 +30 20 20 x1_25/progress-22.png 30 +30 20 20 x1_25/progress-23.png 30 +30 20 20 x1_25/progress-24.png 30 +30 20 20 x1_25/progress-25.png 30 +30 20 20 x1_25/progress-26.png 30 +30 20 20 x1_25/progress-27.png 30 +30 20 20 x1_25/progress-28.png 30 +30 20 20 x1_25/progress-29.png 30 +30 20 20 x1_25/progress-30.png 30 +30 20 20 x1_25/progress-31.png 30 +30 20 20 x1_25/progress-32.png 30 +30 20 20 x1_25/progress-33.png 30 +30 20 20 x1_25/progress-34.png 30 +30 20 20 x1_25/progress-35.png 30 +30 20 20 x1_25/progress-36.png 30 +30 20 20 x1_25/progress-37.png 30 +30 20 20 x1_25/progress-38.png 30 +30 20 20 x1_25/progress-39.png 30 +30 20 20 x1_25/progress-40.png 30 +30 20 20 x1_25/progress-41.png 30 +30 20 20 x1_25/progress-42.png 30 +30 20 20 x1_25/progress-43.png 30 +30 20 20 x1_25/progress-44.png 30 +30 20 20 x1_25/progress-45.png 30 +30 20 20 x1_25/progress-46.png 30 +30 20 20 x1_25/progress-47.png 30 +30 20 20 x1_25/progress-48.png 30 +30 20 20 x1_25/progress-49.png 30 +30 20 20 x1_25/progress-50.png 30 +30 20 20 x1_25/progress-51.png 30 +30 20 20 x1_25/progress-52.png 30 +30 20 20 x1_25/progress-53.png 30 +30 20 20 x1_25/progress-54.png 30 +30 20 20 x1_25/progress-55.png 30 +30 20 20 x1_25/progress-56.png 30 +30 20 20 x1_25/progress-57.png 30 +30 20 20 x1_25/progress-58.png 30 +30 20 20 x1_25/progress-59.png 30 +30 20 20 x1_25/progress-60.png 30 +30 20 20 x1_25/progress-61.png 30 +30 20 20 x1_25/progress-62.png 30 +30 20 20 x1_25/progress-63.png 30 +30 20 20 x1_25/progress-64.png 30 +30 20 20 x1_25/progress-65.png 30 +30 20 20 x1_25/progress-66.png 30 +30 20 20 x1_25/progress-67.png 30 +30 20 20 x1_25/progress-68.png 30 +30 20 20 x1_25/progress-69.png 30 +30 20 20 x1_25/progress-70.png 30 +30 20 20 x1_25/progress-71.png 30 +30 20 20 x1_25/progress-72.png 30 +30 20 20 x1_25/progress-73.png 30 +30 20 20 x1_25/progress-74.png 30 +30 20 20 x1_25/progress-75.png 30 +30 20 20 x1_25/progress-76.png 30 +36 24 24 x1_5/progress-1.png 30 +36 24 24 x1_5/progress-2.png 30 +36 24 24 x1_5/progress-3.png 30 +36 24 24 x1_5/progress-4.png 30 +36 24 24 x1_5/progress-5.png 30 +36 24 24 x1_5/progress-6.png 30 +36 24 24 x1_5/progress-7.png 30 +36 24 24 x1_5/progress-8.png 30 +36 24 24 x1_5/progress-9.png 30 +36 24 24 x1_5/progress-10.png 30 +36 24 24 x1_5/progress-11.png 30 +36 24 24 x1_5/progress-12.png 30 +36 24 24 x1_5/progress-13.png 30 +36 24 24 x1_5/progress-14.png 30 +36 24 24 x1_5/progress-15.png 30 +36 24 24 x1_5/progress-16.png 30 +36 24 24 x1_5/progress-17.png 30 +36 24 24 x1_5/progress-18.png 30 +36 24 24 x1_5/progress-19.png 30 +36 24 24 x1_5/progress-20.png 30 +36 24 24 x1_5/progress-21.png 30 +36 24 24 x1_5/progress-22.png 30 +36 24 24 x1_5/progress-23.png 30 +36 24 24 x1_5/progress-24.png 30 +36 24 24 x1_5/progress-25.png 30 +36 24 24 x1_5/progress-26.png 30 +36 24 24 x1_5/progress-27.png 30 +36 24 24 x1_5/progress-28.png 30 +36 24 24 x1_5/progress-29.png 30 +36 24 24 x1_5/progress-30.png 30 +36 24 24 x1_5/progress-31.png 30 +36 24 24 x1_5/progress-32.png 30 +36 24 24 x1_5/progress-33.png 30 +36 24 24 x1_5/progress-34.png 30 +36 24 24 x1_5/progress-35.png 30 +36 24 24 x1_5/progress-36.png 30 +36 24 24 x1_5/progress-37.png 30 +36 24 24 x1_5/progress-38.png 30 +36 24 24 x1_5/progress-39.png 30 +36 24 24 x1_5/progress-40.png 30 +36 24 24 x1_5/progress-41.png 30 +36 24 24 x1_5/progress-42.png 30 +36 24 24 x1_5/progress-43.png 30 +36 24 24 x1_5/progress-44.png 30 +36 24 24 x1_5/progress-45.png 30 +36 24 24 x1_5/progress-46.png 30 +36 24 24 x1_5/progress-47.png 30 +36 24 24 x1_5/progress-48.png 30 +36 24 24 x1_5/progress-49.png 30 +36 24 24 x1_5/progress-50.png 30 +36 24 24 x1_5/progress-51.png 30 +36 24 24 x1_5/progress-52.png 30 +36 24 24 x1_5/progress-53.png 30 +36 24 24 x1_5/progress-54.png 30 +36 24 24 x1_5/progress-55.png 30 +36 24 24 x1_5/progress-56.png 30 +36 24 24 x1_5/progress-57.png 30 +36 24 24 x1_5/progress-58.png 30 +36 24 24 x1_5/progress-59.png 30 +36 24 24 x1_5/progress-60.png 30 +36 24 24 x1_5/progress-61.png 30 +36 24 24 x1_5/progress-62.png 30 +36 24 24 x1_5/progress-63.png 30 +36 24 24 x1_5/progress-64.png 30 +36 24 24 x1_5/progress-65.png 30 +36 24 24 x1_5/progress-66.png 30 +36 24 24 x1_5/progress-67.png 30 +36 24 24 x1_5/progress-68.png 30 +36 24 24 x1_5/progress-69.png 30 +36 24 24 x1_5/progress-70.png 30 +36 24 24 x1_5/progress-71.png 30 +36 24 24 x1_5/progress-72.png 30 +36 24 24 x1_5/progress-73.png 30 +36 24 24 x1_5/progress-74.png 30 +36 24 24 x1_5/progress-75.png 30 +36 24 24 x1_5/progress-76.png 30 +48 32 32 x2/progress-1.png 30 +48 32 32 x2/progress-2.png 30 +48 32 32 x2/progress-3.png 30 +48 32 32 x2/progress-4.png 30 +48 32 32 x2/progress-5.png 30 +48 32 32 x2/progress-6.png 30 +48 32 32 x2/progress-7.png 30 +48 32 32 x2/progress-8.png 30 +48 32 32 x2/progress-9.png 30 +48 32 32 x2/progress-10.png 30 +48 32 32 x2/progress-11.png 30 +48 32 32 x2/progress-12.png 30 +48 32 32 x2/progress-13.png 30 +48 32 32 x2/progress-14.png 30 +48 32 32 x2/progress-15.png 30 +48 32 32 x2/progress-16.png 30 +48 32 32 x2/progress-17.png 30 +48 32 32 x2/progress-18.png 30 +48 32 32 x2/progress-19.png 30 +48 32 32 x2/progress-20.png 30 +48 32 32 x2/progress-21.png 30 +48 32 32 x2/progress-22.png 30 +48 32 32 x2/progress-23.png 30 +48 32 32 x2/progress-24.png 30 +48 32 32 x2/progress-25.png 30 +48 32 32 x2/progress-26.png 30 +48 32 32 x2/progress-27.png 30 +48 32 32 x2/progress-28.png 30 +48 32 32 x2/progress-29.png 30 +48 32 32 x2/progress-30.png 30 +48 32 32 x2/progress-31.png 30 +48 32 32 x2/progress-32.png 30 +48 32 32 x2/progress-33.png 30 +48 32 32 x2/progress-34.png 30 +48 32 32 x2/progress-35.png 30 +48 32 32 x2/progress-36.png 30 +48 32 32 x2/progress-37.png 30 +48 32 32 x2/progress-38.png 30 +48 32 32 x2/progress-39.png 30 +48 32 32 x2/progress-40.png 30 +48 32 32 x2/progress-41.png 30 +48 32 32 x2/progress-42.png 30 +48 32 32 x2/progress-43.png 30 +48 32 32 x2/progress-44.png 30 +48 32 32 x2/progress-45.png 30 +48 32 32 x2/progress-46.png 30 +48 32 32 x2/progress-47.png 30 +48 32 32 x2/progress-48.png 30 +48 32 32 x2/progress-49.png 30 +48 32 32 x2/progress-50.png 30 +48 32 32 x2/progress-51.png 30 +48 32 32 x2/progress-52.png 30 +48 32 32 x2/progress-53.png 30 +48 32 32 x2/progress-54.png 30 +48 32 32 x2/progress-55.png 30 +48 32 32 x2/progress-56.png 30 +48 32 32 x2/progress-57.png 30 +48 32 32 x2/progress-58.png 30 +48 32 32 x2/progress-59.png 30 +48 32 32 x2/progress-60.png 30 +48 32 32 x2/progress-61.png 30 +48 32 32 x2/progress-62.png 30 +48 32 32 x2/progress-63.png 30 +48 32 32 x2/progress-64.png 30 +48 32 32 x2/progress-65.png 30 +48 32 32 x2/progress-66.png 30 +48 32 32 x2/progress-67.png 30 +48 32 32 x2/progress-68.png 30 +48 32 32 x2/progress-69.png 30 +48 32 32 x2/progress-70.png 30 +48 32 32 x2/progress-71.png 30 +48 32 32 x2/progress-72.png 30 +48 32 32 x2/progress-73.png 30 +48 32 32 x2/progress-74.png 30 +48 32 32 x2/progress-75.png 30 +48 32 32 x2/progress-76.png 30 diff --git a/src/BlackTiny/config/right-arrow.cursor b/src/BlackTiny/config/right-arrow.cursor new file mode 100644 index 0000000..70a1ec6 --- /dev/null +++ b/src/BlackTiny/config/right-arrow.cursor @@ -0,0 +1,4 @@ +24 28 16 x1/right-arrow.png +30 35 20 x1_25/right-arrow.png +36 42 24 x1_5/right-arrow.png +48 56 32 x2/right-arrow.png diff --git a/src/BlackTiny/config/right_ptr.cursor b/src/BlackTiny/config/right_ptr.cursor new file mode 100644 index 0000000..12885e7 --- /dev/null +++ b/src/BlackTiny/config/right_ptr.cursor @@ -0,0 +1,4 @@ +24 28 4 x1/right_ptr.png +30 35 5 x1_25/right_ptr.png +36 42 6 x1_5/right_ptr.png +48 56 8 x2/right_ptr.png diff --git a/src/BlackTiny/config/right_side.cursor b/src/BlackTiny/config/right_side.cursor new file mode 100644 index 0000000..4d181e1 --- /dev/null +++ b/src/BlackTiny/config/right_side.cursor @@ -0,0 +1,4 @@ +24 28 16 x1/right_side.png +30 35 20 x1_25/right_side.png +36 42 24 x1_5/right_side.png +48 56 32 x2/right_side.png diff --git a/src/BlackTiny/config/row-resize.cursor b/src/BlackTiny/config/row-resize.cursor new file mode 100644 index 0000000..fa56d2c --- /dev/null +++ b/src/BlackTiny/config/row-resize.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/row-resize.png +30 20 20 x1_25/row-resize.png +36 24 24 x1_5/row-resize.png +48 32 32 x2/row-resize.png diff --git a/src/BlackTiny/config/size_bdiag.cursor b/src/BlackTiny/config/size_bdiag.cursor new file mode 100644 index 0000000..b4b540e --- /dev/null +++ b/src/BlackTiny/config/size_bdiag.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/size_bdiag.png +30 20 20 x1_25/size_bdiag.png +36 24 24 x1_5/size_bdiag.png +48 32 32 x2/size_bdiag.png diff --git a/src/BlackTiny/config/size_fdiag.cursor b/src/BlackTiny/config/size_fdiag.cursor new file mode 100644 index 0000000..a83f7e0 --- /dev/null +++ b/src/BlackTiny/config/size_fdiag.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/size_fdiag.png +30 20 20 x1_25/size_fdiag.png +36 24 24 x1_5/size_fdiag.png +48 32 32 x2/size_fdiag.png diff --git a/src/BlackTiny/config/size_hor.cursor b/src/BlackTiny/config/size_hor.cursor new file mode 100644 index 0000000..1b1975c --- /dev/null +++ b/src/BlackTiny/config/size_hor.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/size_hor.png +30 20 20 x1_25/size_hor.png +36 24 24 x1_5/size_hor.png +48 32 32 x2/size_hor.png diff --git a/src/BlackTiny/config/size_ver.cursor b/src/BlackTiny/config/size_ver.cursor new file mode 100644 index 0000000..d3245bb --- /dev/null +++ b/src/BlackTiny/config/size_ver.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/size_ver.png +30 20 20 x1_25/size_ver.png +36 24 24 x1_5/size_ver.png +48 32 32 x2/size_ver.png diff --git a/src/BlackTiny/config/text.cursor b/src/BlackTiny/config/text.cursor new file mode 100644 index 0000000..283201c --- /dev/null +++ b/src/BlackTiny/config/text.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/text.png +30 20 20 x1_25/text.png +36 24 24 x1_5/text.png +48 32 32 x2/text.png diff --git a/src/BlackTiny/config/top_left_corner.cursor b/src/BlackTiny/config/top_left_corner.cursor new file mode 100644 index 0000000..a702cbe --- /dev/null +++ b/src/BlackTiny/config/top_left_corner.cursor @@ -0,0 +1,4 @@ +24 5 4 x1/top_left_corner.png +30 6 5 x1_25/top_left_corner.png +36 7 6 x1_5/top_left_corner.png +48 10 8 x2/top_left_corner.png diff --git a/src/BlackTiny/config/top_right_corner.cursor b/src/BlackTiny/config/top_right_corner.cursor new file mode 100644 index 0000000..5fa70a1 --- /dev/null +++ b/src/BlackTiny/config/top_right_corner.cursor @@ -0,0 +1,4 @@ +24 26 4 x1/top_right_corner.png +30 32 5 x1_25/top_right_corner.png +36 39 6 x1_5/top_right_corner.png +48 52 8 x2/top_right_corner.png diff --git a/src/BlackTiny/config/top_side.cursor b/src/BlackTiny/config/top_side.cursor new file mode 100644 index 0000000..83be0ac --- /dev/null +++ b/src/BlackTiny/config/top_side.cursor @@ -0,0 +1,4 @@ +24 16 4 x1/top_side.png +30 20 5 x1_25/top_side.png +36 24 6 x1_5/top_side.png +48 32 8 x2/top_side.png diff --git a/src/BlackTiny/config/up-arrow.cursor b/src/BlackTiny/config/up-arrow.cursor new file mode 100644 index 0000000..50ba1b2 --- /dev/null +++ b/src/BlackTiny/config/up-arrow.cursor @@ -0,0 +1,4 @@ +24 16 4 x1/up-arrow.png +30 20 5 x1_25/up-arrow.png +36 24 6 x1_5/up-arrow.png +48 32 8 x2/up-arrow.png diff --git a/src/BlackTiny/config/vertical-text.cursor b/src/BlackTiny/config/vertical-text.cursor new file mode 100644 index 0000000..80184e6 --- /dev/null +++ b/src/BlackTiny/config/vertical-text.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/vertical-text.png +30 20 20 x1_25/vertical-text.png +36 24 24 x1_5/vertical-text.png +48 32 32 x2/vertical-text.png diff --git a/src/BlackTiny/config/wait.cursor b/src/BlackTiny/config/wait.cursor new file mode 100644 index 0000000..1a59b38 --- /dev/null +++ b/src/BlackTiny/config/wait.cursor @@ -0,0 +1,304 @@ +24 16 16 x1/wait-1.png 30 +24 16 16 x1/wait-2.png 30 +24 16 16 x1/wait-3.png 30 +24 16 16 x1/wait-4.png 30 +24 16 16 x1/wait-5.png 30 +24 16 16 x1/wait-6.png 30 +24 16 16 x1/wait-7.png 30 +24 16 16 x1/wait-8.png 30 +24 16 16 x1/wait-9.png 30 +24 16 16 x1/wait-10.png 30 +24 16 16 x1/wait-11.png 30 +24 16 16 x1/wait-12.png 30 +24 16 16 x1/wait-13.png 30 +24 16 16 x1/wait-14.png 30 +24 16 16 x1/wait-15.png 30 +24 16 16 x1/wait-16.png 30 +24 16 16 x1/wait-17.png 30 +24 16 16 x1/wait-18.png 30 +24 16 16 x1/wait-19.png 30 +24 16 16 x1/wait-20.png 30 +24 16 16 x1/wait-21.png 30 +24 16 16 x1/wait-22.png 30 +24 16 16 x1/wait-23.png 30 +24 16 16 x1/wait-24.png 30 +24 16 16 x1/wait-25.png 30 +24 16 16 x1/wait-26.png 30 +24 16 16 x1/wait-27.png 30 +24 16 16 x1/wait-28.png 30 +24 16 16 x1/wait-29.png 30 +24 16 16 x1/wait-30.png 30 +24 16 16 x1/wait-31.png 30 +24 16 16 x1/wait-32.png 30 +24 16 16 x1/wait-33.png 30 +24 16 16 x1/wait-34.png 30 +24 16 16 x1/wait-35.png 30 +24 16 16 x1/wait-36.png 30 +24 16 16 x1/wait-37.png 30 +24 16 16 x1/wait-38.png 30 +24 16 16 x1/wait-39.png 30 +24 16 16 x1/wait-40.png 30 +24 16 16 x1/wait-41.png 30 +24 16 16 x1/wait-42.png 30 +24 16 16 x1/wait-43.png 30 +24 16 16 x1/wait-44.png 30 +24 16 16 x1/wait-45.png 30 +24 16 16 x1/wait-46.png 30 +24 16 16 x1/wait-47.png 30 +24 16 16 x1/wait-48.png 30 +24 16 16 x1/wait-49.png 30 +24 16 16 x1/wait-50.png 30 +24 16 16 x1/wait-51.png 30 +24 16 16 x1/wait-52.png 30 +24 16 16 x1/wait-53.png 30 +24 16 16 x1/wait-54.png 30 +24 16 16 x1/wait-55.png 30 +24 16 16 x1/wait-56.png 30 +24 16 16 x1/wait-57.png 30 +24 16 16 x1/wait-58.png 30 +24 16 16 x1/wait-59.png 30 +24 16 16 x1/wait-60.png 30 +24 16 16 x1/wait-61.png 30 +24 16 16 x1/wait-62.png 30 +24 16 16 x1/wait-63.png 30 +24 16 16 x1/wait-64.png 30 +24 16 16 x1/wait-65.png 30 +24 16 16 x1/wait-66.png 30 +24 16 16 x1/wait-67.png 30 +24 16 16 x1/wait-68.png 30 +24 16 16 x1/wait-69.png 30 +24 16 16 x1/wait-70.png 30 +24 16 16 x1/wait-71.png 30 +24 16 16 x1/wait-72.png 30 +24 16 16 x1/wait-73.png 30 +24 16 16 x1/wait-74.png 30 +24 16 16 x1/wait-75.png 30 +24 16 16 x1/wait-76.png 30 +30 20 20 x1_25/wait-1.png 30 +30 20 20 x1_25/wait-2.png 30 +30 20 20 x1_25/wait-3.png 30 +30 20 20 x1_25/wait-4.png 30 +30 20 20 x1_25/wait-5.png 30 +30 20 20 x1_25/wait-6.png 30 +30 20 20 x1_25/wait-7.png 30 +30 20 20 x1_25/wait-8.png 30 +30 20 20 x1_25/wait-9.png 30 +30 20 20 x1_25/wait-10.png 30 +30 20 20 x1_25/wait-11.png 30 +30 20 20 x1_25/wait-12.png 30 +30 20 20 x1_25/wait-13.png 30 +30 20 20 x1_25/wait-14.png 30 +30 20 20 x1_25/wait-15.png 30 +30 20 20 x1_25/wait-16.png 30 +30 20 20 x1_25/wait-17.png 30 +30 20 20 x1_25/wait-18.png 30 +30 20 20 x1_25/wait-19.png 30 +30 20 20 x1_25/wait-20.png 30 +30 20 20 x1_25/wait-21.png 30 +30 20 20 x1_25/wait-22.png 30 +30 20 20 x1_25/wait-23.png 30 +30 20 20 x1_25/wait-24.png 30 +30 20 20 x1_25/wait-25.png 30 +30 20 20 x1_25/wait-26.png 30 +30 20 20 x1_25/wait-27.png 30 +30 20 20 x1_25/wait-28.png 30 +30 20 20 x1_25/wait-29.png 30 +30 20 20 x1_25/wait-30.png 30 +30 20 20 x1_25/wait-31.png 30 +30 20 20 x1_25/wait-32.png 30 +30 20 20 x1_25/wait-33.png 30 +30 20 20 x1_25/wait-34.png 30 +30 20 20 x1_25/wait-35.png 30 +30 20 20 x1_25/wait-36.png 30 +30 20 20 x1_25/wait-37.png 30 +30 20 20 x1_25/wait-38.png 30 +30 20 20 x1_25/wait-39.png 30 +30 20 20 x1_25/wait-40.png 30 +30 20 20 x1_25/wait-41.png 30 +30 20 20 x1_25/wait-42.png 30 +30 20 20 x1_25/wait-43.png 30 +30 20 20 x1_25/wait-44.png 30 +30 20 20 x1_25/wait-45.png 30 +30 20 20 x1_25/wait-46.png 30 +30 20 20 x1_25/wait-47.png 30 +30 20 20 x1_25/wait-48.png 30 +30 20 20 x1_25/wait-49.png 30 +30 20 20 x1_25/wait-50.png 30 +30 20 20 x1_25/wait-51.png 30 +30 20 20 x1_25/wait-52.png 30 +30 20 20 x1_25/wait-53.png 30 +30 20 20 x1_25/wait-54.png 30 +30 20 20 x1_25/wait-55.png 30 +30 20 20 x1_25/wait-56.png 30 +30 20 20 x1_25/wait-57.png 30 +30 20 20 x1_25/wait-58.png 30 +30 20 20 x1_25/wait-59.png 30 +30 20 20 x1_25/wait-60.png 30 +30 20 20 x1_25/wait-61.png 30 +30 20 20 x1_25/wait-62.png 30 +30 20 20 x1_25/wait-63.png 30 +30 20 20 x1_25/wait-64.png 30 +30 20 20 x1_25/wait-65.png 30 +30 20 20 x1_25/wait-66.png 30 +30 20 20 x1_25/wait-67.png 30 +30 20 20 x1_25/wait-68.png 30 +30 20 20 x1_25/wait-69.png 30 +30 20 20 x1_25/wait-70.png 30 +30 20 20 x1_25/wait-71.png 30 +30 20 20 x1_25/wait-72.png 30 +30 20 20 x1_25/wait-73.png 30 +30 20 20 x1_25/wait-74.png 30 +30 20 20 x1_25/wait-75.png 30 +30 20 20 x1_25/wait-76.png 30 +36 24 24 x1_5/wait-1.png 30 +36 24 24 x1_5/wait-2.png 30 +36 24 24 x1_5/wait-3.png 30 +36 24 24 x1_5/wait-4.png 30 +36 24 24 x1_5/wait-5.png 30 +36 24 24 x1_5/wait-6.png 30 +36 24 24 x1_5/wait-7.png 30 +36 24 24 x1_5/wait-8.png 30 +36 24 24 x1_5/wait-9.png 30 +36 24 24 x1_5/wait-10.png 30 +36 24 24 x1_5/wait-11.png 30 +36 24 24 x1_5/wait-12.png 30 +36 24 24 x1_5/wait-13.png 30 +36 24 24 x1_5/wait-14.png 30 +36 24 24 x1_5/wait-15.png 30 +36 24 24 x1_5/wait-16.png 30 +36 24 24 x1_5/wait-17.png 30 +36 24 24 x1_5/wait-18.png 30 +36 24 24 x1_5/wait-19.png 30 +36 24 24 x1_5/wait-20.png 30 +36 24 24 x1_5/wait-21.png 30 +36 24 24 x1_5/wait-22.png 30 +36 24 24 x1_5/wait-23.png 30 +36 24 24 x1_5/wait-24.png 30 +36 24 24 x1_5/wait-25.png 30 +36 24 24 x1_5/wait-26.png 30 +36 24 24 x1_5/wait-27.png 30 +36 24 24 x1_5/wait-28.png 30 +36 24 24 x1_5/wait-29.png 30 +36 24 24 x1_5/wait-30.png 30 +36 24 24 x1_5/wait-31.png 30 +36 24 24 x1_5/wait-32.png 30 +36 24 24 x1_5/wait-33.png 30 +36 24 24 x1_5/wait-34.png 30 +36 24 24 x1_5/wait-35.png 30 +36 24 24 x1_5/wait-36.png 30 +36 24 24 x1_5/wait-37.png 30 +36 24 24 x1_5/wait-38.png 30 +36 24 24 x1_5/wait-39.png 30 +36 24 24 x1_5/wait-40.png 30 +36 24 24 x1_5/wait-41.png 30 +36 24 24 x1_5/wait-42.png 30 +36 24 24 x1_5/wait-43.png 30 +36 24 24 x1_5/wait-44.png 30 +36 24 24 x1_5/wait-45.png 30 +36 24 24 x1_5/wait-46.png 30 +36 24 24 x1_5/wait-47.png 30 +36 24 24 x1_5/wait-48.png 30 +36 24 24 x1_5/wait-49.png 30 +36 24 24 x1_5/wait-50.png 30 +36 24 24 x1_5/wait-51.png 30 +36 24 24 x1_5/wait-52.png 30 +36 24 24 x1_5/wait-53.png 30 +36 24 24 x1_5/wait-54.png 30 +36 24 24 x1_5/wait-55.png 30 +36 24 24 x1_5/wait-56.png 30 +36 24 24 x1_5/wait-57.png 30 +36 24 24 x1_5/wait-58.png 30 +36 24 24 x1_5/wait-59.png 30 +36 24 24 x1_5/wait-60.png 30 +36 24 24 x1_5/wait-61.png 30 +36 24 24 x1_5/wait-62.png 30 +36 24 24 x1_5/wait-63.png 30 +36 24 24 x1_5/wait-64.png 30 +36 24 24 x1_5/wait-65.png 30 +36 24 24 x1_5/wait-66.png 30 +36 24 24 x1_5/wait-67.png 30 +36 24 24 x1_5/wait-68.png 30 +36 24 24 x1_5/wait-69.png 30 +36 24 24 x1_5/wait-70.png 30 +36 24 24 x1_5/wait-71.png 30 +36 24 24 x1_5/wait-72.png 30 +36 24 24 x1_5/wait-73.png 30 +36 24 24 x1_5/wait-74.png 30 +36 24 24 x1_5/wait-75.png 30 +36 24 24 x1_5/wait-76.png 30 +48 32 32 x2/wait-1.png 30 +48 32 32 x2/wait-2.png 30 +48 32 32 x2/wait-3.png 30 +48 32 32 x2/wait-4.png 30 +48 32 32 x2/wait-5.png 30 +48 32 32 x2/wait-6.png 30 +48 32 32 x2/wait-7.png 30 +48 32 32 x2/wait-8.png 30 +48 32 32 x2/wait-9.png 30 +48 32 32 x2/wait-10.png 30 +48 32 32 x2/wait-11.png 30 +48 32 32 x2/wait-12.png 30 +48 32 32 x2/wait-13.png 30 +48 32 32 x2/wait-14.png 30 +48 32 32 x2/wait-15.png 30 +48 32 32 x2/wait-16.png 30 +48 32 32 x2/wait-17.png 30 +48 32 32 x2/wait-18.png 30 +48 32 32 x2/wait-19.png 30 +48 32 32 x2/wait-20.png 30 +48 32 32 x2/wait-21.png 30 +48 32 32 x2/wait-22.png 30 +48 32 32 x2/wait-23.png 30 +48 32 32 x2/wait-24.png 30 +48 32 32 x2/wait-25.png 30 +48 32 32 x2/wait-26.png 30 +48 32 32 x2/wait-27.png 30 +48 32 32 x2/wait-28.png 30 +48 32 32 x2/wait-29.png 30 +48 32 32 x2/wait-30.png 30 +48 32 32 x2/wait-31.png 30 +48 32 32 x2/wait-32.png 30 +48 32 32 x2/wait-33.png 30 +48 32 32 x2/wait-34.png 30 +48 32 32 x2/wait-35.png 30 +48 32 32 x2/wait-36.png 30 +48 32 32 x2/wait-37.png 30 +48 32 32 x2/wait-38.png 30 +48 32 32 x2/wait-39.png 30 +48 32 32 x2/wait-40.png 30 +48 32 32 x2/wait-41.png 30 +48 32 32 x2/wait-42.png 30 +48 32 32 x2/wait-43.png 30 +48 32 32 x2/wait-44.png 30 +48 32 32 x2/wait-45.png 30 +48 32 32 x2/wait-46.png 30 +48 32 32 x2/wait-47.png 30 +48 32 32 x2/wait-48.png 30 +48 32 32 x2/wait-49.png 30 +48 32 32 x2/wait-50.png 30 +48 32 32 x2/wait-51.png 30 +48 32 32 x2/wait-52.png 30 +48 32 32 x2/wait-53.png 30 +48 32 32 x2/wait-54.png 30 +48 32 32 x2/wait-55.png 30 +48 32 32 x2/wait-56.png 30 +48 32 32 x2/wait-57.png 30 +48 32 32 x2/wait-58.png 30 +48 32 32 x2/wait-59.png 30 +48 32 32 x2/wait-60.png 30 +48 32 32 x2/wait-61.png 30 +48 32 32 x2/wait-62.png 30 +48 32 32 x2/wait-63.png 30 +48 32 32 x2/wait-64.png 30 +48 32 32 x2/wait-65.png 30 +48 32 32 x2/wait-66.png 30 +48 32 32 x2/wait-67.png 30 +48 32 32 x2/wait-68.png 30 +48 32 32 x2/wait-69.png 30 +48 32 32 x2/wait-70.png 30 +48 32 32 x2/wait-71.png 30 +48 32 32 x2/wait-72.png 30 +48 32 32 x2/wait-73.png 30 +48 32 32 x2/wait-74.png 30 +48 32 32 x2/wait-75.png 30 +48 32 32 x2/wait-76.png 30 diff --git a/src/BlackTiny/config/wayland-cursor.cursor b/src/BlackTiny/config/wayland-cursor.cursor new file mode 100644 index 0000000..29e793e --- /dev/null +++ b/src/BlackTiny/config/wayland-cursor.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/wayland-cursor.png +30 20 20 x1_25/wayland-cursor.png +36 24 24 x1_5/wayland-cursor.png +48 32 32 x2/wayland-cursor.png diff --git a/src/BlackTiny/config/x-cursor.cursor b/src/BlackTiny/config/x-cursor.cursor new file mode 100644 index 0000000..7d89fe1 --- /dev/null +++ b/src/BlackTiny/config/x-cursor.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/x-cursor.png +30 20 20 x1_25/x-cursor.png +36 24 24 x1_5/x-cursor.png +48 32 32 x2/x-cursor.png diff --git a/src/BlackTiny/config/zoom-in.cursor b/src/BlackTiny/config/zoom-in.cursor new file mode 100644 index 0000000..4f7cd39 --- /dev/null +++ b/src/BlackTiny/config/zoom-in.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/zoom-in.png +30 20 20 x1_25/zoom-in.png +36 24 24 x1_5/zoom-in.png +48 32 32 x2/zoom-in.png diff --git a/src/BlackTiny/config/zoom-out.cursor b/src/BlackTiny/config/zoom-out.cursor new file mode 100644 index 0000000..607b677 --- /dev/null +++ b/src/BlackTiny/config/zoom-out.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/zoom-out.png +30 20 20 x1_25/zoom-out.png +36 24 24 x1_5/zoom-out.png +48 32 32 x2/zoom-out.png diff --git a/src/BlackTiny/cursorList b/src/BlackTiny/cursorList new file mode 100644 index 0000000..5dbb2e7 --- /dev/null +++ b/src/BlackTiny/cursorList @@ -0,0 +1,66 @@ +00000000000000020006000e7e9ffc3f progress +00008160000006810000408080010102 size_ver +03b6e0fcb3499374a867c041f52298f0 circle +08e8e1c95fe2fc01f976f1e063a24ccd progress +1081e37283d90000800003c07f3ef6bf copy +3085a0e285430894940527032f8b26df alias +3ecb610c1bf2410f44200f48c40d3599 progress +4498f0e0c1937ffe01fd06f973665830 dnd-move +5c6cd98b3f3ebcb1f9c7f1c204630408 help +6407b0e94181790501fd1e167b474872 copy +640fb0e74195791501fd1ed57b41487f alias +9081237383d90e509aa00f00170e968f dnd-move +9d800788f1b08800ae810202380a0822 pointer +a2a266d0498c3104214a47bd64ab0fc8 alias +arrow default +b66166c04f8c3109214a4fbd64a50fc8 copy +circle not-allowed +closedhand dnd-move +col-resize size_hor +color-picker crosshair +copy dnd-move +cross crosshair +crossed_circle not-allowed +d9ce0ab605698f320427677b458ad60b help +dnd-copy copy +dnd-none dnd-move +e-resize size_hor +e29285e634086352946a0e7090d73106 pointer +fcf21c00b30f7e3f83fe0dfd12e71cff dnd-move +forbidden no-drop +grab openhand +grabbing dnd-move +h_double_arrow size_hor +half-busy progress +hand1 pointer +hand2 pointer +ibeam text +left_ptr default +left_ptr_help help +left_ptr_watch progress +left_side left-arrow +link alias +ll_angle bottom_left_corner +lr_angle bottom_right_corner +move dnd-move +n-resize size_ver +nesw-resize size_bdiag +nwse-resize size_fdiag +plus cell +pointing_hand pointer +question_arrow help +right_side right-arrow +s-resize size_ver +sb_h_double_arrow size_hor +sb_v_double_arrow size_ver +size_all fleur +split_h col-resize +split_v row-resize +tcross crosshair +ul_angle top_left_corner +ur_angle top_right_corner +v_double_arrow size_ver +w-resize size_hor +watch wait +whats_this help +xterm text diff --git a/src/BlackTiny/index.theme b/src/BlackTiny/index.theme new file mode 100644 index 0000000..8cd98a7 --- /dev/null +++ b/src/BlackTiny/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name=Posy Black + diff --git a/src/BlackTiny/x2/alias.png b/src/BlackTiny/x2/alias.png new file mode 100644 index 0000000..b55e690 Binary files /dev/null and b/src/BlackTiny/x2/alias.png differ diff --git a/src/BlackTiny/x2/all-scroll.png b/src/BlackTiny/x2/all-scroll.png new file mode 100644 index 0000000..c30f50b Binary files /dev/null and b/src/BlackTiny/x2/all-scroll.png differ diff --git a/src/BlackTiny/x2/bottom_left_corner.png b/src/BlackTiny/x2/bottom_left_corner.png new file mode 100644 index 0000000..c805aa6 Binary files /dev/null and b/src/BlackTiny/x2/bottom_left_corner.png differ diff --git a/src/BlackTiny/x2/bottom_right_corner.png b/src/BlackTiny/x2/bottom_right_corner.png new file mode 100644 index 0000000..07673a9 Binary files /dev/null and b/src/BlackTiny/x2/bottom_right_corner.png differ diff --git a/src/BlackTiny/x2/bottom_side.png b/src/BlackTiny/x2/bottom_side.png new file mode 100644 index 0000000..f37c10b Binary files /dev/null and b/src/BlackTiny/x2/bottom_side.png differ diff --git a/src/BlackTiny/x2/cell.png b/src/BlackTiny/x2/cell.png new file mode 100644 index 0000000..88fe995 Binary files /dev/null and b/src/BlackTiny/x2/cell.png differ diff --git a/src/BlackTiny/x2/center_ptr.png b/src/BlackTiny/x2/center_ptr.png new file mode 100644 index 0000000..00b33fd Binary files /dev/null and b/src/BlackTiny/x2/center_ptr.png differ diff --git a/src/BlackTiny/x2/col-resize.png b/src/BlackTiny/x2/col-resize.png new file mode 100644 index 0000000..8fbec5e Binary files /dev/null and b/src/BlackTiny/x2/col-resize.png differ diff --git a/src/BlackTiny/x2/color-picker.png b/src/BlackTiny/x2/color-picker.png new file mode 100644 index 0000000..40f144d Binary files /dev/null and b/src/BlackTiny/x2/color-picker.png differ diff --git a/src/BlackTiny/x2/context-menu.png b/src/BlackTiny/x2/context-menu.png new file mode 100644 index 0000000..ea530cf Binary files /dev/null and b/src/BlackTiny/x2/context-menu.png differ diff --git a/src/BlackTiny/x2/copy.png b/src/BlackTiny/x2/copy.png new file mode 100644 index 0000000..f4a35cd Binary files /dev/null and b/src/BlackTiny/x2/copy.png differ diff --git a/src/BlackTiny/x2/crosshair.png b/src/BlackTiny/x2/crosshair.png new file mode 100644 index 0000000..583a317 Binary files /dev/null and b/src/BlackTiny/x2/crosshair.png differ diff --git a/src/BlackTiny/x2/default.png b/src/BlackTiny/x2/default.png new file mode 100644 index 0000000..cc86f35 Binary files /dev/null and b/src/BlackTiny/x2/default.png differ diff --git a/src/BlackTiny/x2/dnd-move.png b/src/BlackTiny/x2/dnd-move.png new file mode 100644 index 0000000..65dcdb3 Binary files /dev/null and b/src/BlackTiny/x2/dnd-move.png differ diff --git a/src/BlackTiny/x2/dnd-no-drop.png b/src/BlackTiny/x2/dnd-no-drop.png new file mode 100644 index 0000000..9b7d7f8 Binary files /dev/null and b/src/BlackTiny/x2/dnd-no-drop.png differ diff --git a/src/BlackTiny/x2/down-arrow.png b/src/BlackTiny/x2/down-arrow.png new file mode 100644 index 0000000..0c1a17f Binary files /dev/null and b/src/BlackTiny/x2/down-arrow.png differ diff --git a/src/BlackTiny/x2/draft.png b/src/BlackTiny/x2/draft.png new file mode 100644 index 0000000..0bd7e26 Binary files /dev/null and b/src/BlackTiny/x2/draft.png differ diff --git a/src/BlackTiny/x2/fleur.png b/src/BlackTiny/x2/fleur.png new file mode 100644 index 0000000..13e728d Binary files /dev/null and b/src/BlackTiny/x2/fleur.png differ diff --git a/src/BlackTiny/x2/help.png b/src/BlackTiny/x2/help.png new file mode 100644 index 0000000..875724c Binary files /dev/null and b/src/BlackTiny/x2/help.png differ diff --git a/src/BlackTiny/x2/left-arrow.png b/src/BlackTiny/x2/left-arrow.png new file mode 100644 index 0000000..89170d9 Binary files /dev/null and b/src/BlackTiny/x2/left-arrow.png differ diff --git a/src/BlackTiny/x2/left_side.png b/src/BlackTiny/x2/left_side.png new file mode 100644 index 0000000..d248ad4 Binary files /dev/null and b/src/BlackTiny/x2/left_side.png differ diff --git a/src/BlackTiny/x2/no-drop.png b/src/BlackTiny/x2/no-drop.png new file mode 100644 index 0000000..12d1c48 Binary files /dev/null and b/src/BlackTiny/x2/no-drop.png differ diff --git a/src/BlackTiny/x2/not-allowed.png b/src/BlackTiny/x2/not-allowed.png new file mode 100644 index 0000000..bc741b4 Binary files /dev/null and b/src/BlackTiny/x2/not-allowed.png differ diff --git a/src/BlackTiny/x2/openhand.png b/src/BlackTiny/x2/openhand.png new file mode 100644 index 0000000..8da4b95 Binary files /dev/null and b/src/BlackTiny/x2/openhand.png differ diff --git a/src/BlackTiny/x2/pencil.png b/src/BlackTiny/x2/pencil.png new file mode 100644 index 0000000..0bd7e26 Binary files /dev/null and b/src/BlackTiny/x2/pencil.png differ diff --git a/src/BlackTiny/x2/pirate.png b/src/BlackTiny/x2/pirate.png new file mode 100644 index 0000000..334e590 Binary files /dev/null and b/src/BlackTiny/x2/pirate.png differ diff --git a/src/BlackTiny/x2/pointer.png b/src/BlackTiny/x2/pointer.png new file mode 100644 index 0000000..80504c7 Binary files /dev/null and b/src/BlackTiny/x2/pointer.png differ diff --git a/src/BlackTiny/x2/progress-1.png b/src/BlackTiny/x2/progress-1.png new file mode 100644 index 0000000..31b2516 Binary files /dev/null and b/src/BlackTiny/x2/progress-1.png differ diff --git a/src/BlackTiny/x2/progress-10.png b/src/BlackTiny/x2/progress-10.png new file mode 100644 index 0000000..411aa7d Binary files /dev/null and b/src/BlackTiny/x2/progress-10.png differ diff --git a/src/BlackTiny/x2/progress-11.png b/src/BlackTiny/x2/progress-11.png new file mode 100644 index 0000000..3e0aa2b Binary files /dev/null and b/src/BlackTiny/x2/progress-11.png differ diff --git a/src/BlackTiny/x2/progress-12.png b/src/BlackTiny/x2/progress-12.png new file mode 100644 index 0000000..5639ce4 Binary files /dev/null and b/src/BlackTiny/x2/progress-12.png differ diff --git a/src/BlackTiny/x2/progress-13.png b/src/BlackTiny/x2/progress-13.png new file mode 100644 index 0000000..8bb736e Binary files /dev/null and b/src/BlackTiny/x2/progress-13.png differ diff --git a/src/BlackTiny/x2/progress-14.png b/src/BlackTiny/x2/progress-14.png new file mode 100644 index 0000000..28f4b6a Binary files /dev/null and b/src/BlackTiny/x2/progress-14.png differ diff --git a/src/BlackTiny/x2/progress-15.png b/src/BlackTiny/x2/progress-15.png new file mode 100644 index 0000000..707db45 Binary files /dev/null and b/src/BlackTiny/x2/progress-15.png differ diff --git a/src/BlackTiny/x2/progress-16.png b/src/BlackTiny/x2/progress-16.png new file mode 100644 index 0000000..1067de8 Binary files /dev/null and b/src/BlackTiny/x2/progress-16.png differ diff --git a/src/BlackTiny/x2/progress-17.png b/src/BlackTiny/x2/progress-17.png new file mode 100644 index 0000000..b7e5e9b Binary files /dev/null and b/src/BlackTiny/x2/progress-17.png differ diff --git a/src/BlackTiny/x2/progress-18.png b/src/BlackTiny/x2/progress-18.png new file mode 100644 index 0000000..b07a290 Binary files /dev/null and b/src/BlackTiny/x2/progress-18.png differ diff --git a/src/BlackTiny/x2/progress-19.png b/src/BlackTiny/x2/progress-19.png new file mode 100644 index 0000000..3f5758d Binary files /dev/null and b/src/BlackTiny/x2/progress-19.png differ diff --git a/src/BlackTiny/x2/progress-2.png b/src/BlackTiny/x2/progress-2.png new file mode 100644 index 0000000..03b5925 Binary files /dev/null and b/src/BlackTiny/x2/progress-2.png differ diff --git a/src/BlackTiny/x2/progress-20.png b/src/BlackTiny/x2/progress-20.png new file mode 100644 index 0000000..28a95bd Binary files /dev/null and b/src/BlackTiny/x2/progress-20.png differ diff --git a/src/BlackTiny/x2/progress-21.png b/src/BlackTiny/x2/progress-21.png new file mode 100644 index 0000000..fce09b1 Binary files /dev/null and b/src/BlackTiny/x2/progress-21.png differ diff --git a/src/BlackTiny/x2/progress-22.png b/src/BlackTiny/x2/progress-22.png new file mode 100644 index 0000000..5153e58 Binary files /dev/null and b/src/BlackTiny/x2/progress-22.png differ diff --git a/src/BlackTiny/x2/progress-23.png b/src/BlackTiny/x2/progress-23.png new file mode 100644 index 0000000..ba9e5c1 Binary files /dev/null and b/src/BlackTiny/x2/progress-23.png differ diff --git a/src/BlackTiny/x2/progress-24.png b/src/BlackTiny/x2/progress-24.png new file mode 100644 index 0000000..4fcc7d6 Binary files /dev/null and b/src/BlackTiny/x2/progress-24.png differ diff --git a/src/BlackTiny/x2/progress-25.png b/src/BlackTiny/x2/progress-25.png new file mode 100644 index 0000000..0b3dcb5 Binary files /dev/null and b/src/BlackTiny/x2/progress-25.png differ diff --git a/src/BlackTiny/x2/progress-26.png b/src/BlackTiny/x2/progress-26.png new file mode 100644 index 0000000..c52aebe Binary files /dev/null and b/src/BlackTiny/x2/progress-26.png differ diff --git a/src/BlackTiny/x2/progress-27.png b/src/BlackTiny/x2/progress-27.png new file mode 100644 index 0000000..da2a008 Binary files /dev/null and b/src/BlackTiny/x2/progress-27.png differ diff --git a/src/BlackTiny/x2/progress-28.png b/src/BlackTiny/x2/progress-28.png new file mode 100644 index 0000000..0a75c0c Binary files /dev/null and b/src/BlackTiny/x2/progress-28.png differ diff --git a/src/BlackTiny/x2/progress-29.png b/src/BlackTiny/x2/progress-29.png new file mode 100644 index 0000000..e7390ec Binary files /dev/null and b/src/BlackTiny/x2/progress-29.png differ diff --git a/src/BlackTiny/x2/progress-3.png b/src/BlackTiny/x2/progress-3.png new file mode 100644 index 0000000..4c737e9 Binary files /dev/null and b/src/BlackTiny/x2/progress-3.png differ diff --git a/src/BlackTiny/x2/progress-30.png b/src/BlackTiny/x2/progress-30.png new file mode 100644 index 0000000..562031b Binary files /dev/null and b/src/BlackTiny/x2/progress-30.png differ diff --git a/src/BlackTiny/x2/progress-31.png b/src/BlackTiny/x2/progress-31.png new file mode 100644 index 0000000..f2abe4f Binary files /dev/null and b/src/BlackTiny/x2/progress-31.png differ diff --git a/src/BlackTiny/x2/progress-32.png b/src/BlackTiny/x2/progress-32.png new file mode 100644 index 0000000..d694b60 Binary files /dev/null and b/src/BlackTiny/x2/progress-32.png differ diff --git a/src/BlackTiny/x2/progress-33.png b/src/BlackTiny/x2/progress-33.png new file mode 100644 index 0000000..ac41b9d Binary files /dev/null and b/src/BlackTiny/x2/progress-33.png differ diff --git a/src/BlackTiny/x2/progress-34.png b/src/BlackTiny/x2/progress-34.png new file mode 100644 index 0000000..e390491 Binary files /dev/null and b/src/BlackTiny/x2/progress-34.png differ diff --git a/src/BlackTiny/x2/progress-35.png b/src/BlackTiny/x2/progress-35.png new file mode 100644 index 0000000..8097d0a Binary files /dev/null and b/src/BlackTiny/x2/progress-35.png differ diff --git a/src/BlackTiny/x2/progress-36.png b/src/BlackTiny/x2/progress-36.png new file mode 100644 index 0000000..7f4b8be Binary files /dev/null and b/src/BlackTiny/x2/progress-36.png differ diff --git a/src/BlackTiny/x2/progress-37.png b/src/BlackTiny/x2/progress-37.png new file mode 100644 index 0000000..ad11e6b Binary files /dev/null and b/src/BlackTiny/x2/progress-37.png differ diff --git a/src/BlackTiny/x2/progress-38.png b/src/BlackTiny/x2/progress-38.png new file mode 100644 index 0000000..e86e695 Binary files /dev/null and b/src/BlackTiny/x2/progress-38.png differ diff --git a/src/BlackTiny/x2/progress-39.png b/src/BlackTiny/x2/progress-39.png new file mode 100644 index 0000000..d89b406 Binary files /dev/null and b/src/BlackTiny/x2/progress-39.png differ diff --git a/src/BlackTiny/x2/progress-4.png b/src/BlackTiny/x2/progress-4.png new file mode 100644 index 0000000..1b9e9a5 Binary files /dev/null and b/src/BlackTiny/x2/progress-4.png differ diff --git a/src/BlackTiny/x2/progress-40.png b/src/BlackTiny/x2/progress-40.png new file mode 100644 index 0000000..d97add1 Binary files /dev/null and b/src/BlackTiny/x2/progress-40.png differ diff --git a/src/BlackTiny/x2/progress-41.png b/src/BlackTiny/x2/progress-41.png new file mode 100644 index 0000000..77913c5 Binary files /dev/null and b/src/BlackTiny/x2/progress-41.png differ diff --git a/src/BlackTiny/x2/progress-42.png b/src/BlackTiny/x2/progress-42.png new file mode 100644 index 0000000..4df94e9 Binary files /dev/null and b/src/BlackTiny/x2/progress-42.png differ diff --git a/src/BlackTiny/x2/progress-43.png b/src/BlackTiny/x2/progress-43.png new file mode 100644 index 0000000..543cabe Binary files /dev/null and b/src/BlackTiny/x2/progress-43.png differ diff --git a/src/BlackTiny/x2/progress-44.png b/src/BlackTiny/x2/progress-44.png new file mode 100644 index 0000000..36719cb Binary files /dev/null and b/src/BlackTiny/x2/progress-44.png differ diff --git a/src/BlackTiny/x2/progress-45.png b/src/BlackTiny/x2/progress-45.png new file mode 100644 index 0000000..edf5cdd Binary files /dev/null and b/src/BlackTiny/x2/progress-45.png differ diff --git a/src/BlackTiny/x2/progress-46.png b/src/BlackTiny/x2/progress-46.png new file mode 100644 index 0000000..e9faa04 Binary files /dev/null and b/src/BlackTiny/x2/progress-46.png differ diff --git a/src/BlackTiny/x2/progress-47.png b/src/BlackTiny/x2/progress-47.png new file mode 100644 index 0000000..2149c9e Binary files /dev/null and b/src/BlackTiny/x2/progress-47.png differ diff --git a/src/BlackTiny/x2/progress-48.png b/src/BlackTiny/x2/progress-48.png new file mode 100644 index 0000000..028859d Binary files /dev/null and b/src/BlackTiny/x2/progress-48.png differ diff --git a/src/BlackTiny/x2/progress-49.png b/src/BlackTiny/x2/progress-49.png new file mode 100644 index 0000000..668b796 Binary files /dev/null and b/src/BlackTiny/x2/progress-49.png differ diff --git a/src/BlackTiny/x2/progress-5.png b/src/BlackTiny/x2/progress-5.png new file mode 100644 index 0000000..022d77e Binary files /dev/null and b/src/BlackTiny/x2/progress-5.png differ diff --git a/src/BlackTiny/x2/progress-50.png b/src/BlackTiny/x2/progress-50.png new file mode 100644 index 0000000..3142608 Binary files /dev/null and b/src/BlackTiny/x2/progress-50.png differ diff --git a/src/BlackTiny/x2/progress-51.png b/src/BlackTiny/x2/progress-51.png new file mode 100644 index 0000000..f9d96df Binary files /dev/null and b/src/BlackTiny/x2/progress-51.png differ diff --git a/src/BlackTiny/x2/progress-52.png b/src/BlackTiny/x2/progress-52.png new file mode 100644 index 0000000..5ce4de1 Binary files /dev/null and b/src/BlackTiny/x2/progress-52.png differ diff --git a/src/BlackTiny/x2/progress-53.png b/src/BlackTiny/x2/progress-53.png new file mode 100644 index 0000000..c25c726 Binary files /dev/null and b/src/BlackTiny/x2/progress-53.png differ diff --git a/src/BlackTiny/x2/progress-54.png b/src/BlackTiny/x2/progress-54.png new file mode 100644 index 0000000..bc5a8b6 Binary files /dev/null and b/src/BlackTiny/x2/progress-54.png differ diff --git a/src/BlackTiny/x2/progress-55.png b/src/BlackTiny/x2/progress-55.png new file mode 100644 index 0000000..b06d0fb Binary files /dev/null and b/src/BlackTiny/x2/progress-55.png differ diff --git a/src/BlackTiny/x2/progress-56.png b/src/BlackTiny/x2/progress-56.png new file mode 100644 index 0000000..2007be2 Binary files /dev/null and b/src/BlackTiny/x2/progress-56.png differ diff --git a/src/BlackTiny/x2/progress-57.png b/src/BlackTiny/x2/progress-57.png new file mode 100644 index 0000000..5c1ea70 Binary files /dev/null and b/src/BlackTiny/x2/progress-57.png differ diff --git a/src/BlackTiny/x2/progress-58.png b/src/BlackTiny/x2/progress-58.png new file mode 100644 index 0000000..7a48012 Binary files /dev/null and b/src/BlackTiny/x2/progress-58.png differ diff --git a/src/BlackTiny/x2/progress-59.png b/src/BlackTiny/x2/progress-59.png new file mode 100644 index 0000000..9110198 Binary files /dev/null and b/src/BlackTiny/x2/progress-59.png differ diff --git a/src/BlackTiny/x2/progress-6.png b/src/BlackTiny/x2/progress-6.png new file mode 100644 index 0000000..bb74da9 Binary files /dev/null and b/src/BlackTiny/x2/progress-6.png differ diff --git a/src/BlackTiny/x2/progress-60.png b/src/BlackTiny/x2/progress-60.png new file mode 100644 index 0000000..2e28691 Binary files /dev/null and b/src/BlackTiny/x2/progress-60.png differ diff --git a/src/BlackTiny/x2/progress-61.png b/src/BlackTiny/x2/progress-61.png new file mode 100644 index 0000000..25cf9dc Binary files /dev/null and b/src/BlackTiny/x2/progress-61.png differ diff --git a/src/BlackTiny/x2/progress-62.png b/src/BlackTiny/x2/progress-62.png new file mode 100644 index 0000000..77e438c Binary files /dev/null and b/src/BlackTiny/x2/progress-62.png differ diff --git a/src/BlackTiny/x2/progress-63.png b/src/BlackTiny/x2/progress-63.png new file mode 100644 index 0000000..11d457a Binary files /dev/null and b/src/BlackTiny/x2/progress-63.png differ diff --git a/src/BlackTiny/x2/progress-64.png b/src/BlackTiny/x2/progress-64.png new file mode 100644 index 0000000..3ff5cdf Binary files /dev/null and b/src/BlackTiny/x2/progress-64.png differ diff --git a/src/BlackTiny/x2/progress-65.png b/src/BlackTiny/x2/progress-65.png new file mode 100644 index 0000000..290fcc9 Binary files /dev/null and b/src/BlackTiny/x2/progress-65.png differ diff --git a/src/BlackTiny/x2/progress-66.png b/src/BlackTiny/x2/progress-66.png new file mode 100644 index 0000000..ea7e6d7 Binary files /dev/null and b/src/BlackTiny/x2/progress-66.png differ diff --git a/src/BlackTiny/x2/progress-67.png b/src/BlackTiny/x2/progress-67.png new file mode 100644 index 0000000..89c8182 Binary files /dev/null and b/src/BlackTiny/x2/progress-67.png differ diff --git a/src/BlackTiny/x2/progress-68.png b/src/BlackTiny/x2/progress-68.png new file mode 100644 index 0000000..bb2c012 Binary files /dev/null and b/src/BlackTiny/x2/progress-68.png differ diff --git a/src/BlackTiny/x2/progress-69.png b/src/BlackTiny/x2/progress-69.png new file mode 100644 index 0000000..6f29089 Binary files /dev/null and b/src/BlackTiny/x2/progress-69.png differ diff --git a/src/BlackTiny/x2/progress-7.png b/src/BlackTiny/x2/progress-7.png new file mode 100644 index 0000000..e485bf6 Binary files /dev/null and b/src/BlackTiny/x2/progress-7.png differ diff --git a/src/BlackTiny/x2/progress-70.png b/src/BlackTiny/x2/progress-70.png new file mode 100644 index 0000000..9180f0a Binary files /dev/null and b/src/BlackTiny/x2/progress-70.png differ diff --git a/src/BlackTiny/x2/progress-71.png b/src/BlackTiny/x2/progress-71.png new file mode 100644 index 0000000..fbb9100 Binary files /dev/null and b/src/BlackTiny/x2/progress-71.png differ diff --git a/src/BlackTiny/x2/progress-72.png b/src/BlackTiny/x2/progress-72.png new file mode 100644 index 0000000..454ff0c Binary files /dev/null and b/src/BlackTiny/x2/progress-72.png differ diff --git a/src/BlackTiny/x2/progress-73.png b/src/BlackTiny/x2/progress-73.png new file mode 100644 index 0000000..7107676 Binary files /dev/null and b/src/BlackTiny/x2/progress-73.png differ diff --git a/src/BlackTiny/x2/progress-74.png b/src/BlackTiny/x2/progress-74.png new file mode 100644 index 0000000..ffe6166 Binary files /dev/null and b/src/BlackTiny/x2/progress-74.png differ diff --git a/src/BlackTiny/x2/progress-75.png b/src/BlackTiny/x2/progress-75.png new file mode 100644 index 0000000..023a365 Binary files /dev/null and b/src/BlackTiny/x2/progress-75.png differ diff --git a/src/BlackTiny/x2/progress-76.png b/src/BlackTiny/x2/progress-76.png new file mode 100644 index 0000000..ac83194 Binary files /dev/null and b/src/BlackTiny/x2/progress-76.png differ diff --git a/src/BlackTiny/x2/progress-8.png b/src/BlackTiny/x2/progress-8.png new file mode 100644 index 0000000..dcc65db Binary files /dev/null and b/src/BlackTiny/x2/progress-8.png differ diff --git a/src/BlackTiny/x2/progress-9.png b/src/BlackTiny/x2/progress-9.png new file mode 100644 index 0000000..fefc787 Binary files /dev/null and b/src/BlackTiny/x2/progress-9.png differ diff --git a/src/BlackTiny/x2/right-arrow.png b/src/BlackTiny/x2/right-arrow.png new file mode 100644 index 0000000..9c72206 Binary files /dev/null and b/src/BlackTiny/x2/right-arrow.png differ diff --git a/src/BlackTiny/x2/right_ptr.png b/src/BlackTiny/x2/right_ptr.png new file mode 100644 index 0000000..2716a4e Binary files /dev/null and b/src/BlackTiny/x2/right_ptr.png differ diff --git a/src/BlackTiny/x2/right_side.png b/src/BlackTiny/x2/right_side.png new file mode 100644 index 0000000..a216afc Binary files /dev/null and b/src/BlackTiny/x2/right_side.png differ diff --git a/src/BlackTiny/x2/row-resize.png b/src/BlackTiny/x2/row-resize.png new file mode 100644 index 0000000..77ee21b Binary files /dev/null and b/src/BlackTiny/x2/row-resize.png differ diff --git a/src/BlackTiny/x2/size_bdiag.png b/src/BlackTiny/x2/size_bdiag.png new file mode 100644 index 0000000..7454371 Binary files /dev/null and b/src/BlackTiny/x2/size_bdiag.png differ diff --git a/src/BlackTiny/x2/size_fdiag.png b/src/BlackTiny/x2/size_fdiag.png new file mode 100644 index 0000000..5ddabae Binary files /dev/null and b/src/BlackTiny/x2/size_fdiag.png differ diff --git a/src/BlackTiny/x2/size_hor.png b/src/BlackTiny/x2/size_hor.png new file mode 100644 index 0000000..43334c7 Binary files /dev/null and b/src/BlackTiny/x2/size_hor.png differ diff --git a/src/BlackTiny/x2/size_ver.png b/src/BlackTiny/x2/size_ver.png new file mode 100644 index 0000000..61b6b54 Binary files /dev/null and b/src/BlackTiny/x2/size_ver.png differ diff --git a/src/BlackTiny/x2/text.png b/src/BlackTiny/x2/text.png new file mode 100644 index 0000000..ba85416 Binary files /dev/null and b/src/BlackTiny/x2/text.png differ diff --git a/src/BlackTiny/x2/top_left_corner.png b/src/BlackTiny/x2/top_left_corner.png new file mode 100644 index 0000000..834a2bf Binary files /dev/null and b/src/BlackTiny/x2/top_left_corner.png differ diff --git a/src/BlackTiny/x2/top_right_corner.png b/src/BlackTiny/x2/top_right_corner.png new file mode 100644 index 0000000..6f2c441 Binary files /dev/null and b/src/BlackTiny/x2/top_right_corner.png differ diff --git a/src/BlackTiny/x2/top_side.png b/src/BlackTiny/x2/top_side.png new file mode 100644 index 0000000..b591f33 Binary files /dev/null and b/src/BlackTiny/x2/top_side.png differ diff --git a/src/BlackTiny/x2/up-arrow.png b/src/BlackTiny/x2/up-arrow.png new file mode 100644 index 0000000..937186f Binary files /dev/null and b/src/BlackTiny/x2/up-arrow.png differ diff --git a/src/BlackTiny/x2/vertical-text.png b/src/BlackTiny/x2/vertical-text.png new file mode 100644 index 0000000..a1af437 Binary files /dev/null and b/src/BlackTiny/x2/vertical-text.png differ diff --git a/src/BlackTiny/x2/wait-1.png b/src/BlackTiny/x2/wait-1.png new file mode 100644 index 0000000..b1558a5 Binary files /dev/null and b/src/BlackTiny/x2/wait-1.png differ diff --git a/src/BlackTiny/x2/wait-10.png b/src/BlackTiny/x2/wait-10.png new file mode 100644 index 0000000..56ad90b Binary files /dev/null and b/src/BlackTiny/x2/wait-10.png differ diff --git a/src/BlackTiny/x2/wait-11.png b/src/BlackTiny/x2/wait-11.png new file mode 100644 index 0000000..034b936 Binary files /dev/null and b/src/BlackTiny/x2/wait-11.png differ diff --git a/src/BlackTiny/x2/wait-12.png b/src/BlackTiny/x2/wait-12.png new file mode 100644 index 0000000..1bb8162 Binary files /dev/null and b/src/BlackTiny/x2/wait-12.png differ diff --git a/src/BlackTiny/x2/wait-13.png b/src/BlackTiny/x2/wait-13.png new file mode 100644 index 0000000..93b233f Binary files /dev/null and b/src/BlackTiny/x2/wait-13.png differ diff --git a/src/BlackTiny/x2/wait-14.png b/src/BlackTiny/x2/wait-14.png new file mode 100644 index 0000000..1804434 Binary files /dev/null and b/src/BlackTiny/x2/wait-14.png differ diff --git a/src/BlackTiny/x2/wait-15.png b/src/BlackTiny/x2/wait-15.png new file mode 100644 index 0000000..4917fc5 Binary files /dev/null and b/src/BlackTiny/x2/wait-15.png differ diff --git a/src/BlackTiny/x2/wait-16.png b/src/BlackTiny/x2/wait-16.png new file mode 100644 index 0000000..8ec14e3 Binary files /dev/null and b/src/BlackTiny/x2/wait-16.png differ diff --git a/src/BlackTiny/x2/wait-17.png b/src/BlackTiny/x2/wait-17.png new file mode 100644 index 0000000..6fd15b8 Binary files /dev/null and b/src/BlackTiny/x2/wait-17.png differ diff --git a/src/BlackTiny/x2/wait-18.png b/src/BlackTiny/x2/wait-18.png new file mode 100644 index 0000000..4a4b152 Binary files /dev/null and b/src/BlackTiny/x2/wait-18.png differ diff --git a/src/BlackTiny/x2/wait-19.png b/src/BlackTiny/x2/wait-19.png new file mode 100644 index 0000000..55adb6c Binary files /dev/null and b/src/BlackTiny/x2/wait-19.png differ diff --git a/src/BlackTiny/x2/wait-2.png b/src/BlackTiny/x2/wait-2.png new file mode 100644 index 0000000..5c544fe Binary files /dev/null and b/src/BlackTiny/x2/wait-2.png differ diff --git a/src/BlackTiny/x2/wait-20.png b/src/BlackTiny/x2/wait-20.png new file mode 100644 index 0000000..c4fa3d4 Binary files /dev/null and b/src/BlackTiny/x2/wait-20.png differ diff --git a/src/BlackTiny/x2/wait-21.png b/src/BlackTiny/x2/wait-21.png new file mode 100644 index 0000000..805136e Binary files /dev/null and b/src/BlackTiny/x2/wait-21.png differ diff --git a/src/BlackTiny/x2/wait-22.png b/src/BlackTiny/x2/wait-22.png new file mode 100644 index 0000000..29e7dc2 Binary files /dev/null and b/src/BlackTiny/x2/wait-22.png differ diff --git a/src/BlackTiny/x2/wait-23.png b/src/BlackTiny/x2/wait-23.png new file mode 100644 index 0000000..1b319ae Binary files /dev/null and b/src/BlackTiny/x2/wait-23.png differ diff --git a/src/BlackTiny/x2/wait-24.png b/src/BlackTiny/x2/wait-24.png new file mode 100644 index 0000000..2fe42da Binary files /dev/null and b/src/BlackTiny/x2/wait-24.png differ diff --git a/src/BlackTiny/x2/wait-25.png b/src/BlackTiny/x2/wait-25.png new file mode 100644 index 0000000..f6f5448 Binary files /dev/null and b/src/BlackTiny/x2/wait-25.png differ diff --git a/src/BlackTiny/x2/wait-26.png b/src/BlackTiny/x2/wait-26.png new file mode 100644 index 0000000..29e6f4f Binary files /dev/null and b/src/BlackTiny/x2/wait-26.png differ diff --git a/src/BlackTiny/x2/wait-27.png b/src/BlackTiny/x2/wait-27.png new file mode 100644 index 0000000..875a525 Binary files /dev/null and b/src/BlackTiny/x2/wait-27.png differ diff --git a/src/BlackTiny/x2/wait-28.png b/src/BlackTiny/x2/wait-28.png new file mode 100644 index 0000000..6fa7a18 Binary files /dev/null and b/src/BlackTiny/x2/wait-28.png differ diff --git a/src/BlackTiny/x2/wait-29.png b/src/BlackTiny/x2/wait-29.png new file mode 100644 index 0000000..8a96375 Binary files /dev/null and b/src/BlackTiny/x2/wait-29.png differ diff --git a/src/BlackTiny/x2/wait-3.png b/src/BlackTiny/x2/wait-3.png new file mode 100644 index 0000000..7fb0038 Binary files /dev/null and b/src/BlackTiny/x2/wait-3.png differ diff --git a/src/BlackTiny/x2/wait-30.png b/src/BlackTiny/x2/wait-30.png new file mode 100644 index 0000000..3450cfd Binary files /dev/null and b/src/BlackTiny/x2/wait-30.png differ diff --git a/src/BlackTiny/x2/wait-31.png b/src/BlackTiny/x2/wait-31.png new file mode 100644 index 0000000..9ac4c4d Binary files /dev/null and b/src/BlackTiny/x2/wait-31.png differ diff --git a/src/BlackTiny/x2/wait-32.png b/src/BlackTiny/x2/wait-32.png new file mode 100644 index 0000000..7677717 Binary files /dev/null and b/src/BlackTiny/x2/wait-32.png differ diff --git a/src/BlackTiny/x2/wait-33.png b/src/BlackTiny/x2/wait-33.png new file mode 100644 index 0000000..9b64031 Binary files /dev/null and b/src/BlackTiny/x2/wait-33.png differ diff --git a/src/BlackTiny/x2/wait-34.png b/src/BlackTiny/x2/wait-34.png new file mode 100644 index 0000000..1f0ce6b Binary files /dev/null and b/src/BlackTiny/x2/wait-34.png differ diff --git a/src/BlackTiny/x2/wait-35.png b/src/BlackTiny/x2/wait-35.png new file mode 100644 index 0000000..a1c18e9 Binary files /dev/null and b/src/BlackTiny/x2/wait-35.png differ diff --git a/src/BlackTiny/x2/wait-36.png b/src/BlackTiny/x2/wait-36.png new file mode 100644 index 0000000..8d714d1 Binary files /dev/null and b/src/BlackTiny/x2/wait-36.png differ diff --git a/src/BlackTiny/x2/wait-37.png b/src/BlackTiny/x2/wait-37.png new file mode 100644 index 0000000..466a5a3 Binary files /dev/null and b/src/BlackTiny/x2/wait-37.png differ diff --git a/src/BlackTiny/x2/wait-38.png b/src/BlackTiny/x2/wait-38.png new file mode 100644 index 0000000..8e1d921 Binary files /dev/null and b/src/BlackTiny/x2/wait-38.png differ diff --git a/src/BlackTiny/x2/wait-39.png b/src/BlackTiny/x2/wait-39.png new file mode 100644 index 0000000..7a3be1b Binary files /dev/null and b/src/BlackTiny/x2/wait-39.png differ diff --git a/src/BlackTiny/x2/wait-4.png b/src/BlackTiny/x2/wait-4.png new file mode 100644 index 0000000..94e7bf3 Binary files /dev/null and b/src/BlackTiny/x2/wait-4.png differ diff --git a/src/BlackTiny/x2/wait-40.png b/src/BlackTiny/x2/wait-40.png new file mode 100644 index 0000000..7989b3c Binary files /dev/null and b/src/BlackTiny/x2/wait-40.png differ diff --git a/src/BlackTiny/x2/wait-41.png b/src/BlackTiny/x2/wait-41.png new file mode 100644 index 0000000..18d17bb Binary files /dev/null and b/src/BlackTiny/x2/wait-41.png differ diff --git a/src/BlackTiny/x2/wait-42.png b/src/BlackTiny/x2/wait-42.png new file mode 100644 index 0000000..9a4aaf0 Binary files /dev/null and b/src/BlackTiny/x2/wait-42.png differ diff --git a/src/BlackTiny/x2/wait-43.png b/src/BlackTiny/x2/wait-43.png new file mode 100644 index 0000000..a027cc9 Binary files /dev/null and b/src/BlackTiny/x2/wait-43.png differ diff --git a/src/BlackTiny/x2/wait-44.png b/src/BlackTiny/x2/wait-44.png new file mode 100644 index 0000000..ccc3029 Binary files /dev/null and b/src/BlackTiny/x2/wait-44.png differ diff --git a/src/BlackTiny/x2/wait-45.png b/src/BlackTiny/x2/wait-45.png new file mode 100644 index 0000000..e1d4ef7 Binary files /dev/null and b/src/BlackTiny/x2/wait-45.png differ diff --git a/src/BlackTiny/x2/wait-46.png b/src/BlackTiny/x2/wait-46.png new file mode 100644 index 0000000..7639eee Binary files /dev/null and b/src/BlackTiny/x2/wait-46.png differ diff --git a/src/BlackTiny/x2/wait-47.png b/src/BlackTiny/x2/wait-47.png new file mode 100644 index 0000000..6017d68 Binary files /dev/null and b/src/BlackTiny/x2/wait-47.png differ diff --git a/src/BlackTiny/x2/wait-48.png b/src/BlackTiny/x2/wait-48.png new file mode 100644 index 0000000..7884ee3 Binary files /dev/null and b/src/BlackTiny/x2/wait-48.png differ diff --git a/src/BlackTiny/x2/wait-49.png b/src/BlackTiny/x2/wait-49.png new file mode 100644 index 0000000..9d454b8 Binary files /dev/null and b/src/BlackTiny/x2/wait-49.png differ diff --git a/src/BlackTiny/x2/wait-5.png b/src/BlackTiny/x2/wait-5.png new file mode 100644 index 0000000..d736685 Binary files /dev/null and b/src/BlackTiny/x2/wait-5.png differ diff --git a/src/BlackTiny/x2/wait-50.png b/src/BlackTiny/x2/wait-50.png new file mode 100644 index 0000000..ae97b38 Binary files /dev/null and b/src/BlackTiny/x2/wait-50.png differ diff --git a/src/BlackTiny/x2/wait-51.png b/src/BlackTiny/x2/wait-51.png new file mode 100644 index 0000000..0dc0f09 Binary files /dev/null and b/src/BlackTiny/x2/wait-51.png differ diff --git a/src/BlackTiny/x2/wait-52.png b/src/BlackTiny/x2/wait-52.png new file mode 100644 index 0000000..376c844 Binary files /dev/null and b/src/BlackTiny/x2/wait-52.png differ diff --git a/src/BlackTiny/x2/wait-53.png b/src/BlackTiny/x2/wait-53.png new file mode 100644 index 0000000..3d3b72e Binary files /dev/null and b/src/BlackTiny/x2/wait-53.png differ diff --git a/src/BlackTiny/x2/wait-54.png b/src/BlackTiny/x2/wait-54.png new file mode 100644 index 0000000..78f4d71 Binary files /dev/null and b/src/BlackTiny/x2/wait-54.png differ diff --git a/src/BlackTiny/x2/wait-55.png b/src/BlackTiny/x2/wait-55.png new file mode 100644 index 0000000..bfad7aa Binary files /dev/null and b/src/BlackTiny/x2/wait-55.png differ diff --git a/src/BlackTiny/x2/wait-56.png b/src/BlackTiny/x2/wait-56.png new file mode 100644 index 0000000..9eef875 Binary files /dev/null and b/src/BlackTiny/x2/wait-56.png differ diff --git a/src/BlackTiny/x2/wait-57.png b/src/BlackTiny/x2/wait-57.png new file mode 100644 index 0000000..33e1f33 Binary files /dev/null and b/src/BlackTiny/x2/wait-57.png differ diff --git a/src/BlackTiny/x2/wait-58.png b/src/BlackTiny/x2/wait-58.png new file mode 100644 index 0000000..4fa6304 Binary files /dev/null and b/src/BlackTiny/x2/wait-58.png differ diff --git a/src/BlackTiny/x2/wait-59.png b/src/BlackTiny/x2/wait-59.png new file mode 100644 index 0000000..eb6e308 Binary files /dev/null and b/src/BlackTiny/x2/wait-59.png differ diff --git a/src/BlackTiny/x2/wait-6.png b/src/BlackTiny/x2/wait-6.png new file mode 100644 index 0000000..e90ac46 Binary files /dev/null and b/src/BlackTiny/x2/wait-6.png differ diff --git a/src/BlackTiny/x2/wait-60.png b/src/BlackTiny/x2/wait-60.png new file mode 100644 index 0000000..516a9fd Binary files /dev/null and b/src/BlackTiny/x2/wait-60.png differ diff --git a/src/BlackTiny/x2/wait-61.png b/src/BlackTiny/x2/wait-61.png new file mode 100644 index 0000000..4e70a8a Binary files /dev/null and b/src/BlackTiny/x2/wait-61.png differ diff --git a/src/BlackTiny/x2/wait-62.png b/src/BlackTiny/x2/wait-62.png new file mode 100644 index 0000000..6000dff Binary files /dev/null and b/src/BlackTiny/x2/wait-62.png differ diff --git a/src/BlackTiny/x2/wait-63.png b/src/BlackTiny/x2/wait-63.png new file mode 100644 index 0000000..72b752c Binary files /dev/null and b/src/BlackTiny/x2/wait-63.png differ diff --git a/src/BlackTiny/x2/wait-64.png b/src/BlackTiny/x2/wait-64.png new file mode 100644 index 0000000..e743a4e Binary files /dev/null and b/src/BlackTiny/x2/wait-64.png differ diff --git a/src/BlackTiny/x2/wait-65.png b/src/BlackTiny/x2/wait-65.png new file mode 100644 index 0000000..ea40623 Binary files /dev/null and b/src/BlackTiny/x2/wait-65.png differ diff --git a/src/BlackTiny/x2/wait-66.png b/src/BlackTiny/x2/wait-66.png new file mode 100644 index 0000000..9c1af5e Binary files /dev/null and b/src/BlackTiny/x2/wait-66.png differ diff --git a/src/BlackTiny/x2/wait-67.png b/src/BlackTiny/x2/wait-67.png new file mode 100644 index 0000000..c8b7a32 Binary files /dev/null and b/src/BlackTiny/x2/wait-67.png differ diff --git a/src/BlackTiny/x2/wait-68.png b/src/BlackTiny/x2/wait-68.png new file mode 100644 index 0000000..76e879d Binary files /dev/null and b/src/BlackTiny/x2/wait-68.png differ diff --git a/src/BlackTiny/x2/wait-69.png b/src/BlackTiny/x2/wait-69.png new file mode 100644 index 0000000..776b065 Binary files /dev/null and b/src/BlackTiny/x2/wait-69.png differ diff --git a/src/BlackTiny/x2/wait-7.png b/src/BlackTiny/x2/wait-7.png new file mode 100644 index 0000000..6f739f2 Binary files /dev/null and b/src/BlackTiny/x2/wait-7.png differ diff --git a/src/BlackTiny/x2/wait-70.png b/src/BlackTiny/x2/wait-70.png new file mode 100644 index 0000000..aba6351 Binary files /dev/null and b/src/BlackTiny/x2/wait-70.png differ diff --git a/src/BlackTiny/x2/wait-71.png b/src/BlackTiny/x2/wait-71.png new file mode 100644 index 0000000..b635eca Binary files /dev/null and b/src/BlackTiny/x2/wait-71.png differ diff --git a/src/BlackTiny/x2/wait-72.png b/src/BlackTiny/x2/wait-72.png new file mode 100644 index 0000000..a691694 Binary files /dev/null and b/src/BlackTiny/x2/wait-72.png differ diff --git a/src/BlackTiny/x2/wait-73.png b/src/BlackTiny/x2/wait-73.png new file mode 100644 index 0000000..be37923 Binary files /dev/null and b/src/BlackTiny/x2/wait-73.png differ diff --git a/src/BlackTiny/x2/wait-74.png b/src/BlackTiny/x2/wait-74.png new file mode 100644 index 0000000..b526ca5 Binary files /dev/null and b/src/BlackTiny/x2/wait-74.png differ diff --git a/src/BlackTiny/x2/wait-75.png b/src/BlackTiny/x2/wait-75.png new file mode 100644 index 0000000..925963d Binary files /dev/null and b/src/BlackTiny/x2/wait-75.png differ diff --git a/src/BlackTiny/x2/wait-76.png b/src/BlackTiny/x2/wait-76.png new file mode 100644 index 0000000..bfeeaf0 Binary files /dev/null and b/src/BlackTiny/x2/wait-76.png differ diff --git a/src/BlackTiny/x2/wait-8.png b/src/BlackTiny/x2/wait-8.png new file mode 100644 index 0000000..0389678 Binary files /dev/null and b/src/BlackTiny/x2/wait-8.png differ diff --git a/src/BlackTiny/x2/wait-9.png b/src/BlackTiny/x2/wait-9.png new file mode 100644 index 0000000..4042e70 Binary files /dev/null and b/src/BlackTiny/x2/wait-9.png differ diff --git a/src/BlackTiny/x2/wayland-cursor.png b/src/BlackTiny/x2/wayland-cursor.png new file mode 100644 index 0000000..8347547 Binary files /dev/null and b/src/BlackTiny/x2/wayland-cursor.png differ diff --git a/src/BlackTiny/x2/x-cursor.png b/src/BlackTiny/x2/x-cursor.png new file mode 100644 index 0000000..e94d125 Binary files /dev/null and b/src/BlackTiny/x2/x-cursor.png differ diff --git a/src/BlackTiny/x2/zoom-in.png b/src/BlackTiny/x2/zoom-in.png new file mode 100644 index 0000000..ed0cf58 Binary files /dev/null and b/src/BlackTiny/x2/zoom-in.png differ diff --git a/src/BlackTiny/x2/zoom-out.png b/src/BlackTiny/x2/zoom-out.png new file mode 100644 index 0000000..5367e77 Binary files /dev/null and b/src/BlackTiny/x2/zoom-out.png differ diff --git a/src/White/config/alias.cursor b/src/White/config/alias.cursor new file mode 100644 index 0000000..8e4cfe2 --- /dev/null +++ b/src/White/config/alias.cursor @@ -0,0 +1,4 @@ +24 4 4 x1/alias.png +30 5 5 x1_25/alias.png +36 6 6 x1_5/alias.png +48 8 8 x2/alias.png diff --git a/src/White/config/all-scroll.cursor b/src/White/config/all-scroll.cursor new file mode 100644 index 0000000..577d306 --- /dev/null +++ b/src/White/config/all-scroll.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/all-scroll.png +30 20 20 x1_25/all-scroll.png +36 24 24 x1_5/all-scroll.png +48 32 32 x2/all-scroll.png diff --git a/src/White/config/bottom_left_corner.cursor b/src/White/config/bottom_left_corner.cursor new file mode 100644 index 0000000..fe61bc6 --- /dev/null +++ b/src/White/config/bottom_left_corner.cursor @@ -0,0 +1,4 @@ +24 4 26 x1/bottom_left_corner.png +30 5 32 x1_25/bottom_left_corner.png +36 6 39 x1_5/bottom_left_corner.png +48 8 52 x2/bottom_left_corner.png diff --git a/src/White/config/bottom_right_corner.cursor b/src/White/config/bottom_right_corner.cursor new file mode 100644 index 0000000..6ba83ba --- /dev/null +++ b/src/White/config/bottom_right_corner.cursor @@ -0,0 +1,4 @@ +24 26 26 x1/bottom_right_corner.png +30 32 32 x1_25/bottom_right_corner.png +36 39 39 x1_5/bottom_right_corner.png +48 52 52 x2/bottom_right_corner.png diff --git a/src/White/config/bottom_side.cursor b/src/White/config/bottom_side.cursor new file mode 100644 index 0000000..d663a4b --- /dev/null +++ b/src/White/config/bottom_side.cursor @@ -0,0 +1,4 @@ +24 16 28 x1/bottom_side.png +30 20 35 x1_25/bottom_side.png +36 24 42 x1_5/bottom_side.png +48 32 56 x2/bottom_side.png diff --git a/src/White/config/cell.cursor b/src/White/config/cell.cursor new file mode 100644 index 0000000..e1615df --- /dev/null +++ b/src/White/config/cell.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/cell.png +30 20 20 x1_25/cell.png +36 24 24 x1_5/cell.png +48 32 32 x2/cell.png diff --git a/src/White/config/center_ptr.cursor b/src/White/config/center_ptr.cursor new file mode 100644 index 0000000..20d66c1 --- /dev/null +++ b/src/White/config/center_ptr.cursor @@ -0,0 +1,4 @@ +24 20 4 x1/center_ptr.png +30 25 5 x1_25/center_ptr.png +36 30 6 x1_5/center_ptr.png +48 40 8 x2/center_ptr.png diff --git a/src/White/config/col-resize.cursor b/src/White/config/col-resize.cursor new file mode 100644 index 0000000..d5ca15d --- /dev/null +++ b/src/White/config/col-resize.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/col-resize.png +30 20 20 x1_25/col-resize.png +36 24 24 x1_5/col-resize.png +48 32 32 x2/col-resize.png diff --git a/src/White/config/color-picker.cursor b/src/White/config/color-picker.cursor new file mode 100644 index 0000000..42f82bc --- /dev/null +++ b/src/White/config/color-picker.cursor @@ -0,0 +1,4 @@ +24 4 29 x1/color-picker.png +30 5 36 x1_25/color-picker.png +36 6 43 x1_5/color-picker.png +48 8 58 x2/color-picker.png diff --git a/src/White/config/context-menu.cursor b/src/White/config/context-menu.cursor new file mode 100644 index 0000000..bbb3a5e --- /dev/null +++ b/src/White/config/context-menu.cursor @@ -0,0 +1,4 @@ +24 4 4 x1/context-menu.png +30 5 5 x1_25/context-menu.png +36 6 6 x1_5/context-menu.png +48 8 8 x2/context-menu.png diff --git a/src/White/config/copy.cursor b/src/White/config/copy.cursor new file mode 100644 index 0000000..a77129c --- /dev/null +++ b/src/White/config/copy.cursor @@ -0,0 +1,4 @@ +24 4 4 x1/copy.png +30 5 5 x1_25/copy.png +36 6 6 x1_5/copy.png +48 8 8 x2/copy.png diff --git a/src/White/config/crosshair.cursor b/src/White/config/crosshair.cursor new file mode 100644 index 0000000..afe825e --- /dev/null +++ b/src/White/config/crosshair.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/crosshair.png +30 20 20 x1_25/crosshair.png +36 24 24 x1_5/crosshair.png +48 32 32 x2/crosshair.png diff --git a/src/White/config/default.cursor b/src/White/config/default.cursor new file mode 100644 index 0000000..50f975d --- /dev/null +++ b/src/White/config/default.cursor @@ -0,0 +1,4 @@ +24 4 4 x1/default.png +30 5 5 x1_25/default.png +36 6 6 x1_5/default.png +48 8 8 x2/default.png diff --git a/src/White/config/dnd-move.cursor b/src/White/config/dnd-move.cursor new file mode 100644 index 0000000..cac5c8d --- /dev/null +++ b/src/White/config/dnd-move.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/dnd-move.png +30 20 20 x1_25/dnd-move.png +36 24 24 x1_5/dnd-move.png +48 32 32 x2/dnd-move.png diff --git a/src/White/config/dnd-no-drop.cursor b/src/White/config/dnd-no-drop.cursor new file mode 100644 index 0000000..98576a5 --- /dev/null +++ b/src/White/config/dnd-no-drop.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/dnd-no-drop.png +30 20 20 x1_25/dnd-no-drop.png +36 24 24 x1_5/dnd-no-drop.png +48 32 32 x2/dnd-no-drop.png diff --git a/src/White/config/down-arrow.cursor b/src/White/config/down-arrow.cursor new file mode 100644 index 0000000..a07af31 --- /dev/null +++ b/src/White/config/down-arrow.cursor @@ -0,0 +1,4 @@ +24 16 28 x1/down-arrow.png +30 20 35 x1_25/down-arrow.png +36 24 42 x1_5/down-arrow.png +48 32 56 x2/down-arrow.png diff --git a/src/White/config/draft.cursor b/src/White/config/draft.cursor new file mode 100644 index 0000000..f9068c4 --- /dev/null +++ b/src/White/config/draft.cursor @@ -0,0 +1,4 @@ +24 4 29 x1/draft.png +30 5 36 x1_25/draft.png +36 6 43 x1_5/draft.png +48 8 58 x2/draft.png diff --git a/src/White/config/fleur.cursor b/src/White/config/fleur.cursor new file mode 100644 index 0000000..d6a66c5 --- /dev/null +++ b/src/White/config/fleur.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/fleur.png +30 20 20 x1_25/fleur.png +36 24 24 x1_5/fleur.png +48 32 32 x2/fleur.png diff --git a/src/White/config/help.cursor b/src/White/config/help.cursor new file mode 100644 index 0000000..019679f --- /dev/null +++ b/src/White/config/help.cursor @@ -0,0 +1,4 @@ +24 4 4 x1/help.png +30 5 5 x1_25/help.png +36 6 6 x1_5/help.png +48 8 8 x2/help.png diff --git a/src/White/config/left-arrow.cursor b/src/White/config/left-arrow.cursor new file mode 100644 index 0000000..22602af --- /dev/null +++ b/src/White/config/left-arrow.cursor @@ -0,0 +1,4 @@ +24 4 16 x1/left-arrow.png +30 5 20 x1_25/left-arrow.png +36 6 24 x1_5/left-arrow.png +48 8 32 x2/left-arrow.png diff --git a/src/White/config/left_side.cursor b/src/White/config/left_side.cursor new file mode 100644 index 0000000..6d7df07 --- /dev/null +++ b/src/White/config/left_side.cursor @@ -0,0 +1,4 @@ +24 4 16 x1/left_side.png +30 5 20 x1_25/left_side.png +36 6 24 x1_5/left_side.png +48 8 32 x2/left_side.png diff --git a/src/White/config/no-drop.cursor b/src/White/config/no-drop.cursor new file mode 100644 index 0000000..aec8c0a --- /dev/null +++ b/src/White/config/no-drop.cursor @@ -0,0 +1,4 @@ +24 4 4 x1/no-drop.png +30 5 5 x1_25/no-drop.png +36 6 6 x1_5/no-drop.png +48 8 8 x2/no-drop.png diff --git a/src/White/config/not-allowed.cursor b/src/White/config/not-allowed.cursor new file mode 100644 index 0000000..7aab94b --- /dev/null +++ b/src/White/config/not-allowed.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/not-allowed.png +30 20 20 x1_25/not-allowed.png +36 24 24 x1_5/not-allowed.png +48 32 32 x2/not-allowed.png diff --git a/src/White/config/openhand.cursor b/src/White/config/openhand.cursor new file mode 100644 index 0000000..824e36b --- /dev/null +++ b/src/White/config/openhand.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/openhand.png +30 20 20 x1_25/openhand.png +36 24 24 x1_5/openhand.png +48 32 32 x2/openhand.png diff --git a/src/White/config/pencil.cursor b/src/White/config/pencil.cursor new file mode 100644 index 0000000..7be7218 --- /dev/null +++ b/src/White/config/pencil.cursor @@ -0,0 +1,4 @@ +24 4 29 x1/pencil.png +30 5 36 x1_25/pencil.png +36 6 43 x1_5/pencil.png +48 8 58 x2/pencil.png diff --git a/src/White/config/pirate.cursor b/src/White/config/pirate.cursor new file mode 100644 index 0000000..8497525 --- /dev/null +++ b/src/White/config/pirate.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/pirate.png +30 20 20 x1_25/pirate.png +36 24 24 x1_5/pirate.png +48 32 32 x2/pirate.png diff --git a/src/White/config/pointer.cursor b/src/White/config/pointer.cursor new file mode 100644 index 0000000..86140f9 --- /dev/null +++ b/src/White/config/pointer.cursor @@ -0,0 +1,4 @@ +24 16 4 x1/pointer.png +30 20 5 x1_25/pointer.png +36 24 6 x1_5/pointer.png +48 32 8 x2/pointer.png diff --git a/src/White/config/progress.cursor b/src/White/config/progress.cursor new file mode 100644 index 0000000..720b9b2 --- /dev/null +++ b/src/White/config/progress.cursor @@ -0,0 +1,304 @@ +24 16 16 x1/progress-1.png 30 +24 16 16 x1/progress-2.png 30 +24 16 16 x1/progress-3.png 30 +24 16 16 x1/progress-4.png 30 +24 16 16 x1/progress-5.png 30 +24 16 16 x1/progress-6.png 30 +24 16 16 x1/progress-7.png 30 +24 16 16 x1/progress-8.png 30 +24 16 16 x1/progress-9.png 30 +24 16 16 x1/progress-10.png 30 +24 16 16 x1/progress-11.png 30 +24 16 16 x1/progress-12.png 30 +24 16 16 x1/progress-13.png 30 +24 16 16 x1/progress-14.png 30 +24 16 16 x1/progress-15.png 30 +24 16 16 x1/progress-16.png 30 +24 16 16 x1/progress-17.png 30 +24 16 16 x1/progress-18.png 30 +24 16 16 x1/progress-19.png 30 +24 16 16 x1/progress-20.png 30 +24 16 16 x1/progress-21.png 30 +24 16 16 x1/progress-22.png 30 +24 16 16 x1/progress-23.png 30 +24 16 16 x1/progress-24.png 30 +24 16 16 x1/progress-25.png 30 +24 16 16 x1/progress-26.png 30 +24 16 16 x1/progress-27.png 30 +24 16 16 x1/progress-28.png 30 +24 16 16 x1/progress-29.png 30 +24 16 16 x1/progress-30.png 30 +24 16 16 x1/progress-31.png 30 +24 16 16 x1/progress-32.png 30 +24 16 16 x1/progress-33.png 30 +24 16 16 x1/progress-34.png 30 +24 16 16 x1/progress-35.png 30 +24 16 16 x1/progress-36.png 30 +24 16 16 x1/progress-37.png 30 +24 16 16 x1/progress-38.png 30 +24 16 16 x1/progress-39.png 30 +24 16 16 x1/progress-40.png 30 +24 16 16 x1/progress-41.png 30 +24 16 16 x1/progress-42.png 30 +24 16 16 x1/progress-43.png 30 +24 16 16 x1/progress-44.png 30 +24 16 16 x1/progress-45.png 30 +24 16 16 x1/progress-46.png 30 +24 16 16 x1/progress-47.png 30 +24 16 16 x1/progress-48.png 30 +24 16 16 x1/progress-49.png 30 +24 16 16 x1/progress-50.png 30 +24 16 16 x1/progress-51.png 30 +24 16 16 x1/progress-52.png 30 +24 16 16 x1/progress-53.png 30 +24 16 16 x1/progress-54.png 30 +24 16 16 x1/progress-55.png 30 +24 16 16 x1/progress-56.png 30 +24 16 16 x1/progress-57.png 30 +24 16 16 x1/progress-58.png 30 +24 16 16 x1/progress-59.png 30 +24 16 16 x1/progress-60.png 30 +24 16 16 x1/progress-61.png 30 +24 16 16 x1/progress-62.png 30 +24 16 16 x1/progress-63.png 30 +24 16 16 x1/progress-64.png 30 +24 16 16 x1/progress-65.png 30 +24 16 16 x1/progress-66.png 30 +24 16 16 x1/progress-67.png 30 +24 16 16 x1/progress-68.png 30 +24 16 16 x1/progress-69.png 30 +24 16 16 x1/progress-70.png 30 +24 16 16 x1/progress-71.png 30 +24 16 16 x1/progress-72.png 30 +24 16 16 x1/progress-73.png 30 +24 16 16 x1/progress-74.png 30 +24 16 16 x1/progress-75.png 30 +24 16 16 x1/progress-76.png 30 +30 20 20 x1_25/progress-1.png 30 +30 20 20 x1_25/progress-2.png 30 +30 20 20 x1_25/progress-3.png 30 +30 20 20 x1_25/progress-4.png 30 +30 20 20 x1_25/progress-5.png 30 +30 20 20 x1_25/progress-6.png 30 +30 20 20 x1_25/progress-7.png 30 +30 20 20 x1_25/progress-8.png 30 +30 20 20 x1_25/progress-9.png 30 +30 20 20 x1_25/progress-10.png 30 +30 20 20 x1_25/progress-11.png 30 +30 20 20 x1_25/progress-12.png 30 +30 20 20 x1_25/progress-13.png 30 +30 20 20 x1_25/progress-14.png 30 +30 20 20 x1_25/progress-15.png 30 +30 20 20 x1_25/progress-16.png 30 +30 20 20 x1_25/progress-17.png 30 +30 20 20 x1_25/progress-18.png 30 +30 20 20 x1_25/progress-19.png 30 +30 20 20 x1_25/progress-20.png 30 +30 20 20 x1_25/progress-21.png 30 +30 20 20 x1_25/progress-22.png 30 +30 20 20 x1_25/progress-23.png 30 +30 20 20 x1_25/progress-24.png 30 +30 20 20 x1_25/progress-25.png 30 +30 20 20 x1_25/progress-26.png 30 +30 20 20 x1_25/progress-27.png 30 +30 20 20 x1_25/progress-28.png 30 +30 20 20 x1_25/progress-29.png 30 +30 20 20 x1_25/progress-30.png 30 +30 20 20 x1_25/progress-31.png 30 +30 20 20 x1_25/progress-32.png 30 +30 20 20 x1_25/progress-33.png 30 +30 20 20 x1_25/progress-34.png 30 +30 20 20 x1_25/progress-35.png 30 +30 20 20 x1_25/progress-36.png 30 +30 20 20 x1_25/progress-37.png 30 +30 20 20 x1_25/progress-38.png 30 +30 20 20 x1_25/progress-39.png 30 +30 20 20 x1_25/progress-40.png 30 +30 20 20 x1_25/progress-41.png 30 +30 20 20 x1_25/progress-42.png 30 +30 20 20 x1_25/progress-43.png 30 +30 20 20 x1_25/progress-44.png 30 +30 20 20 x1_25/progress-45.png 30 +30 20 20 x1_25/progress-46.png 30 +30 20 20 x1_25/progress-47.png 30 +30 20 20 x1_25/progress-48.png 30 +30 20 20 x1_25/progress-49.png 30 +30 20 20 x1_25/progress-50.png 30 +30 20 20 x1_25/progress-51.png 30 +30 20 20 x1_25/progress-52.png 30 +30 20 20 x1_25/progress-53.png 30 +30 20 20 x1_25/progress-54.png 30 +30 20 20 x1_25/progress-55.png 30 +30 20 20 x1_25/progress-56.png 30 +30 20 20 x1_25/progress-57.png 30 +30 20 20 x1_25/progress-58.png 30 +30 20 20 x1_25/progress-59.png 30 +30 20 20 x1_25/progress-60.png 30 +30 20 20 x1_25/progress-61.png 30 +30 20 20 x1_25/progress-62.png 30 +30 20 20 x1_25/progress-63.png 30 +30 20 20 x1_25/progress-64.png 30 +30 20 20 x1_25/progress-65.png 30 +30 20 20 x1_25/progress-66.png 30 +30 20 20 x1_25/progress-67.png 30 +30 20 20 x1_25/progress-68.png 30 +30 20 20 x1_25/progress-69.png 30 +30 20 20 x1_25/progress-70.png 30 +30 20 20 x1_25/progress-71.png 30 +30 20 20 x1_25/progress-72.png 30 +30 20 20 x1_25/progress-73.png 30 +30 20 20 x1_25/progress-74.png 30 +30 20 20 x1_25/progress-75.png 30 +30 20 20 x1_25/progress-76.png 30 +36 24 24 x1_5/progress-1.png 30 +36 24 24 x1_5/progress-2.png 30 +36 24 24 x1_5/progress-3.png 30 +36 24 24 x1_5/progress-4.png 30 +36 24 24 x1_5/progress-5.png 30 +36 24 24 x1_5/progress-6.png 30 +36 24 24 x1_5/progress-7.png 30 +36 24 24 x1_5/progress-8.png 30 +36 24 24 x1_5/progress-9.png 30 +36 24 24 x1_5/progress-10.png 30 +36 24 24 x1_5/progress-11.png 30 +36 24 24 x1_5/progress-12.png 30 +36 24 24 x1_5/progress-13.png 30 +36 24 24 x1_5/progress-14.png 30 +36 24 24 x1_5/progress-15.png 30 +36 24 24 x1_5/progress-16.png 30 +36 24 24 x1_5/progress-17.png 30 +36 24 24 x1_5/progress-18.png 30 +36 24 24 x1_5/progress-19.png 30 +36 24 24 x1_5/progress-20.png 30 +36 24 24 x1_5/progress-21.png 30 +36 24 24 x1_5/progress-22.png 30 +36 24 24 x1_5/progress-23.png 30 +36 24 24 x1_5/progress-24.png 30 +36 24 24 x1_5/progress-25.png 30 +36 24 24 x1_5/progress-26.png 30 +36 24 24 x1_5/progress-27.png 30 +36 24 24 x1_5/progress-28.png 30 +36 24 24 x1_5/progress-29.png 30 +36 24 24 x1_5/progress-30.png 30 +36 24 24 x1_5/progress-31.png 30 +36 24 24 x1_5/progress-32.png 30 +36 24 24 x1_5/progress-33.png 30 +36 24 24 x1_5/progress-34.png 30 +36 24 24 x1_5/progress-35.png 30 +36 24 24 x1_5/progress-36.png 30 +36 24 24 x1_5/progress-37.png 30 +36 24 24 x1_5/progress-38.png 30 +36 24 24 x1_5/progress-39.png 30 +36 24 24 x1_5/progress-40.png 30 +36 24 24 x1_5/progress-41.png 30 +36 24 24 x1_5/progress-42.png 30 +36 24 24 x1_5/progress-43.png 30 +36 24 24 x1_5/progress-44.png 30 +36 24 24 x1_5/progress-45.png 30 +36 24 24 x1_5/progress-46.png 30 +36 24 24 x1_5/progress-47.png 30 +36 24 24 x1_5/progress-48.png 30 +36 24 24 x1_5/progress-49.png 30 +36 24 24 x1_5/progress-50.png 30 +36 24 24 x1_5/progress-51.png 30 +36 24 24 x1_5/progress-52.png 30 +36 24 24 x1_5/progress-53.png 30 +36 24 24 x1_5/progress-54.png 30 +36 24 24 x1_5/progress-55.png 30 +36 24 24 x1_5/progress-56.png 30 +36 24 24 x1_5/progress-57.png 30 +36 24 24 x1_5/progress-58.png 30 +36 24 24 x1_5/progress-59.png 30 +36 24 24 x1_5/progress-60.png 30 +36 24 24 x1_5/progress-61.png 30 +36 24 24 x1_5/progress-62.png 30 +36 24 24 x1_5/progress-63.png 30 +36 24 24 x1_5/progress-64.png 30 +36 24 24 x1_5/progress-65.png 30 +36 24 24 x1_5/progress-66.png 30 +36 24 24 x1_5/progress-67.png 30 +36 24 24 x1_5/progress-68.png 30 +36 24 24 x1_5/progress-69.png 30 +36 24 24 x1_5/progress-70.png 30 +36 24 24 x1_5/progress-71.png 30 +36 24 24 x1_5/progress-72.png 30 +36 24 24 x1_5/progress-73.png 30 +36 24 24 x1_5/progress-74.png 30 +36 24 24 x1_5/progress-75.png 30 +36 24 24 x1_5/progress-76.png 30 +48 32 32 x2/progress-1.png 30 +48 32 32 x2/progress-2.png 30 +48 32 32 x2/progress-3.png 30 +48 32 32 x2/progress-4.png 30 +48 32 32 x2/progress-5.png 30 +48 32 32 x2/progress-6.png 30 +48 32 32 x2/progress-7.png 30 +48 32 32 x2/progress-8.png 30 +48 32 32 x2/progress-9.png 30 +48 32 32 x2/progress-10.png 30 +48 32 32 x2/progress-11.png 30 +48 32 32 x2/progress-12.png 30 +48 32 32 x2/progress-13.png 30 +48 32 32 x2/progress-14.png 30 +48 32 32 x2/progress-15.png 30 +48 32 32 x2/progress-16.png 30 +48 32 32 x2/progress-17.png 30 +48 32 32 x2/progress-18.png 30 +48 32 32 x2/progress-19.png 30 +48 32 32 x2/progress-20.png 30 +48 32 32 x2/progress-21.png 30 +48 32 32 x2/progress-22.png 30 +48 32 32 x2/progress-23.png 30 +48 32 32 x2/progress-24.png 30 +48 32 32 x2/progress-25.png 30 +48 32 32 x2/progress-26.png 30 +48 32 32 x2/progress-27.png 30 +48 32 32 x2/progress-28.png 30 +48 32 32 x2/progress-29.png 30 +48 32 32 x2/progress-30.png 30 +48 32 32 x2/progress-31.png 30 +48 32 32 x2/progress-32.png 30 +48 32 32 x2/progress-33.png 30 +48 32 32 x2/progress-34.png 30 +48 32 32 x2/progress-35.png 30 +48 32 32 x2/progress-36.png 30 +48 32 32 x2/progress-37.png 30 +48 32 32 x2/progress-38.png 30 +48 32 32 x2/progress-39.png 30 +48 32 32 x2/progress-40.png 30 +48 32 32 x2/progress-41.png 30 +48 32 32 x2/progress-42.png 30 +48 32 32 x2/progress-43.png 30 +48 32 32 x2/progress-44.png 30 +48 32 32 x2/progress-45.png 30 +48 32 32 x2/progress-46.png 30 +48 32 32 x2/progress-47.png 30 +48 32 32 x2/progress-48.png 30 +48 32 32 x2/progress-49.png 30 +48 32 32 x2/progress-50.png 30 +48 32 32 x2/progress-51.png 30 +48 32 32 x2/progress-52.png 30 +48 32 32 x2/progress-53.png 30 +48 32 32 x2/progress-54.png 30 +48 32 32 x2/progress-55.png 30 +48 32 32 x2/progress-56.png 30 +48 32 32 x2/progress-57.png 30 +48 32 32 x2/progress-58.png 30 +48 32 32 x2/progress-59.png 30 +48 32 32 x2/progress-60.png 30 +48 32 32 x2/progress-61.png 30 +48 32 32 x2/progress-62.png 30 +48 32 32 x2/progress-63.png 30 +48 32 32 x2/progress-64.png 30 +48 32 32 x2/progress-65.png 30 +48 32 32 x2/progress-66.png 30 +48 32 32 x2/progress-67.png 30 +48 32 32 x2/progress-68.png 30 +48 32 32 x2/progress-69.png 30 +48 32 32 x2/progress-70.png 30 +48 32 32 x2/progress-71.png 30 +48 32 32 x2/progress-72.png 30 +48 32 32 x2/progress-73.png 30 +48 32 32 x2/progress-74.png 30 +48 32 32 x2/progress-75.png 30 +48 32 32 x2/progress-76.png 30 diff --git a/src/White/config/right-arrow.cursor b/src/White/config/right-arrow.cursor new file mode 100644 index 0000000..70a1ec6 --- /dev/null +++ b/src/White/config/right-arrow.cursor @@ -0,0 +1,4 @@ +24 28 16 x1/right-arrow.png +30 35 20 x1_25/right-arrow.png +36 42 24 x1_5/right-arrow.png +48 56 32 x2/right-arrow.png diff --git a/src/White/config/right_ptr.cursor b/src/White/config/right_ptr.cursor new file mode 100644 index 0000000..12885e7 --- /dev/null +++ b/src/White/config/right_ptr.cursor @@ -0,0 +1,4 @@ +24 28 4 x1/right_ptr.png +30 35 5 x1_25/right_ptr.png +36 42 6 x1_5/right_ptr.png +48 56 8 x2/right_ptr.png diff --git a/src/White/config/right_side.cursor b/src/White/config/right_side.cursor new file mode 100644 index 0000000..4d181e1 --- /dev/null +++ b/src/White/config/right_side.cursor @@ -0,0 +1,4 @@ +24 28 16 x1/right_side.png +30 35 20 x1_25/right_side.png +36 42 24 x1_5/right_side.png +48 56 32 x2/right_side.png diff --git a/src/White/config/row-resize.cursor b/src/White/config/row-resize.cursor new file mode 100644 index 0000000..fa56d2c --- /dev/null +++ b/src/White/config/row-resize.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/row-resize.png +30 20 20 x1_25/row-resize.png +36 24 24 x1_5/row-resize.png +48 32 32 x2/row-resize.png diff --git a/src/White/config/size_bdiag.cursor b/src/White/config/size_bdiag.cursor new file mode 100644 index 0000000..b4b540e --- /dev/null +++ b/src/White/config/size_bdiag.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/size_bdiag.png +30 20 20 x1_25/size_bdiag.png +36 24 24 x1_5/size_bdiag.png +48 32 32 x2/size_bdiag.png diff --git a/src/White/config/size_fdiag.cursor b/src/White/config/size_fdiag.cursor new file mode 100644 index 0000000..a83f7e0 --- /dev/null +++ b/src/White/config/size_fdiag.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/size_fdiag.png +30 20 20 x1_25/size_fdiag.png +36 24 24 x1_5/size_fdiag.png +48 32 32 x2/size_fdiag.png diff --git a/src/White/config/size_hor.cursor b/src/White/config/size_hor.cursor new file mode 100644 index 0000000..1b1975c --- /dev/null +++ b/src/White/config/size_hor.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/size_hor.png +30 20 20 x1_25/size_hor.png +36 24 24 x1_5/size_hor.png +48 32 32 x2/size_hor.png diff --git a/src/White/config/size_ver.cursor b/src/White/config/size_ver.cursor new file mode 100644 index 0000000..d3245bb --- /dev/null +++ b/src/White/config/size_ver.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/size_ver.png +30 20 20 x1_25/size_ver.png +36 24 24 x1_5/size_ver.png +48 32 32 x2/size_ver.png diff --git a/src/White/config/text.cursor b/src/White/config/text.cursor new file mode 100644 index 0000000..283201c --- /dev/null +++ b/src/White/config/text.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/text.png +30 20 20 x1_25/text.png +36 24 24 x1_5/text.png +48 32 32 x2/text.png diff --git a/src/White/config/top_left_corner.cursor b/src/White/config/top_left_corner.cursor new file mode 100644 index 0000000..a702cbe --- /dev/null +++ b/src/White/config/top_left_corner.cursor @@ -0,0 +1,4 @@ +24 5 4 x1/top_left_corner.png +30 6 5 x1_25/top_left_corner.png +36 7 6 x1_5/top_left_corner.png +48 10 8 x2/top_left_corner.png diff --git a/src/White/config/top_right_corner.cursor b/src/White/config/top_right_corner.cursor new file mode 100644 index 0000000..5fa70a1 --- /dev/null +++ b/src/White/config/top_right_corner.cursor @@ -0,0 +1,4 @@ +24 26 4 x1/top_right_corner.png +30 32 5 x1_25/top_right_corner.png +36 39 6 x1_5/top_right_corner.png +48 52 8 x2/top_right_corner.png diff --git a/src/White/config/top_side.cursor b/src/White/config/top_side.cursor new file mode 100644 index 0000000..83be0ac --- /dev/null +++ b/src/White/config/top_side.cursor @@ -0,0 +1,4 @@ +24 16 4 x1/top_side.png +30 20 5 x1_25/top_side.png +36 24 6 x1_5/top_side.png +48 32 8 x2/top_side.png diff --git a/src/White/config/up-arrow.cursor b/src/White/config/up-arrow.cursor new file mode 100644 index 0000000..50ba1b2 --- /dev/null +++ b/src/White/config/up-arrow.cursor @@ -0,0 +1,4 @@ +24 16 4 x1/up-arrow.png +30 20 5 x1_25/up-arrow.png +36 24 6 x1_5/up-arrow.png +48 32 8 x2/up-arrow.png diff --git a/src/White/config/vertical-text.cursor b/src/White/config/vertical-text.cursor new file mode 100644 index 0000000..80184e6 --- /dev/null +++ b/src/White/config/vertical-text.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/vertical-text.png +30 20 20 x1_25/vertical-text.png +36 24 24 x1_5/vertical-text.png +48 32 32 x2/vertical-text.png diff --git a/src/White/config/wait.cursor b/src/White/config/wait.cursor new file mode 100644 index 0000000..1a59b38 --- /dev/null +++ b/src/White/config/wait.cursor @@ -0,0 +1,304 @@ +24 16 16 x1/wait-1.png 30 +24 16 16 x1/wait-2.png 30 +24 16 16 x1/wait-3.png 30 +24 16 16 x1/wait-4.png 30 +24 16 16 x1/wait-5.png 30 +24 16 16 x1/wait-6.png 30 +24 16 16 x1/wait-7.png 30 +24 16 16 x1/wait-8.png 30 +24 16 16 x1/wait-9.png 30 +24 16 16 x1/wait-10.png 30 +24 16 16 x1/wait-11.png 30 +24 16 16 x1/wait-12.png 30 +24 16 16 x1/wait-13.png 30 +24 16 16 x1/wait-14.png 30 +24 16 16 x1/wait-15.png 30 +24 16 16 x1/wait-16.png 30 +24 16 16 x1/wait-17.png 30 +24 16 16 x1/wait-18.png 30 +24 16 16 x1/wait-19.png 30 +24 16 16 x1/wait-20.png 30 +24 16 16 x1/wait-21.png 30 +24 16 16 x1/wait-22.png 30 +24 16 16 x1/wait-23.png 30 +24 16 16 x1/wait-24.png 30 +24 16 16 x1/wait-25.png 30 +24 16 16 x1/wait-26.png 30 +24 16 16 x1/wait-27.png 30 +24 16 16 x1/wait-28.png 30 +24 16 16 x1/wait-29.png 30 +24 16 16 x1/wait-30.png 30 +24 16 16 x1/wait-31.png 30 +24 16 16 x1/wait-32.png 30 +24 16 16 x1/wait-33.png 30 +24 16 16 x1/wait-34.png 30 +24 16 16 x1/wait-35.png 30 +24 16 16 x1/wait-36.png 30 +24 16 16 x1/wait-37.png 30 +24 16 16 x1/wait-38.png 30 +24 16 16 x1/wait-39.png 30 +24 16 16 x1/wait-40.png 30 +24 16 16 x1/wait-41.png 30 +24 16 16 x1/wait-42.png 30 +24 16 16 x1/wait-43.png 30 +24 16 16 x1/wait-44.png 30 +24 16 16 x1/wait-45.png 30 +24 16 16 x1/wait-46.png 30 +24 16 16 x1/wait-47.png 30 +24 16 16 x1/wait-48.png 30 +24 16 16 x1/wait-49.png 30 +24 16 16 x1/wait-50.png 30 +24 16 16 x1/wait-51.png 30 +24 16 16 x1/wait-52.png 30 +24 16 16 x1/wait-53.png 30 +24 16 16 x1/wait-54.png 30 +24 16 16 x1/wait-55.png 30 +24 16 16 x1/wait-56.png 30 +24 16 16 x1/wait-57.png 30 +24 16 16 x1/wait-58.png 30 +24 16 16 x1/wait-59.png 30 +24 16 16 x1/wait-60.png 30 +24 16 16 x1/wait-61.png 30 +24 16 16 x1/wait-62.png 30 +24 16 16 x1/wait-63.png 30 +24 16 16 x1/wait-64.png 30 +24 16 16 x1/wait-65.png 30 +24 16 16 x1/wait-66.png 30 +24 16 16 x1/wait-67.png 30 +24 16 16 x1/wait-68.png 30 +24 16 16 x1/wait-69.png 30 +24 16 16 x1/wait-70.png 30 +24 16 16 x1/wait-71.png 30 +24 16 16 x1/wait-72.png 30 +24 16 16 x1/wait-73.png 30 +24 16 16 x1/wait-74.png 30 +24 16 16 x1/wait-75.png 30 +24 16 16 x1/wait-76.png 30 +30 20 20 x1_25/wait-1.png 30 +30 20 20 x1_25/wait-2.png 30 +30 20 20 x1_25/wait-3.png 30 +30 20 20 x1_25/wait-4.png 30 +30 20 20 x1_25/wait-5.png 30 +30 20 20 x1_25/wait-6.png 30 +30 20 20 x1_25/wait-7.png 30 +30 20 20 x1_25/wait-8.png 30 +30 20 20 x1_25/wait-9.png 30 +30 20 20 x1_25/wait-10.png 30 +30 20 20 x1_25/wait-11.png 30 +30 20 20 x1_25/wait-12.png 30 +30 20 20 x1_25/wait-13.png 30 +30 20 20 x1_25/wait-14.png 30 +30 20 20 x1_25/wait-15.png 30 +30 20 20 x1_25/wait-16.png 30 +30 20 20 x1_25/wait-17.png 30 +30 20 20 x1_25/wait-18.png 30 +30 20 20 x1_25/wait-19.png 30 +30 20 20 x1_25/wait-20.png 30 +30 20 20 x1_25/wait-21.png 30 +30 20 20 x1_25/wait-22.png 30 +30 20 20 x1_25/wait-23.png 30 +30 20 20 x1_25/wait-24.png 30 +30 20 20 x1_25/wait-25.png 30 +30 20 20 x1_25/wait-26.png 30 +30 20 20 x1_25/wait-27.png 30 +30 20 20 x1_25/wait-28.png 30 +30 20 20 x1_25/wait-29.png 30 +30 20 20 x1_25/wait-30.png 30 +30 20 20 x1_25/wait-31.png 30 +30 20 20 x1_25/wait-32.png 30 +30 20 20 x1_25/wait-33.png 30 +30 20 20 x1_25/wait-34.png 30 +30 20 20 x1_25/wait-35.png 30 +30 20 20 x1_25/wait-36.png 30 +30 20 20 x1_25/wait-37.png 30 +30 20 20 x1_25/wait-38.png 30 +30 20 20 x1_25/wait-39.png 30 +30 20 20 x1_25/wait-40.png 30 +30 20 20 x1_25/wait-41.png 30 +30 20 20 x1_25/wait-42.png 30 +30 20 20 x1_25/wait-43.png 30 +30 20 20 x1_25/wait-44.png 30 +30 20 20 x1_25/wait-45.png 30 +30 20 20 x1_25/wait-46.png 30 +30 20 20 x1_25/wait-47.png 30 +30 20 20 x1_25/wait-48.png 30 +30 20 20 x1_25/wait-49.png 30 +30 20 20 x1_25/wait-50.png 30 +30 20 20 x1_25/wait-51.png 30 +30 20 20 x1_25/wait-52.png 30 +30 20 20 x1_25/wait-53.png 30 +30 20 20 x1_25/wait-54.png 30 +30 20 20 x1_25/wait-55.png 30 +30 20 20 x1_25/wait-56.png 30 +30 20 20 x1_25/wait-57.png 30 +30 20 20 x1_25/wait-58.png 30 +30 20 20 x1_25/wait-59.png 30 +30 20 20 x1_25/wait-60.png 30 +30 20 20 x1_25/wait-61.png 30 +30 20 20 x1_25/wait-62.png 30 +30 20 20 x1_25/wait-63.png 30 +30 20 20 x1_25/wait-64.png 30 +30 20 20 x1_25/wait-65.png 30 +30 20 20 x1_25/wait-66.png 30 +30 20 20 x1_25/wait-67.png 30 +30 20 20 x1_25/wait-68.png 30 +30 20 20 x1_25/wait-69.png 30 +30 20 20 x1_25/wait-70.png 30 +30 20 20 x1_25/wait-71.png 30 +30 20 20 x1_25/wait-72.png 30 +30 20 20 x1_25/wait-73.png 30 +30 20 20 x1_25/wait-74.png 30 +30 20 20 x1_25/wait-75.png 30 +30 20 20 x1_25/wait-76.png 30 +36 24 24 x1_5/wait-1.png 30 +36 24 24 x1_5/wait-2.png 30 +36 24 24 x1_5/wait-3.png 30 +36 24 24 x1_5/wait-4.png 30 +36 24 24 x1_5/wait-5.png 30 +36 24 24 x1_5/wait-6.png 30 +36 24 24 x1_5/wait-7.png 30 +36 24 24 x1_5/wait-8.png 30 +36 24 24 x1_5/wait-9.png 30 +36 24 24 x1_5/wait-10.png 30 +36 24 24 x1_5/wait-11.png 30 +36 24 24 x1_5/wait-12.png 30 +36 24 24 x1_5/wait-13.png 30 +36 24 24 x1_5/wait-14.png 30 +36 24 24 x1_5/wait-15.png 30 +36 24 24 x1_5/wait-16.png 30 +36 24 24 x1_5/wait-17.png 30 +36 24 24 x1_5/wait-18.png 30 +36 24 24 x1_5/wait-19.png 30 +36 24 24 x1_5/wait-20.png 30 +36 24 24 x1_5/wait-21.png 30 +36 24 24 x1_5/wait-22.png 30 +36 24 24 x1_5/wait-23.png 30 +36 24 24 x1_5/wait-24.png 30 +36 24 24 x1_5/wait-25.png 30 +36 24 24 x1_5/wait-26.png 30 +36 24 24 x1_5/wait-27.png 30 +36 24 24 x1_5/wait-28.png 30 +36 24 24 x1_5/wait-29.png 30 +36 24 24 x1_5/wait-30.png 30 +36 24 24 x1_5/wait-31.png 30 +36 24 24 x1_5/wait-32.png 30 +36 24 24 x1_5/wait-33.png 30 +36 24 24 x1_5/wait-34.png 30 +36 24 24 x1_5/wait-35.png 30 +36 24 24 x1_5/wait-36.png 30 +36 24 24 x1_5/wait-37.png 30 +36 24 24 x1_5/wait-38.png 30 +36 24 24 x1_5/wait-39.png 30 +36 24 24 x1_5/wait-40.png 30 +36 24 24 x1_5/wait-41.png 30 +36 24 24 x1_5/wait-42.png 30 +36 24 24 x1_5/wait-43.png 30 +36 24 24 x1_5/wait-44.png 30 +36 24 24 x1_5/wait-45.png 30 +36 24 24 x1_5/wait-46.png 30 +36 24 24 x1_5/wait-47.png 30 +36 24 24 x1_5/wait-48.png 30 +36 24 24 x1_5/wait-49.png 30 +36 24 24 x1_5/wait-50.png 30 +36 24 24 x1_5/wait-51.png 30 +36 24 24 x1_5/wait-52.png 30 +36 24 24 x1_5/wait-53.png 30 +36 24 24 x1_5/wait-54.png 30 +36 24 24 x1_5/wait-55.png 30 +36 24 24 x1_5/wait-56.png 30 +36 24 24 x1_5/wait-57.png 30 +36 24 24 x1_5/wait-58.png 30 +36 24 24 x1_5/wait-59.png 30 +36 24 24 x1_5/wait-60.png 30 +36 24 24 x1_5/wait-61.png 30 +36 24 24 x1_5/wait-62.png 30 +36 24 24 x1_5/wait-63.png 30 +36 24 24 x1_5/wait-64.png 30 +36 24 24 x1_5/wait-65.png 30 +36 24 24 x1_5/wait-66.png 30 +36 24 24 x1_5/wait-67.png 30 +36 24 24 x1_5/wait-68.png 30 +36 24 24 x1_5/wait-69.png 30 +36 24 24 x1_5/wait-70.png 30 +36 24 24 x1_5/wait-71.png 30 +36 24 24 x1_5/wait-72.png 30 +36 24 24 x1_5/wait-73.png 30 +36 24 24 x1_5/wait-74.png 30 +36 24 24 x1_5/wait-75.png 30 +36 24 24 x1_5/wait-76.png 30 +48 32 32 x2/wait-1.png 30 +48 32 32 x2/wait-2.png 30 +48 32 32 x2/wait-3.png 30 +48 32 32 x2/wait-4.png 30 +48 32 32 x2/wait-5.png 30 +48 32 32 x2/wait-6.png 30 +48 32 32 x2/wait-7.png 30 +48 32 32 x2/wait-8.png 30 +48 32 32 x2/wait-9.png 30 +48 32 32 x2/wait-10.png 30 +48 32 32 x2/wait-11.png 30 +48 32 32 x2/wait-12.png 30 +48 32 32 x2/wait-13.png 30 +48 32 32 x2/wait-14.png 30 +48 32 32 x2/wait-15.png 30 +48 32 32 x2/wait-16.png 30 +48 32 32 x2/wait-17.png 30 +48 32 32 x2/wait-18.png 30 +48 32 32 x2/wait-19.png 30 +48 32 32 x2/wait-20.png 30 +48 32 32 x2/wait-21.png 30 +48 32 32 x2/wait-22.png 30 +48 32 32 x2/wait-23.png 30 +48 32 32 x2/wait-24.png 30 +48 32 32 x2/wait-25.png 30 +48 32 32 x2/wait-26.png 30 +48 32 32 x2/wait-27.png 30 +48 32 32 x2/wait-28.png 30 +48 32 32 x2/wait-29.png 30 +48 32 32 x2/wait-30.png 30 +48 32 32 x2/wait-31.png 30 +48 32 32 x2/wait-32.png 30 +48 32 32 x2/wait-33.png 30 +48 32 32 x2/wait-34.png 30 +48 32 32 x2/wait-35.png 30 +48 32 32 x2/wait-36.png 30 +48 32 32 x2/wait-37.png 30 +48 32 32 x2/wait-38.png 30 +48 32 32 x2/wait-39.png 30 +48 32 32 x2/wait-40.png 30 +48 32 32 x2/wait-41.png 30 +48 32 32 x2/wait-42.png 30 +48 32 32 x2/wait-43.png 30 +48 32 32 x2/wait-44.png 30 +48 32 32 x2/wait-45.png 30 +48 32 32 x2/wait-46.png 30 +48 32 32 x2/wait-47.png 30 +48 32 32 x2/wait-48.png 30 +48 32 32 x2/wait-49.png 30 +48 32 32 x2/wait-50.png 30 +48 32 32 x2/wait-51.png 30 +48 32 32 x2/wait-52.png 30 +48 32 32 x2/wait-53.png 30 +48 32 32 x2/wait-54.png 30 +48 32 32 x2/wait-55.png 30 +48 32 32 x2/wait-56.png 30 +48 32 32 x2/wait-57.png 30 +48 32 32 x2/wait-58.png 30 +48 32 32 x2/wait-59.png 30 +48 32 32 x2/wait-60.png 30 +48 32 32 x2/wait-61.png 30 +48 32 32 x2/wait-62.png 30 +48 32 32 x2/wait-63.png 30 +48 32 32 x2/wait-64.png 30 +48 32 32 x2/wait-65.png 30 +48 32 32 x2/wait-66.png 30 +48 32 32 x2/wait-67.png 30 +48 32 32 x2/wait-68.png 30 +48 32 32 x2/wait-69.png 30 +48 32 32 x2/wait-70.png 30 +48 32 32 x2/wait-71.png 30 +48 32 32 x2/wait-72.png 30 +48 32 32 x2/wait-73.png 30 +48 32 32 x2/wait-74.png 30 +48 32 32 x2/wait-75.png 30 +48 32 32 x2/wait-76.png 30 diff --git a/src/White/config/wayland-cursor.cursor b/src/White/config/wayland-cursor.cursor new file mode 100644 index 0000000..29e793e --- /dev/null +++ b/src/White/config/wayland-cursor.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/wayland-cursor.png +30 20 20 x1_25/wayland-cursor.png +36 24 24 x1_5/wayland-cursor.png +48 32 32 x2/wayland-cursor.png diff --git a/src/White/config/x-cursor.cursor b/src/White/config/x-cursor.cursor new file mode 100644 index 0000000..7d89fe1 --- /dev/null +++ b/src/White/config/x-cursor.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/x-cursor.png +30 20 20 x1_25/x-cursor.png +36 24 24 x1_5/x-cursor.png +48 32 32 x2/x-cursor.png diff --git a/src/White/config/zoom-in.cursor b/src/White/config/zoom-in.cursor new file mode 100644 index 0000000..4f7cd39 --- /dev/null +++ b/src/White/config/zoom-in.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/zoom-in.png +30 20 20 x1_25/zoom-in.png +36 24 24 x1_5/zoom-in.png +48 32 32 x2/zoom-in.png diff --git a/src/White/config/zoom-out.cursor b/src/White/config/zoom-out.cursor new file mode 100644 index 0000000..607b677 --- /dev/null +++ b/src/White/config/zoom-out.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/zoom-out.png +30 20 20 x1_25/zoom-out.png +36 24 24 x1_5/zoom-out.png +48 32 32 x2/zoom-out.png diff --git a/src/White/cursorList b/src/White/cursorList new file mode 100644 index 0000000..5dbb2e7 --- /dev/null +++ b/src/White/cursorList @@ -0,0 +1,66 @@ +00000000000000020006000e7e9ffc3f progress +00008160000006810000408080010102 size_ver +03b6e0fcb3499374a867c041f52298f0 circle +08e8e1c95fe2fc01f976f1e063a24ccd progress +1081e37283d90000800003c07f3ef6bf copy +3085a0e285430894940527032f8b26df alias +3ecb610c1bf2410f44200f48c40d3599 progress +4498f0e0c1937ffe01fd06f973665830 dnd-move +5c6cd98b3f3ebcb1f9c7f1c204630408 help +6407b0e94181790501fd1e167b474872 copy +640fb0e74195791501fd1ed57b41487f alias +9081237383d90e509aa00f00170e968f dnd-move +9d800788f1b08800ae810202380a0822 pointer +a2a266d0498c3104214a47bd64ab0fc8 alias +arrow default +b66166c04f8c3109214a4fbd64a50fc8 copy +circle not-allowed +closedhand dnd-move +col-resize size_hor +color-picker crosshair +copy dnd-move +cross crosshair +crossed_circle not-allowed +d9ce0ab605698f320427677b458ad60b help +dnd-copy copy +dnd-none dnd-move +e-resize size_hor +e29285e634086352946a0e7090d73106 pointer +fcf21c00b30f7e3f83fe0dfd12e71cff dnd-move +forbidden no-drop +grab openhand +grabbing dnd-move +h_double_arrow size_hor +half-busy progress +hand1 pointer +hand2 pointer +ibeam text +left_ptr default +left_ptr_help help +left_ptr_watch progress +left_side left-arrow +link alias +ll_angle bottom_left_corner +lr_angle bottom_right_corner +move dnd-move +n-resize size_ver +nesw-resize size_bdiag +nwse-resize size_fdiag +plus cell +pointing_hand pointer +question_arrow help +right_side right-arrow +s-resize size_ver +sb_h_double_arrow size_hor +sb_v_double_arrow size_ver +size_all fleur +split_h col-resize +split_v row-resize +tcross crosshair +ul_angle top_left_corner +ur_angle top_right_corner +v_double_arrow size_ver +w-resize size_hor +watch wait +whats_this help +xterm text diff --git a/src/White/index.theme b/src/White/index.theme new file mode 100644 index 0000000..3d0973e --- /dev/null +++ b/src/White/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name=Posy White + diff --git a/src/White/x2/alias.png b/src/White/x2/alias.png new file mode 100644 index 0000000..0a6bec5 Binary files /dev/null and b/src/White/x2/alias.png differ diff --git a/src/White/x2/all-scroll.png b/src/White/x2/all-scroll.png new file mode 100644 index 0000000..70d421e Binary files /dev/null and b/src/White/x2/all-scroll.png differ diff --git a/src/White/x2/bottom_left_corner.png b/src/White/x2/bottom_left_corner.png new file mode 100644 index 0000000..07937dd Binary files /dev/null and b/src/White/x2/bottom_left_corner.png differ diff --git a/src/White/x2/bottom_right_corner.png b/src/White/x2/bottom_right_corner.png new file mode 100644 index 0000000..ca07605 Binary files /dev/null and b/src/White/x2/bottom_right_corner.png differ diff --git a/src/White/x2/bottom_side.png b/src/White/x2/bottom_side.png new file mode 100644 index 0000000..f1145fb Binary files /dev/null and b/src/White/x2/bottom_side.png differ diff --git a/src/White/x2/cell.png b/src/White/x2/cell.png new file mode 100644 index 0000000..c1acd57 Binary files /dev/null and b/src/White/x2/cell.png differ diff --git a/src/White/x2/center_ptr.png b/src/White/x2/center_ptr.png new file mode 100644 index 0000000..584ae32 Binary files /dev/null and b/src/White/x2/center_ptr.png differ diff --git a/src/White/x2/col-resize.png b/src/White/x2/col-resize.png new file mode 100644 index 0000000..05a1600 Binary files /dev/null and b/src/White/x2/col-resize.png differ diff --git a/src/White/x2/color-picker.png b/src/White/x2/color-picker.png new file mode 100644 index 0000000..4fb1aac Binary files /dev/null and b/src/White/x2/color-picker.png differ diff --git a/src/White/x2/context-menu.png b/src/White/x2/context-menu.png new file mode 100644 index 0000000..6a65a92 Binary files /dev/null and b/src/White/x2/context-menu.png differ diff --git a/src/White/x2/copy.png b/src/White/x2/copy.png new file mode 100644 index 0000000..5eb89a4 Binary files /dev/null and b/src/White/x2/copy.png differ diff --git a/src/White/x2/crosshair.png b/src/White/x2/crosshair.png new file mode 100644 index 0000000..583a317 Binary files /dev/null and b/src/White/x2/crosshair.png differ diff --git a/src/White/x2/default.png b/src/White/x2/default.png new file mode 100644 index 0000000..aef254e Binary files /dev/null and b/src/White/x2/default.png differ diff --git a/src/White/x2/dnd-move.png b/src/White/x2/dnd-move.png new file mode 100644 index 0000000..0f06ba3 Binary files /dev/null and b/src/White/x2/dnd-move.png differ diff --git a/src/White/x2/dnd-no-drop.png b/src/White/x2/dnd-no-drop.png new file mode 100644 index 0000000..15d74c5 Binary files /dev/null and b/src/White/x2/dnd-no-drop.png differ diff --git a/src/White/x2/down-arrow.png b/src/White/x2/down-arrow.png new file mode 100644 index 0000000..11ad6b5 Binary files /dev/null and b/src/White/x2/down-arrow.png differ diff --git a/src/White/x2/draft.png b/src/White/x2/draft.png new file mode 100644 index 0000000..7372150 Binary files /dev/null and b/src/White/x2/draft.png differ diff --git a/src/White/x2/fleur.png b/src/White/x2/fleur.png new file mode 100644 index 0000000..70d421e Binary files /dev/null and b/src/White/x2/fleur.png differ diff --git a/src/White/x2/help.png b/src/White/x2/help.png new file mode 100644 index 0000000..8774832 Binary files /dev/null and b/src/White/x2/help.png differ diff --git a/src/White/x2/left-arrow.png b/src/White/x2/left-arrow.png new file mode 100644 index 0000000..88d3c9f Binary files /dev/null and b/src/White/x2/left-arrow.png differ diff --git a/src/White/x2/left_side.png b/src/White/x2/left_side.png new file mode 100644 index 0000000..875748c Binary files /dev/null and b/src/White/x2/left_side.png differ diff --git a/src/White/x2/no-drop.png b/src/White/x2/no-drop.png new file mode 100644 index 0000000..23a7236 Binary files /dev/null and b/src/White/x2/no-drop.png differ diff --git a/src/White/x2/not-allowed.png b/src/White/x2/not-allowed.png new file mode 100644 index 0000000..8fd313f Binary files /dev/null and b/src/White/x2/not-allowed.png differ diff --git a/src/White/x2/openhand.png b/src/White/x2/openhand.png new file mode 100644 index 0000000..8eef6c0 Binary files /dev/null and b/src/White/x2/openhand.png differ diff --git a/src/White/x2/pencil.png b/src/White/x2/pencil.png new file mode 100644 index 0000000..7372150 Binary files /dev/null and b/src/White/x2/pencil.png differ diff --git a/src/White/x2/pirate.png b/src/White/x2/pirate.png new file mode 100644 index 0000000..10ea8d6 Binary files /dev/null and b/src/White/x2/pirate.png differ diff --git a/src/White/x2/pointer.png b/src/White/x2/pointer.png new file mode 100644 index 0000000..da9b8de Binary files /dev/null and b/src/White/x2/pointer.png differ diff --git a/src/White/x2/progress-1.png b/src/White/x2/progress-1.png new file mode 100644 index 0000000..c6aef13 Binary files /dev/null and b/src/White/x2/progress-1.png differ diff --git a/src/White/x2/progress-10.png b/src/White/x2/progress-10.png new file mode 100644 index 0000000..fe06e30 Binary files /dev/null and b/src/White/x2/progress-10.png differ diff --git a/src/White/x2/progress-11.png b/src/White/x2/progress-11.png new file mode 100644 index 0000000..0acd389 Binary files /dev/null and b/src/White/x2/progress-11.png differ diff --git a/src/White/x2/progress-12.png b/src/White/x2/progress-12.png new file mode 100644 index 0000000..f83f66d Binary files /dev/null and b/src/White/x2/progress-12.png differ diff --git a/src/White/x2/progress-13.png b/src/White/x2/progress-13.png new file mode 100644 index 0000000..765a1f3 Binary files /dev/null and b/src/White/x2/progress-13.png differ diff --git a/src/White/x2/progress-14.png b/src/White/x2/progress-14.png new file mode 100644 index 0000000..d4bae1b Binary files /dev/null and b/src/White/x2/progress-14.png differ diff --git a/src/White/x2/progress-15.png b/src/White/x2/progress-15.png new file mode 100644 index 0000000..fb2f7ac Binary files /dev/null and b/src/White/x2/progress-15.png differ diff --git a/src/White/x2/progress-16.png b/src/White/x2/progress-16.png new file mode 100644 index 0000000..4c533d4 Binary files /dev/null and b/src/White/x2/progress-16.png differ diff --git a/src/White/x2/progress-17.png b/src/White/x2/progress-17.png new file mode 100644 index 0000000..b8d7ed5 Binary files /dev/null and b/src/White/x2/progress-17.png differ diff --git a/src/White/x2/progress-18.png b/src/White/x2/progress-18.png new file mode 100644 index 0000000..ba6249e Binary files /dev/null and b/src/White/x2/progress-18.png differ diff --git a/src/White/x2/progress-19.png b/src/White/x2/progress-19.png new file mode 100644 index 0000000..9688d60 Binary files /dev/null and b/src/White/x2/progress-19.png differ diff --git a/src/White/x2/progress-2.png b/src/White/x2/progress-2.png new file mode 100644 index 0000000..b1d02dd Binary files /dev/null and b/src/White/x2/progress-2.png differ diff --git a/src/White/x2/progress-20.png b/src/White/x2/progress-20.png new file mode 100644 index 0000000..67e2ca2 Binary files /dev/null and b/src/White/x2/progress-20.png differ diff --git a/src/White/x2/progress-21.png b/src/White/x2/progress-21.png new file mode 100644 index 0000000..2253df2 Binary files /dev/null and b/src/White/x2/progress-21.png differ diff --git a/src/White/x2/progress-22.png b/src/White/x2/progress-22.png new file mode 100644 index 0000000..b160187 Binary files /dev/null and b/src/White/x2/progress-22.png differ diff --git a/src/White/x2/progress-23.png b/src/White/x2/progress-23.png new file mode 100644 index 0000000..72f9ee4 Binary files /dev/null and b/src/White/x2/progress-23.png differ diff --git a/src/White/x2/progress-24.png b/src/White/x2/progress-24.png new file mode 100644 index 0000000..8d2827d Binary files /dev/null and b/src/White/x2/progress-24.png differ diff --git a/src/White/x2/progress-25.png b/src/White/x2/progress-25.png new file mode 100644 index 0000000..8b8bf9f Binary files /dev/null and b/src/White/x2/progress-25.png differ diff --git a/src/White/x2/progress-26.png b/src/White/x2/progress-26.png new file mode 100644 index 0000000..d27b7c4 Binary files /dev/null and b/src/White/x2/progress-26.png differ diff --git a/src/White/x2/progress-27.png b/src/White/x2/progress-27.png new file mode 100644 index 0000000..7fc7bcf Binary files /dev/null and b/src/White/x2/progress-27.png differ diff --git a/src/White/x2/progress-28.png b/src/White/x2/progress-28.png new file mode 100644 index 0000000..a8e2371 Binary files /dev/null and b/src/White/x2/progress-28.png differ diff --git a/src/White/x2/progress-29.png b/src/White/x2/progress-29.png new file mode 100644 index 0000000..c6413d0 Binary files /dev/null and b/src/White/x2/progress-29.png differ diff --git a/src/White/x2/progress-3.png b/src/White/x2/progress-3.png new file mode 100644 index 0000000..e45bea2 Binary files /dev/null and b/src/White/x2/progress-3.png differ diff --git a/src/White/x2/progress-30.png b/src/White/x2/progress-30.png new file mode 100644 index 0000000..d083729 Binary files /dev/null and b/src/White/x2/progress-30.png differ diff --git a/src/White/x2/progress-31.png b/src/White/x2/progress-31.png new file mode 100644 index 0000000..3257513 Binary files /dev/null and b/src/White/x2/progress-31.png differ diff --git a/src/White/x2/progress-32.png b/src/White/x2/progress-32.png new file mode 100644 index 0000000..17ed88f Binary files /dev/null and b/src/White/x2/progress-32.png differ diff --git a/src/White/x2/progress-33.png b/src/White/x2/progress-33.png new file mode 100644 index 0000000..fa4e5fb Binary files /dev/null and b/src/White/x2/progress-33.png differ diff --git a/src/White/x2/progress-34.png b/src/White/x2/progress-34.png new file mode 100644 index 0000000..41e54d4 Binary files /dev/null and b/src/White/x2/progress-34.png differ diff --git a/src/White/x2/progress-35.png b/src/White/x2/progress-35.png new file mode 100644 index 0000000..28224eb Binary files /dev/null and b/src/White/x2/progress-35.png differ diff --git a/src/White/x2/progress-36.png b/src/White/x2/progress-36.png new file mode 100644 index 0000000..b2e37f2 Binary files /dev/null and b/src/White/x2/progress-36.png differ diff --git a/src/White/x2/progress-37.png b/src/White/x2/progress-37.png new file mode 100644 index 0000000..7c757fe Binary files /dev/null and b/src/White/x2/progress-37.png differ diff --git a/src/White/x2/progress-38.png b/src/White/x2/progress-38.png new file mode 100644 index 0000000..1d738d1 Binary files /dev/null and b/src/White/x2/progress-38.png differ diff --git a/src/White/x2/progress-39.png b/src/White/x2/progress-39.png new file mode 100644 index 0000000..00ef21c Binary files /dev/null and b/src/White/x2/progress-39.png differ diff --git a/src/White/x2/progress-4.png b/src/White/x2/progress-4.png new file mode 100644 index 0000000..22e7b49 Binary files /dev/null and b/src/White/x2/progress-4.png differ diff --git a/src/White/x2/progress-40.png b/src/White/x2/progress-40.png new file mode 100644 index 0000000..84bba0c Binary files /dev/null and b/src/White/x2/progress-40.png differ diff --git a/src/White/x2/progress-41.png b/src/White/x2/progress-41.png new file mode 100644 index 0000000..b9236e6 Binary files /dev/null and b/src/White/x2/progress-41.png differ diff --git a/src/White/x2/progress-42.png b/src/White/x2/progress-42.png new file mode 100644 index 0000000..5a705d2 Binary files /dev/null and b/src/White/x2/progress-42.png differ diff --git a/src/White/x2/progress-43.png b/src/White/x2/progress-43.png new file mode 100644 index 0000000..f519369 Binary files /dev/null and b/src/White/x2/progress-43.png differ diff --git a/src/White/x2/progress-44.png b/src/White/x2/progress-44.png new file mode 100644 index 0000000..6bc4833 Binary files /dev/null and b/src/White/x2/progress-44.png differ diff --git a/src/White/x2/progress-45.png b/src/White/x2/progress-45.png new file mode 100644 index 0000000..d244541 Binary files /dev/null and b/src/White/x2/progress-45.png differ diff --git a/src/White/x2/progress-46.png b/src/White/x2/progress-46.png new file mode 100644 index 0000000..7b2ff57 Binary files /dev/null and b/src/White/x2/progress-46.png differ diff --git a/src/White/x2/progress-47.png b/src/White/x2/progress-47.png new file mode 100644 index 0000000..5640bda Binary files /dev/null and b/src/White/x2/progress-47.png differ diff --git a/src/White/x2/progress-48.png b/src/White/x2/progress-48.png new file mode 100644 index 0000000..6fbca7f Binary files /dev/null and b/src/White/x2/progress-48.png differ diff --git a/src/White/x2/progress-49.png b/src/White/x2/progress-49.png new file mode 100644 index 0000000..c0c6a84 Binary files /dev/null and b/src/White/x2/progress-49.png differ diff --git a/src/White/x2/progress-5.png b/src/White/x2/progress-5.png new file mode 100644 index 0000000..282dc50 Binary files /dev/null and b/src/White/x2/progress-5.png differ diff --git a/src/White/x2/progress-50.png b/src/White/x2/progress-50.png new file mode 100644 index 0000000..f7d7da6 Binary files /dev/null and b/src/White/x2/progress-50.png differ diff --git a/src/White/x2/progress-51.png b/src/White/x2/progress-51.png new file mode 100644 index 0000000..6bee14e Binary files /dev/null and b/src/White/x2/progress-51.png differ diff --git a/src/White/x2/progress-52.png b/src/White/x2/progress-52.png new file mode 100644 index 0000000..8d752a2 Binary files /dev/null and b/src/White/x2/progress-52.png differ diff --git a/src/White/x2/progress-53.png b/src/White/x2/progress-53.png new file mode 100644 index 0000000..e6635b6 Binary files /dev/null and b/src/White/x2/progress-53.png differ diff --git a/src/White/x2/progress-54.png b/src/White/x2/progress-54.png new file mode 100644 index 0000000..dcb4f92 Binary files /dev/null and b/src/White/x2/progress-54.png differ diff --git a/src/White/x2/progress-55.png b/src/White/x2/progress-55.png new file mode 100644 index 0000000..5bcea88 Binary files /dev/null and b/src/White/x2/progress-55.png differ diff --git a/src/White/x2/progress-56.png b/src/White/x2/progress-56.png new file mode 100644 index 0000000..4e6ef89 Binary files /dev/null and b/src/White/x2/progress-56.png differ diff --git a/src/White/x2/progress-57.png b/src/White/x2/progress-57.png new file mode 100644 index 0000000..8c6ce47 Binary files /dev/null and b/src/White/x2/progress-57.png differ diff --git a/src/White/x2/progress-58.png b/src/White/x2/progress-58.png new file mode 100644 index 0000000..1cb658e Binary files /dev/null and b/src/White/x2/progress-58.png differ diff --git a/src/White/x2/progress-59.png b/src/White/x2/progress-59.png new file mode 100644 index 0000000..a0a16e5 Binary files /dev/null and b/src/White/x2/progress-59.png differ diff --git a/src/White/x2/progress-6.png b/src/White/x2/progress-6.png new file mode 100644 index 0000000..4db69d0 Binary files /dev/null and b/src/White/x2/progress-6.png differ diff --git a/src/White/x2/progress-60.png b/src/White/x2/progress-60.png new file mode 100644 index 0000000..6f275eb Binary files /dev/null and b/src/White/x2/progress-60.png differ diff --git a/src/White/x2/progress-61.png b/src/White/x2/progress-61.png new file mode 100644 index 0000000..1c2cd55 Binary files /dev/null and b/src/White/x2/progress-61.png differ diff --git a/src/White/x2/progress-62.png b/src/White/x2/progress-62.png new file mode 100644 index 0000000..365ce80 Binary files /dev/null and b/src/White/x2/progress-62.png differ diff --git a/src/White/x2/progress-63.png b/src/White/x2/progress-63.png new file mode 100644 index 0000000..245e1cf Binary files /dev/null and b/src/White/x2/progress-63.png differ diff --git a/src/White/x2/progress-64.png b/src/White/x2/progress-64.png new file mode 100644 index 0000000..9e12269 Binary files /dev/null and b/src/White/x2/progress-64.png differ diff --git a/src/White/x2/progress-65.png b/src/White/x2/progress-65.png new file mode 100644 index 0000000..927bae3 Binary files /dev/null and b/src/White/x2/progress-65.png differ diff --git a/src/White/x2/progress-66.png b/src/White/x2/progress-66.png new file mode 100644 index 0000000..a84c9b9 Binary files /dev/null and b/src/White/x2/progress-66.png differ diff --git a/src/White/x2/progress-67.png b/src/White/x2/progress-67.png new file mode 100644 index 0000000..9146da4 Binary files /dev/null and b/src/White/x2/progress-67.png differ diff --git a/src/White/x2/progress-68.png b/src/White/x2/progress-68.png new file mode 100644 index 0000000..93f55d6 Binary files /dev/null and b/src/White/x2/progress-68.png differ diff --git a/src/White/x2/progress-69.png b/src/White/x2/progress-69.png new file mode 100644 index 0000000..ebd7c2a Binary files /dev/null and b/src/White/x2/progress-69.png differ diff --git a/src/White/x2/progress-7.png b/src/White/x2/progress-7.png new file mode 100644 index 0000000..1e6fdf4 Binary files /dev/null and b/src/White/x2/progress-7.png differ diff --git a/src/White/x2/progress-70.png b/src/White/x2/progress-70.png new file mode 100644 index 0000000..01af691 Binary files /dev/null and b/src/White/x2/progress-70.png differ diff --git a/src/White/x2/progress-71.png b/src/White/x2/progress-71.png new file mode 100644 index 0000000..73b736d Binary files /dev/null and b/src/White/x2/progress-71.png differ diff --git a/src/White/x2/progress-72.png b/src/White/x2/progress-72.png new file mode 100644 index 0000000..1e4a303 Binary files /dev/null and b/src/White/x2/progress-72.png differ diff --git a/src/White/x2/progress-73.png b/src/White/x2/progress-73.png new file mode 100644 index 0000000..d645b2c Binary files /dev/null and b/src/White/x2/progress-73.png differ diff --git a/src/White/x2/progress-74.png b/src/White/x2/progress-74.png new file mode 100644 index 0000000..3022bdb Binary files /dev/null and b/src/White/x2/progress-74.png differ diff --git a/src/White/x2/progress-75.png b/src/White/x2/progress-75.png new file mode 100644 index 0000000..472a3cf Binary files /dev/null and b/src/White/x2/progress-75.png differ diff --git a/src/White/x2/progress-76.png b/src/White/x2/progress-76.png new file mode 100644 index 0000000..98b22d4 Binary files /dev/null and b/src/White/x2/progress-76.png differ diff --git a/src/White/x2/progress-8.png b/src/White/x2/progress-8.png new file mode 100644 index 0000000..6eb4e38 Binary files /dev/null and b/src/White/x2/progress-8.png differ diff --git a/src/White/x2/progress-9.png b/src/White/x2/progress-9.png new file mode 100644 index 0000000..43d100b Binary files /dev/null and b/src/White/x2/progress-9.png differ diff --git a/src/White/x2/right-arrow.png b/src/White/x2/right-arrow.png new file mode 100644 index 0000000..753d9cd Binary files /dev/null and b/src/White/x2/right-arrow.png differ diff --git a/src/White/x2/right_ptr.png b/src/White/x2/right_ptr.png new file mode 100644 index 0000000..e58a336 Binary files /dev/null and b/src/White/x2/right_ptr.png differ diff --git a/src/White/x2/right_side.png b/src/White/x2/right_side.png new file mode 100644 index 0000000..5dfcf6e Binary files /dev/null and b/src/White/x2/right_side.png differ diff --git a/src/White/x2/row-resize.png b/src/White/x2/row-resize.png new file mode 100644 index 0000000..f0dbd4a Binary files /dev/null and b/src/White/x2/row-resize.png differ diff --git a/src/White/x2/size_bdiag.png b/src/White/x2/size_bdiag.png new file mode 100644 index 0000000..59ed49e Binary files /dev/null and b/src/White/x2/size_bdiag.png differ diff --git a/src/White/x2/size_fdiag.png b/src/White/x2/size_fdiag.png new file mode 100644 index 0000000..551c0f6 Binary files /dev/null and b/src/White/x2/size_fdiag.png differ diff --git a/src/White/x2/size_hor.png b/src/White/x2/size_hor.png new file mode 100644 index 0000000..1c9a395 Binary files /dev/null and b/src/White/x2/size_hor.png differ diff --git a/src/White/x2/size_ver.png b/src/White/x2/size_ver.png new file mode 100644 index 0000000..29f7fa4 Binary files /dev/null and b/src/White/x2/size_ver.png differ diff --git a/src/White/x2/text.png b/src/White/x2/text.png new file mode 100644 index 0000000..3547a6b Binary files /dev/null and b/src/White/x2/text.png differ diff --git a/src/White/x2/top_left_corner.png b/src/White/x2/top_left_corner.png new file mode 100644 index 0000000..e06d311 Binary files /dev/null and b/src/White/x2/top_left_corner.png differ diff --git a/src/White/x2/top_right_corner.png b/src/White/x2/top_right_corner.png new file mode 100644 index 0000000..8082199 Binary files /dev/null and b/src/White/x2/top_right_corner.png differ diff --git a/src/White/x2/top_side.png b/src/White/x2/top_side.png new file mode 100644 index 0000000..9a5472b Binary files /dev/null and b/src/White/x2/top_side.png differ diff --git a/src/White/x2/up-arrow.png b/src/White/x2/up-arrow.png new file mode 100644 index 0000000..40ba348 Binary files /dev/null and b/src/White/x2/up-arrow.png differ diff --git a/src/White/x2/vertical-text.png b/src/White/x2/vertical-text.png new file mode 100644 index 0000000..35f7c57 Binary files /dev/null and b/src/White/x2/vertical-text.png differ diff --git a/src/White/x2/wait-1.png b/src/White/x2/wait-1.png new file mode 100644 index 0000000..6479a28 Binary files /dev/null and b/src/White/x2/wait-1.png differ diff --git a/src/White/x2/wait-10.png b/src/White/x2/wait-10.png new file mode 100644 index 0000000..f3f2a54 Binary files /dev/null and b/src/White/x2/wait-10.png differ diff --git a/src/White/x2/wait-11.png b/src/White/x2/wait-11.png new file mode 100644 index 0000000..99c15fe Binary files /dev/null and b/src/White/x2/wait-11.png differ diff --git a/src/White/x2/wait-12.png b/src/White/x2/wait-12.png new file mode 100644 index 0000000..8bd9b43 Binary files /dev/null and b/src/White/x2/wait-12.png differ diff --git a/src/White/x2/wait-13.png b/src/White/x2/wait-13.png new file mode 100644 index 0000000..b41e268 Binary files /dev/null and b/src/White/x2/wait-13.png differ diff --git a/src/White/x2/wait-14.png b/src/White/x2/wait-14.png new file mode 100644 index 0000000..8c57f12 Binary files /dev/null and b/src/White/x2/wait-14.png differ diff --git a/src/White/x2/wait-15.png b/src/White/x2/wait-15.png new file mode 100644 index 0000000..e0c1f89 Binary files /dev/null and b/src/White/x2/wait-15.png differ diff --git a/src/White/x2/wait-16.png b/src/White/x2/wait-16.png new file mode 100644 index 0000000..d6704a2 Binary files /dev/null and b/src/White/x2/wait-16.png differ diff --git a/src/White/x2/wait-17.png b/src/White/x2/wait-17.png new file mode 100644 index 0000000..29aceb1 Binary files /dev/null and b/src/White/x2/wait-17.png differ diff --git a/src/White/x2/wait-18.png b/src/White/x2/wait-18.png new file mode 100644 index 0000000..d4daa93 Binary files /dev/null and b/src/White/x2/wait-18.png differ diff --git a/src/White/x2/wait-19.png b/src/White/x2/wait-19.png new file mode 100644 index 0000000..74bbe4d Binary files /dev/null and b/src/White/x2/wait-19.png differ diff --git a/src/White/x2/wait-2.png b/src/White/x2/wait-2.png new file mode 100644 index 0000000..3774127 Binary files /dev/null and b/src/White/x2/wait-2.png differ diff --git a/src/White/x2/wait-20.png b/src/White/x2/wait-20.png new file mode 100644 index 0000000..fb00caf Binary files /dev/null and b/src/White/x2/wait-20.png differ diff --git a/src/White/x2/wait-21.png b/src/White/x2/wait-21.png new file mode 100644 index 0000000..fbf1fb3 Binary files /dev/null and b/src/White/x2/wait-21.png differ diff --git a/src/White/x2/wait-22.png b/src/White/x2/wait-22.png new file mode 100644 index 0000000..0c4aff3 Binary files /dev/null and b/src/White/x2/wait-22.png differ diff --git a/src/White/x2/wait-23.png b/src/White/x2/wait-23.png new file mode 100644 index 0000000..29511db Binary files /dev/null and b/src/White/x2/wait-23.png differ diff --git a/src/White/x2/wait-24.png b/src/White/x2/wait-24.png new file mode 100644 index 0000000..0ed7cf3 Binary files /dev/null and b/src/White/x2/wait-24.png differ diff --git a/src/White/x2/wait-25.png b/src/White/x2/wait-25.png new file mode 100644 index 0000000..41c6197 Binary files /dev/null and b/src/White/x2/wait-25.png differ diff --git a/src/White/x2/wait-26.png b/src/White/x2/wait-26.png new file mode 100644 index 0000000..2a5987e Binary files /dev/null and b/src/White/x2/wait-26.png differ diff --git a/src/White/x2/wait-27.png b/src/White/x2/wait-27.png new file mode 100644 index 0000000..1371547 Binary files /dev/null and b/src/White/x2/wait-27.png differ diff --git a/src/White/x2/wait-28.png b/src/White/x2/wait-28.png new file mode 100644 index 0000000..f22a722 Binary files /dev/null and b/src/White/x2/wait-28.png differ diff --git a/src/White/x2/wait-29.png b/src/White/x2/wait-29.png new file mode 100644 index 0000000..e328608 Binary files /dev/null and b/src/White/x2/wait-29.png differ diff --git a/src/White/x2/wait-3.png b/src/White/x2/wait-3.png new file mode 100644 index 0000000..a1e0abe Binary files /dev/null and b/src/White/x2/wait-3.png differ diff --git a/src/White/x2/wait-30.png b/src/White/x2/wait-30.png new file mode 100644 index 0000000..5316382 Binary files /dev/null and b/src/White/x2/wait-30.png differ diff --git a/src/White/x2/wait-31.png b/src/White/x2/wait-31.png new file mode 100644 index 0000000..edae54e Binary files /dev/null and b/src/White/x2/wait-31.png differ diff --git a/src/White/x2/wait-32.png b/src/White/x2/wait-32.png new file mode 100644 index 0000000..52a5488 Binary files /dev/null and b/src/White/x2/wait-32.png differ diff --git a/src/White/x2/wait-33.png b/src/White/x2/wait-33.png new file mode 100644 index 0000000..58dbdf6 Binary files /dev/null and b/src/White/x2/wait-33.png differ diff --git a/src/White/x2/wait-34.png b/src/White/x2/wait-34.png new file mode 100644 index 0000000..2349c7f Binary files /dev/null and b/src/White/x2/wait-34.png differ diff --git a/src/White/x2/wait-35.png b/src/White/x2/wait-35.png new file mode 100644 index 0000000..1b1a266 Binary files /dev/null and b/src/White/x2/wait-35.png differ diff --git a/src/White/x2/wait-36.png b/src/White/x2/wait-36.png new file mode 100644 index 0000000..5c6d2ef Binary files /dev/null and b/src/White/x2/wait-36.png differ diff --git a/src/White/x2/wait-37.png b/src/White/x2/wait-37.png new file mode 100644 index 0000000..aca6bf8 Binary files /dev/null and b/src/White/x2/wait-37.png differ diff --git a/src/White/x2/wait-38.png b/src/White/x2/wait-38.png new file mode 100644 index 0000000..cd934c2 Binary files /dev/null and b/src/White/x2/wait-38.png differ diff --git a/src/White/x2/wait-39.png b/src/White/x2/wait-39.png new file mode 100644 index 0000000..fa3b19e Binary files /dev/null and b/src/White/x2/wait-39.png differ diff --git a/src/White/x2/wait-4.png b/src/White/x2/wait-4.png new file mode 100644 index 0000000..5395d74 Binary files /dev/null and b/src/White/x2/wait-4.png differ diff --git a/src/White/x2/wait-40.png b/src/White/x2/wait-40.png new file mode 100644 index 0000000..a84adb6 Binary files /dev/null and b/src/White/x2/wait-40.png differ diff --git a/src/White/x2/wait-41.png b/src/White/x2/wait-41.png new file mode 100644 index 0000000..69538d1 Binary files /dev/null and b/src/White/x2/wait-41.png differ diff --git a/src/White/x2/wait-42.png b/src/White/x2/wait-42.png new file mode 100644 index 0000000..45f395d Binary files /dev/null and b/src/White/x2/wait-42.png differ diff --git a/src/White/x2/wait-43.png b/src/White/x2/wait-43.png new file mode 100644 index 0000000..bb52006 Binary files /dev/null and b/src/White/x2/wait-43.png differ diff --git a/src/White/x2/wait-44.png b/src/White/x2/wait-44.png new file mode 100644 index 0000000..c0c3ff7 Binary files /dev/null and b/src/White/x2/wait-44.png differ diff --git a/src/White/x2/wait-45.png b/src/White/x2/wait-45.png new file mode 100644 index 0000000..b9b51ea Binary files /dev/null and b/src/White/x2/wait-45.png differ diff --git a/src/White/x2/wait-46.png b/src/White/x2/wait-46.png new file mode 100644 index 0000000..4e7f022 Binary files /dev/null and b/src/White/x2/wait-46.png differ diff --git a/src/White/x2/wait-47.png b/src/White/x2/wait-47.png new file mode 100644 index 0000000..34bffb6 Binary files /dev/null and b/src/White/x2/wait-47.png differ diff --git a/src/White/x2/wait-48.png b/src/White/x2/wait-48.png new file mode 100644 index 0000000..30eba04 Binary files /dev/null and b/src/White/x2/wait-48.png differ diff --git a/src/White/x2/wait-49.png b/src/White/x2/wait-49.png new file mode 100644 index 0000000..7db9b2d Binary files /dev/null and b/src/White/x2/wait-49.png differ diff --git a/src/White/x2/wait-5.png b/src/White/x2/wait-5.png new file mode 100644 index 0000000..23b8d39 Binary files /dev/null and b/src/White/x2/wait-5.png differ diff --git a/src/White/x2/wait-50.png b/src/White/x2/wait-50.png new file mode 100644 index 0000000..fa4e4be Binary files /dev/null and b/src/White/x2/wait-50.png differ diff --git a/src/White/x2/wait-51.png b/src/White/x2/wait-51.png new file mode 100644 index 0000000..209d674 Binary files /dev/null and b/src/White/x2/wait-51.png differ diff --git a/src/White/x2/wait-52.png b/src/White/x2/wait-52.png new file mode 100644 index 0000000..b4016dc Binary files /dev/null and b/src/White/x2/wait-52.png differ diff --git a/src/White/x2/wait-53.png b/src/White/x2/wait-53.png new file mode 100644 index 0000000..b491f2b Binary files /dev/null and b/src/White/x2/wait-53.png differ diff --git a/src/White/x2/wait-54.png b/src/White/x2/wait-54.png new file mode 100644 index 0000000..aa141a0 Binary files /dev/null and b/src/White/x2/wait-54.png differ diff --git a/src/White/x2/wait-55.png b/src/White/x2/wait-55.png new file mode 100644 index 0000000..f935d35 Binary files /dev/null and b/src/White/x2/wait-55.png differ diff --git a/src/White/x2/wait-56.png b/src/White/x2/wait-56.png new file mode 100644 index 0000000..bb45fb5 Binary files /dev/null and b/src/White/x2/wait-56.png differ diff --git a/src/White/x2/wait-57.png b/src/White/x2/wait-57.png new file mode 100644 index 0000000..b8099b5 Binary files /dev/null and b/src/White/x2/wait-57.png differ diff --git a/src/White/x2/wait-58.png b/src/White/x2/wait-58.png new file mode 100644 index 0000000..75bf8a0 Binary files /dev/null and b/src/White/x2/wait-58.png differ diff --git a/src/White/x2/wait-59.png b/src/White/x2/wait-59.png new file mode 100644 index 0000000..0716e0d Binary files /dev/null and b/src/White/x2/wait-59.png differ diff --git a/src/White/x2/wait-6.png b/src/White/x2/wait-6.png new file mode 100644 index 0000000..37562f6 Binary files /dev/null and b/src/White/x2/wait-6.png differ diff --git a/src/White/x2/wait-60.png b/src/White/x2/wait-60.png new file mode 100644 index 0000000..6d05f96 Binary files /dev/null and b/src/White/x2/wait-60.png differ diff --git a/src/White/x2/wait-61.png b/src/White/x2/wait-61.png new file mode 100644 index 0000000..d7c6580 Binary files /dev/null and b/src/White/x2/wait-61.png differ diff --git a/src/White/x2/wait-62.png b/src/White/x2/wait-62.png new file mode 100644 index 0000000..3bea663 Binary files /dev/null and b/src/White/x2/wait-62.png differ diff --git a/src/White/x2/wait-63.png b/src/White/x2/wait-63.png new file mode 100644 index 0000000..01d97aa Binary files /dev/null and b/src/White/x2/wait-63.png differ diff --git a/src/White/x2/wait-64.png b/src/White/x2/wait-64.png new file mode 100644 index 0000000..01c3618 Binary files /dev/null and b/src/White/x2/wait-64.png differ diff --git a/src/White/x2/wait-65.png b/src/White/x2/wait-65.png new file mode 100644 index 0000000..c11f74f Binary files /dev/null and b/src/White/x2/wait-65.png differ diff --git a/src/White/x2/wait-66.png b/src/White/x2/wait-66.png new file mode 100644 index 0000000..8c37751 Binary files /dev/null and b/src/White/x2/wait-66.png differ diff --git a/src/White/x2/wait-67.png b/src/White/x2/wait-67.png new file mode 100644 index 0000000..cd20d58 Binary files /dev/null and b/src/White/x2/wait-67.png differ diff --git a/src/White/x2/wait-68.png b/src/White/x2/wait-68.png new file mode 100644 index 0000000..da59565 Binary files /dev/null and b/src/White/x2/wait-68.png differ diff --git a/src/White/x2/wait-69.png b/src/White/x2/wait-69.png new file mode 100644 index 0000000..a31cf8c Binary files /dev/null and b/src/White/x2/wait-69.png differ diff --git a/src/White/x2/wait-7.png b/src/White/x2/wait-7.png new file mode 100644 index 0000000..383dae6 Binary files /dev/null and b/src/White/x2/wait-7.png differ diff --git a/src/White/x2/wait-70.png b/src/White/x2/wait-70.png new file mode 100644 index 0000000..70482b0 Binary files /dev/null and b/src/White/x2/wait-70.png differ diff --git a/src/White/x2/wait-71.png b/src/White/x2/wait-71.png new file mode 100644 index 0000000..67ed2e0 Binary files /dev/null and b/src/White/x2/wait-71.png differ diff --git a/src/White/x2/wait-72.png b/src/White/x2/wait-72.png new file mode 100644 index 0000000..dd5f548 Binary files /dev/null and b/src/White/x2/wait-72.png differ diff --git a/src/White/x2/wait-73.png b/src/White/x2/wait-73.png new file mode 100644 index 0000000..63ebda6 Binary files /dev/null and b/src/White/x2/wait-73.png differ diff --git a/src/White/x2/wait-74.png b/src/White/x2/wait-74.png new file mode 100644 index 0000000..86764e7 Binary files /dev/null and b/src/White/x2/wait-74.png differ diff --git a/src/White/x2/wait-75.png b/src/White/x2/wait-75.png new file mode 100644 index 0000000..939e5c8 Binary files /dev/null and b/src/White/x2/wait-75.png differ diff --git a/src/White/x2/wait-76.png b/src/White/x2/wait-76.png new file mode 100644 index 0000000..5c913bf Binary files /dev/null and b/src/White/x2/wait-76.png differ diff --git a/src/White/x2/wait-8.png b/src/White/x2/wait-8.png new file mode 100644 index 0000000..8aa0452 Binary files /dev/null and b/src/White/x2/wait-8.png differ diff --git a/src/White/x2/wait-9.png b/src/White/x2/wait-9.png new file mode 100644 index 0000000..dcd213a Binary files /dev/null and b/src/White/x2/wait-9.png differ diff --git a/src/White/x2/wayland-cursor.png b/src/White/x2/wayland-cursor.png new file mode 100644 index 0000000..ee61bb8 Binary files /dev/null and b/src/White/x2/wayland-cursor.png differ diff --git a/src/White/x2/x-cursor.png b/src/White/x2/x-cursor.png new file mode 100644 index 0000000..d45fe4e Binary files /dev/null and b/src/White/x2/x-cursor.png differ diff --git a/src/White/x2/zoom-in.png b/src/White/x2/zoom-in.png new file mode 100644 index 0000000..cb4f57d Binary files /dev/null and b/src/White/x2/zoom-in.png differ diff --git a/src/White/x2/zoom-out.png b/src/White/x2/zoom-out.png new file mode 100644 index 0000000..a957acd Binary files /dev/null and b/src/White/x2/zoom-out.png differ diff --git a/src/WhiteTiny/config/alias.cursor b/src/WhiteTiny/config/alias.cursor new file mode 100644 index 0000000..8e4cfe2 --- /dev/null +++ b/src/WhiteTiny/config/alias.cursor @@ -0,0 +1,4 @@ +24 4 4 x1/alias.png +30 5 5 x1_25/alias.png +36 6 6 x1_5/alias.png +48 8 8 x2/alias.png diff --git a/src/WhiteTiny/config/all-scroll.cursor b/src/WhiteTiny/config/all-scroll.cursor new file mode 100644 index 0000000..577d306 --- /dev/null +++ b/src/WhiteTiny/config/all-scroll.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/all-scroll.png +30 20 20 x1_25/all-scroll.png +36 24 24 x1_5/all-scroll.png +48 32 32 x2/all-scroll.png diff --git a/src/WhiteTiny/config/bottom_left_corner.cursor b/src/WhiteTiny/config/bottom_left_corner.cursor new file mode 100644 index 0000000..fe61bc6 --- /dev/null +++ b/src/WhiteTiny/config/bottom_left_corner.cursor @@ -0,0 +1,4 @@ +24 4 26 x1/bottom_left_corner.png +30 5 32 x1_25/bottom_left_corner.png +36 6 39 x1_5/bottom_left_corner.png +48 8 52 x2/bottom_left_corner.png diff --git a/src/WhiteTiny/config/bottom_right_corner.cursor b/src/WhiteTiny/config/bottom_right_corner.cursor new file mode 100644 index 0000000..6ba83ba --- /dev/null +++ b/src/WhiteTiny/config/bottom_right_corner.cursor @@ -0,0 +1,4 @@ +24 26 26 x1/bottom_right_corner.png +30 32 32 x1_25/bottom_right_corner.png +36 39 39 x1_5/bottom_right_corner.png +48 52 52 x2/bottom_right_corner.png diff --git a/src/WhiteTiny/config/bottom_side.cursor b/src/WhiteTiny/config/bottom_side.cursor new file mode 100644 index 0000000..d663a4b --- /dev/null +++ b/src/WhiteTiny/config/bottom_side.cursor @@ -0,0 +1,4 @@ +24 16 28 x1/bottom_side.png +30 20 35 x1_25/bottom_side.png +36 24 42 x1_5/bottom_side.png +48 32 56 x2/bottom_side.png diff --git a/src/WhiteTiny/config/cell.cursor b/src/WhiteTiny/config/cell.cursor new file mode 100644 index 0000000..e1615df --- /dev/null +++ b/src/WhiteTiny/config/cell.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/cell.png +30 20 20 x1_25/cell.png +36 24 24 x1_5/cell.png +48 32 32 x2/cell.png diff --git a/src/WhiteTiny/config/center_ptr.cursor b/src/WhiteTiny/config/center_ptr.cursor new file mode 100644 index 0000000..20d66c1 --- /dev/null +++ b/src/WhiteTiny/config/center_ptr.cursor @@ -0,0 +1,4 @@ +24 20 4 x1/center_ptr.png +30 25 5 x1_25/center_ptr.png +36 30 6 x1_5/center_ptr.png +48 40 8 x2/center_ptr.png diff --git a/src/WhiteTiny/config/col-resize.cursor b/src/WhiteTiny/config/col-resize.cursor new file mode 100644 index 0000000..d5ca15d --- /dev/null +++ b/src/WhiteTiny/config/col-resize.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/col-resize.png +30 20 20 x1_25/col-resize.png +36 24 24 x1_5/col-resize.png +48 32 32 x2/col-resize.png diff --git a/src/WhiteTiny/config/color-picker.cursor b/src/WhiteTiny/config/color-picker.cursor new file mode 100644 index 0000000..42f82bc --- /dev/null +++ b/src/WhiteTiny/config/color-picker.cursor @@ -0,0 +1,4 @@ +24 4 29 x1/color-picker.png +30 5 36 x1_25/color-picker.png +36 6 43 x1_5/color-picker.png +48 8 58 x2/color-picker.png diff --git a/src/WhiteTiny/config/context-menu.cursor b/src/WhiteTiny/config/context-menu.cursor new file mode 100644 index 0000000..bbb3a5e --- /dev/null +++ b/src/WhiteTiny/config/context-menu.cursor @@ -0,0 +1,4 @@ +24 4 4 x1/context-menu.png +30 5 5 x1_25/context-menu.png +36 6 6 x1_5/context-menu.png +48 8 8 x2/context-menu.png diff --git a/src/WhiteTiny/config/copy.cursor b/src/WhiteTiny/config/copy.cursor new file mode 100644 index 0000000..a77129c --- /dev/null +++ b/src/WhiteTiny/config/copy.cursor @@ -0,0 +1,4 @@ +24 4 4 x1/copy.png +30 5 5 x1_25/copy.png +36 6 6 x1_5/copy.png +48 8 8 x2/copy.png diff --git a/src/WhiteTiny/config/crosshair.cursor b/src/WhiteTiny/config/crosshair.cursor new file mode 100644 index 0000000..afe825e --- /dev/null +++ b/src/WhiteTiny/config/crosshair.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/crosshair.png +30 20 20 x1_25/crosshair.png +36 24 24 x1_5/crosshair.png +48 32 32 x2/crosshair.png diff --git a/src/WhiteTiny/config/default.cursor b/src/WhiteTiny/config/default.cursor new file mode 100644 index 0000000..50f975d --- /dev/null +++ b/src/WhiteTiny/config/default.cursor @@ -0,0 +1,4 @@ +24 4 4 x1/default.png +30 5 5 x1_25/default.png +36 6 6 x1_5/default.png +48 8 8 x2/default.png diff --git a/src/WhiteTiny/config/dnd-move.cursor b/src/WhiteTiny/config/dnd-move.cursor new file mode 100644 index 0000000..cac5c8d --- /dev/null +++ b/src/WhiteTiny/config/dnd-move.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/dnd-move.png +30 20 20 x1_25/dnd-move.png +36 24 24 x1_5/dnd-move.png +48 32 32 x2/dnd-move.png diff --git a/src/WhiteTiny/config/dnd-no-drop.cursor b/src/WhiteTiny/config/dnd-no-drop.cursor new file mode 100644 index 0000000..98576a5 --- /dev/null +++ b/src/WhiteTiny/config/dnd-no-drop.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/dnd-no-drop.png +30 20 20 x1_25/dnd-no-drop.png +36 24 24 x1_5/dnd-no-drop.png +48 32 32 x2/dnd-no-drop.png diff --git a/src/WhiteTiny/config/down-arrow.cursor b/src/WhiteTiny/config/down-arrow.cursor new file mode 100644 index 0000000..a07af31 --- /dev/null +++ b/src/WhiteTiny/config/down-arrow.cursor @@ -0,0 +1,4 @@ +24 16 28 x1/down-arrow.png +30 20 35 x1_25/down-arrow.png +36 24 42 x1_5/down-arrow.png +48 32 56 x2/down-arrow.png diff --git a/src/WhiteTiny/config/draft.cursor b/src/WhiteTiny/config/draft.cursor new file mode 100644 index 0000000..f9068c4 --- /dev/null +++ b/src/WhiteTiny/config/draft.cursor @@ -0,0 +1,4 @@ +24 4 29 x1/draft.png +30 5 36 x1_25/draft.png +36 6 43 x1_5/draft.png +48 8 58 x2/draft.png diff --git a/src/WhiteTiny/config/fleur.cursor b/src/WhiteTiny/config/fleur.cursor new file mode 100644 index 0000000..d6a66c5 --- /dev/null +++ b/src/WhiteTiny/config/fleur.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/fleur.png +30 20 20 x1_25/fleur.png +36 24 24 x1_5/fleur.png +48 32 32 x2/fleur.png diff --git a/src/WhiteTiny/config/help.cursor b/src/WhiteTiny/config/help.cursor new file mode 100644 index 0000000..019679f --- /dev/null +++ b/src/WhiteTiny/config/help.cursor @@ -0,0 +1,4 @@ +24 4 4 x1/help.png +30 5 5 x1_25/help.png +36 6 6 x1_5/help.png +48 8 8 x2/help.png diff --git a/src/WhiteTiny/config/left-arrow.cursor b/src/WhiteTiny/config/left-arrow.cursor new file mode 100644 index 0000000..22602af --- /dev/null +++ b/src/WhiteTiny/config/left-arrow.cursor @@ -0,0 +1,4 @@ +24 4 16 x1/left-arrow.png +30 5 20 x1_25/left-arrow.png +36 6 24 x1_5/left-arrow.png +48 8 32 x2/left-arrow.png diff --git a/src/WhiteTiny/config/left_side.cursor b/src/WhiteTiny/config/left_side.cursor new file mode 100644 index 0000000..6d7df07 --- /dev/null +++ b/src/WhiteTiny/config/left_side.cursor @@ -0,0 +1,4 @@ +24 4 16 x1/left_side.png +30 5 20 x1_25/left_side.png +36 6 24 x1_5/left_side.png +48 8 32 x2/left_side.png diff --git a/src/WhiteTiny/config/no-drop.cursor b/src/WhiteTiny/config/no-drop.cursor new file mode 100644 index 0000000..aec8c0a --- /dev/null +++ b/src/WhiteTiny/config/no-drop.cursor @@ -0,0 +1,4 @@ +24 4 4 x1/no-drop.png +30 5 5 x1_25/no-drop.png +36 6 6 x1_5/no-drop.png +48 8 8 x2/no-drop.png diff --git a/src/WhiteTiny/config/not-allowed.cursor b/src/WhiteTiny/config/not-allowed.cursor new file mode 100644 index 0000000..7aab94b --- /dev/null +++ b/src/WhiteTiny/config/not-allowed.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/not-allowed.png +30 20 20 x1_25/not-allowed.png +36 24 24 x1_5/not-allowed.png +48 32 32 x2/not-allowed.png diff --git a/src/WhiteTiny/config/openhand.cursor b/src/WhiteTiny/config/openhand.cursor new file mode 100644 index 0000000..824e36b --- /dev/null +++ b/src/WhiteTiny/config/openhand.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/openhand.png +30 20 20 x1_25/openhand.png +36 24 24 x1_5/openhand.png +48 32 32 x2/openhand.png diff --git a/src/WhiteTiny/config/pencil.cursor b/src/WhiteTiny/config/pencil.cursor new file mode 100644 index 0000000..7be7218 --- /dev/null +++ b/src/WhiteTiny/config/pencil.cursor @@ -0,0 +1,4 @@ +24 4 29 x1/pencil.png +30 5 36 x1_25/pencil.png +36 6 43 x1_5/pencil.png +48 8 58 x2/pencil.png diff --git a/src/WhiteTiny/config/pirate.cursor b/src/WhiteTiny/config/pirate.cursor new file mode 100644 index 0000000..8497525 --- /dev/null +++ b/src/WhiteTiny/config/pirate.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/pirate.png +30 20 20 x1_25/pirate.png +36 24 24 x1_5/pirate.png +48 32 32 x2/pirate.png diff --git a/src/WhiteTiny/config/pointer.cursor b/src/WhiteTiny/config/pointer.cursor new file mode 100644 index 0000000..86140f9 --- /dev/null +++ b/src/WhiteTiny/config/pointer.cursor @@ -0,0 +1,4 @@ +24 16 4 x1/pointer.png +30 20 5 x1_25/pointer.png +36 24 6 x1_5/pointer.png +48 32 8 x2/pointer.png diff --git a/src/WhiteTiny/config/progress.cursor b/src/WhiteTiny/config/progress.cursor new file mode 100644 index 0000000..720b9b2 --- /dev/null +++ b/src/WhiteTiny/config/progress.cursor @@ -0,0 +1,304 @@ +24 16 16 x1/progress-1.png 30 +24 16 16 x1/progress-2.png 30 +24 16 16 x1/progress-3.png 30 +24 16 16 x1/progress-4.png 30 +24 16 16 x1/progress-5.png 30 +24 16 16 x1/progress-6.png 30 +24 16 16 x1/progress-7.png 30 +24 16 16 x1/progress-8.png 30 +24 16 16 x1/progress-9.png 30 +24 16 16 x1/progress-10.png 30 +24 16 16 x1/progress-11.png 30 +24 16 16 x1/progress-12.png 30 +24 16 16 x1/progress-13.png 30 +24 16 16 x1/progress-14.png 30 +24 16 16 x1/progress-15.png 30 +24 16 16 x1/progress-16.png 30 +24 16 16 x1/progress-17.png 30 +24 16 16 x1/progress-18.png 30 +24 16 16 x1/progress-19.png 30 +24 16 16 x1/progress-20.png 30 +24 16 16 x1/progress-21.png 30 +24 16 16 x1/progress-22.png 30 +24 16 16 x1/progress-23.png 30 +24 16 16 x1/progress-24.png 30 +24 16 16 x1/progress-25.png 30 +24 16 16 x1/progress-26.png 30 +24 16 16 x1/progress-27.png 30 +24 16 16 x1/progress-28.png 30 +24 16 16 x1/progress-29.png 30 +24 16 16 x1/progress-30.png 30 +24 16 16 x1/progress-31.png 30 +24 16 16 x1/progress-32.png 30 +24 16 16 x1/progress-33.png 30 +24 16 16 x1/progress-34.png 30 +24 16 16 x1/progress-35.png 30 +24 16 16 x1/progress-36.png 30 +24 16 16 x1/progress-37.png 30 +24 16 16 x1/progress-38.png 30 +24 16 16 x1/progress-39.png 30 +24 16 16 x1/progress-40.png 30 +24 16 16 x1/progress-41.png 30 +24 16 16 x1/progress-42.png 30 +24 16 16 x1/progress-43.png 30 +24 16 16 x1/progress-44.png 30 +24 16 16 x1/progress-45.png 30 +24 16 16 x1/progress-46.png 30 +24 16 16 x1/progress-47.png 30 +24 16 16 x1/progress-48.png 30 +24 16 16 x1/progress-49.png 30 +24 16 16 x1/progress-50.png 30 +24 16 16 x1/progress-51.png 30 +24 16 16 x1/progress-52.png 30 +24 16 16 x1/progress-53.png 30 +24 16 16 x1/progress-54.png 30 +24 16 16 x1/progress-55.png 30 +24 16 16 x1/progress-56.png 30 +24 16 16 x1/progress-57.png 30 +24 16 16 x1/progress-58.png 30 +24 16 16 x1/progress-59.png 30 +24 16 16 x1/progress-60.png 30 +24 16 16 x1/progress-61.png 30 +24 16 16 x1/progress-62.png 30 +24 16 16 x1/progress-63.png 30 +24 16 16 x1/progress-64.png 30 +24 16 16 x1/progress-65.png 30 +24 16 16 x1/progress-66.png 30 +24 16 16 x1/progress-67.png 30 +24 16 16 x1/progress-68.png 30 +24 16 16 x1/progress-69.png 30 +24 16 16 x1/progress-70.png 30 +24 16 16 x1/progress-71.png 30 +24 16 16 x1/progress-72.png 30 +24 16 16 x1/progress-73.png 30 +24 16 16 x1/progress-74.png 30 +24 16 16 x1/progress-75.png 30 +24 16 16 x1/progress-76.png 30 +30 20 20 x1_25/progress-1.png 30 +30 20 20 x1_25/progress-2.png 30 +30 20 20 x1_25/progress-3.png 30 +30 20 20 x1_25/progress-4.png 30 +30 20 20 x1_25/progress-5.png 30 +30 20 20 x1_25/progress-6.png 30 +30 20 20 x1_25/progress-7.png 30 +30 20 20 x1_25/progress-8.png 30 +30 20 20 x1_25/progress-9.png 30 +30 20 20 x1_25/progress-10.png 30 +30 20 20 x1_25/progress-11.png 30 +30 20 20 x1_25/progress-12.png 30 +30 20 20 x1_25/progress-13.png 30 +30 20 20 x1_25/progress-14.png 30 +30 20 20 x1_25/progress-15.png 30 +30 20 20 x1_25/progress-16.png 30 +30 20 20 x1_25/progress-17.png 30 +30 20 20 x1_25/progress-18.png 30 +30 20 20 x1_25/progress-19.png 30 +30 20 20 x1_25/progress-20.png 30 +30 20 20 x1_25/progress-21.png 30 +30 20 20 x1_25/progress-22.png 30 +30 20 20 x1_25/progress-23.png 30 +30 20 20 x1_25/progress-24.png 30 +30 20 20 x1_25/progress-25.png 30 +30 20 20 x1_25/progress-26.png 30 +30 20 20 x1_25/progress-27.png 30 +30 20 20 x1_25/progress-28.png 30 +30 20 20 x1_25/progress-29.png 30 +30 20 20 x1_25/progress-30.png 30 +30 20 20 x1_25/progress-31.png 30 +30 20 20 x1_25/progress-32.png 30 +30 20 20 x1_25/progress-33.png 30 +30 20 20 x1_25/progress-34.png 30 +30 20 20 x1_25/progress-35.png 30 +30 20 20 x1_25/progress-36.png 30 +30 20 20 x1_25/progress-37.png 30 +30 20 20 x1_25/progress-38.png 30 +30 20 20 x1_25/progress-39.png 30 +30 20 20 x1_25/progress-40.png 30 +30 20 20 x1_25/progress-41.png 30 +30 20 20 x1_25/progress-42.png 30 +30 20 20 x1_25/progress-43.png 30 +30 20 20 x1_25/progress-44.png 30 +30 20 20 x1_25/progress-45.png 30 +30 20 20 x1_25/progress-46.png 30 +30 20 20 x1_25/progress-47.png 30 +30 20 20 x1_25/progress-48.png 30 +30 20 20 x1_25/progress-49.png 30 +30 20 20 x1_25/progress-50.png 30 +30 20 20 x1_25/progress-51.png 30 +30 20 20 x1_25/progress-52.png 30 +30 20 20 x1_25/progress-53.png 30 +30 20 20 x1_25/progress-54.png 30 +30 20 20 x1_25/progress-55.png 30 +30 20 20 x1_25/progress-56.png 30 +30 20 20 x1_25/progress-57.png 30 +30 20 20 x1_25/progress-58.png 30 +30 20 20 x1_25/progress-59.png 30 +30 20 20 x1_25/progress-60.png 30 +30 20 20 x1_25/progress-61.png 30 +30 20 20 x1_25/progress-62.png 30 +30 20 20 x1_25/progress-63.png 30 +30 20 20 x1_25/progress-64.png 30 +30 20 20 x1_25/progress-65.png 30 +30 20 20 x1_25/progress-66.png 30 +30 20 20 x1_25/progress-67.png 30 +30 20 20 x1_25/progress-68.png 30 +30 20 20 x1_25/progress-69.png 30 +30 20 20 x1_25/progress-70.png 30 +30 20 20 x1_25/progress-71.png 30 +30 20 20 x1_25/progress-72.png 30 +30 20 20 x1_25/progress-73.png 30 +30 20 20 x1_25/progress-74.png 30 +30 20 20 x1_25/progress-75.png 30 +30 20 20 x1_25/progress-76.png 30 +36 24 24 x1_5/progress-1.png 30 +36 24 24 x1_5/progress-2.png 30 +36 24 24 x1_5/progress-3.png 30 +36 24 24 x1_5/progress-4.png 30 +36 24 24 x1_5/progress-5.png 30 +36 24 24 x1_5/progress-6.png 30 +36 24 24 x1_5/progress-7.png 30 +36 24 24 x1_5/progress-8.png 30 +36 24 24 x1_5/progress-9.png 30 +36 24 24 x1_5/progress-10.png 30 +36 24 24 x1_5/progress-11.png 30 +36 24 24 x1_5/progress-12.png 30 +36 24 24 x1_5/progress-13.png 30 +36 24 24 x1_5/progress-14.png 30 +36 24 24 x1_5/progress-15.png 30 +36 24 24 x1_5/progress-16.png 30 +36 24 24 x1_5/progress-17.png 30 +36 24 24 x1_5/progress-18.png 30 +36 24 24 x1_5/progress-19.png 30 +36 24 24 x1_5/progress-20.png 30 +36 24 24 x1_5/progress-21.png 30 +36 24 24 x1_5/progress-22.png 30 +36 24 24 x1_5/progress-23.png 30 +36 24 24 x1_5/progress-24.png 30 +36 24 24 x1_5/progress-25.png 30 +36 24 24 x1_5/progress-26.png 30 +36 24 24 x1_5/progress-27.png 30 +36 24 24 x1_5/progress-28.png 30 +36 24 24 x1_5/progress-29.png 30 +36 24 24 x1_5/progress-30.png 30 +36 24 24 x1_5/progress-31.png 30 +36 24 24 x1_5/progress-32.png 30 +36 24 24 x1_5/progress-33.png 30 +36 24 24 x1_5/progress-34.png 30 +36 24 24 x1_5/progress-35.png 30 +36 24 24 x1_5/progress-36.png 30 +36 24 24 x1_5/progress-37.png 30 +36 24 24 x1_5/progress-38.png 30 +36 24 24 x1_5/progress-39.png 30 +36 24 24 x1_5/progress-40.png 30 +36 24 24 x1_5/progress-41.png 30 +36 24 24 x1_5/progress-42.png 30 +36 24 24 x1_5/progress-43.png 30 +36 24 24 x1_5/progress-44.png 30 +36 24 24 x1_5/progress-45.png 30 +36 24 24 x1_5/progress-46.png 30 +36 24 24 x1_5/progress-47.png 30 +36 24 24 x1_5/progress-48.png 30 +36 24 24 x1_5/progress-49.png 30 +36 24 24 x1_5/progress-50.png 30 +36 24 24 x1_5/progress-51.png 30 +36 24 24 x1_5/progress-52.png 30 +36 24 24 x1_5/progress-53.png 30 +36 24 24 x1_5/progress-54.png 30 +36 24 24 x1_5/progress-55.png 30 +36 24 24 x1_5/progress-56.png 30 +36 24 24 x1_5/progress-57.png 30 +36 24 24 x1_5/progress-58.png 30 +36 24 24 x1_5/progress-59.png 30 +36 24 24 x1_5/progress-60.png 30 +36 24 24 x1_5/progress-61.png 30 +36 24 24 x1_5/progress-62.png 30 +36 24 24 x1_5/progress-63.png 30 +36 24 24 x1_5/progress-64.png 30 +36 24 24 x1_5/progress-65.png 30 +36 24 24 x1_5/progress-66.png 30 +36 24 24 x1_5/progress-67.png 30 +36 24 24 x1_5/progress-68.png 30 +36 24 24 x1_5/progress-69.png 30 +36 24 24 x1_5/progress-70.png 30 +36 24 24 x1_5/progress-71.png 30 +36 24 24 x1_5/progress-72.png 30 +36 24 24 x1_5/progress-73.png 30 +36 24 24 x1_5/progress-74.png 30 +36 24 24 x1_5/progress-75.png 30 +36 24 24 x1_5/progress-76.png 30 +48 32 32 x2/progress-1.png 30 +48 32 32 x2/progress-2.png 30 +48 32 32 x2/progress-3.png 30 +48 32 32 x2/progress-4.png 30 +48 32 32 x2/progress-5.png 30 +48 32 32 x2/progress-6.png 30 +48 32 32 x2/progress-7.png 30 +48 32 32 x2/progress-8.png 30 +48 32 32 x2/progress-9.png 30 +48 32 32 x2/progress-10.png 30 +48 32 32 x2/progress-11.png 30 +48 32 32 x2/progress-12.png 30 +48 32 32 x2/progress-13.png 30 +48 32 32 x2/progress-14.png 30 +48 32 32 x2/progress-15.png 30 +48 32 32 x2/progress-16.png 30 +48 32 32 x2/progress-17.png 30 +48 32 32 x2/progress-18.png 30 +48 32 32 x2/progress-19.png 30 +48 32 32 x2/progress-20.png 30 +48 32 32 x2/progress-21.png 30 +48 32 32 x2/progress-22.png 30 +48 32 32 x2/progress-23.png 30 +48 32 32 x2/progress-24.png 30 +48 32 32 x2/progress-25.png 30 +48 32 32 x2/progress-26.png 30 +48 32 32 x2/progress-27.png 30 +48 32 32 x2/progress-28.png 30 +48 32 32 x2/progress-29.png 30 +48 32 32 x2/progress-30.png 30 +48 32 32 x2/progress-31.png 30 +48 32 32 x2/progress-32.png 30 +48 32 32 x2/progress-33.png 30 +48 32 32 x2/progress-34.png 30 +48 32 32 x2/progress-35.png 30 +48 32 32 x2/progress-36.png 30 +48 32 32 x2/progress-37.png 30 +48 32 32 x2/progress-38.png 30 +48 32 32 x2/progress-39.png 30 +48 32 32 x2/progress-40.png 30 +48 32 32 x2/progress-41.png 30 +48 32 32 x2/progress-42.png 30 +48 32 32 x2/progress-43.png 30 +48 32 32 x2/progress-44.png 30 +48 32 32 x2/progress-45.png 30 +48 32 32 x2/progress-46.png 30 +48 32 32 x2/progress-47.png 30 +48 32 32 x2/progress-48.png 30 +48 32 32 x2/progress-49.png 30 +48 32 32 x2/progress-50.png 30 +48 32 32 x2/progress-51.png 30 +48 32 32 x2/progress-52.png 30 +48 32 32 x2/progress-53.png 30 +48 32 32 x2/progress-54.png 30 +48 32 32 x2/progress-55.png 30 +48 32 32 x2/progress-56.png 30 +48 32 32 x2/progress-57.png 30 +48 32 32 x2/progress-58.png 30 +48 32 32 x2/progress-59.png 30 +48 32 32 x2/progress-60.png 30 +48 32 32 x2/progress-61.png 30 +48 32 32 x2/progress-62.png 30 +48 32 32 x2/progress-63.png 30 +48 32 32 x2/progress-64.png 30 +48 32 32 x2/progress-65.png 30 +48 32 32 x2/progress-66.png 30 +48 32 32 x2/progress-67.png 30 +48 32 32 x2/progress-68.png 30 +48 32 32 x2/progress-69.png 30 +48 32 32 x2/progress-70.png 30 +48 32 32 x2/progress-71.png 30 +48 32 32 x2/progress-72.png 30 +48 32 32 x2/progress-73.png 30 +48 32 32 x2/progress-74.png 30 +48 32 32 x2/progress-75.png 30 +48 32 32 x2/progress-76.png 30 diff --git a/src/WhiteTiny/config/right-arrow.cursor b/src/WhiteTiny/config/right-arrow.cursor new file mode 100644 index 0000000..70a1ec6 --- /dev/null +++ b/src/WhiteTiny/config/right-arrow.cursor @@ -0,0 +1,4 @@ +24 28 16 x1/right-arrow.png +30 35 20 x1_25/right-arrow.png +36 42 24 x1_5/right-arrow.png +48 56 32 x2/right-arrow.png diff --git a/src/WhiteTiny/config/right_ptr.cursor b/src/WhiteTiny/config/right_ptr.cursor new file mode 100644 index 0000000..12885e7 --- /dev/null +++ b/src/WhiteTiny/config/right_ptr.cursor @@ -0,0 +1,4 @@ +24 28 4 x1/right_ptr.png +30 35 5 x1_25/right_ptr.png +36 42 6 x1_5/right_ptr.png +48 56 8 x2/right_ptr.png diff --git a/src/WhiteTiny/config/right_side.cursor b/src/WhiteTiny/config/right_side.cursor new file mode 100644 index 0000000..4d181e1 --- /dev/null +++ b/src/WhiteTiny/config/right_side.cursor @@ -0,0 +1,4 @@ +24 28 16 x1/right_side.png +30 35 20 x1_25/right_side.png +36 42 24 x1_5/right_side.png +48 56 32 x2/right_side.png diff --git a/src/WhiteTiny/config/row-resize.cursor b/src/WhiteTiny/config/row-resize.cursor new file mode 100644 index 0000000..fa56d2c --- /dev/null +++ b/src/WhiteTiny/config/row-resize.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/row-resize.png +30 20 20 x1_25/row-resize.png +36 24 24 x1_5/row-resize.png +48 32 32 x2/row-resize.png diff --git a/src/WhiteTiny/config/size_bdiag.cursor b/src/WhiteTiny/config/size_bdiag.cursor new file mode 100644 index 0000000..b4b540e --- /dev/null +++ b/src/WhiteTiny/config/size_bdiag.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/size_bdiag.png +30 20 20 x1_25/size_bdiag.png +36 24 24 x1_5/size_bdiag.png +48 32 32 x2/size_bdiag.png diff --git a/src/WhiteTiny/config/size_fdiag.cursor b/src/WhiteTiny/config/size_fdiag.cursor new file mode 100644 index 0000000..a83f7e0 --- /dev/null +++ b/src/WhiteTiny/config/size_fdiag.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/size_fdiag.png +30 20 20 x1_25/size_fdiag.png +36 24 24 x1_5/size_fdiag.png +48 32 32 x2/size_fdiag.png diff --git a/src/WhiteTiny/config/size_hor.cursor b/src/WhiteTiny/config/size_hor.cursor new file mode 100644 index 0000000..1b1975c --- /dev/null +++ b/src/WhiteTiny/config/size_hor.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/size_hor.png +30 20 20 x1_25/size_hor.png +36 24 24 x1_5/size_hor.png +48 32 32 x2/size_hor.png diff --git a/src/WhiteTiny/config/size_ver.cursor b/src/WhiteTiny/config/size_ver.cursor new file mode 100644 index 0000000..d3245bb --- /dev/null +++ b/src/WhiteTiny/config/size_ver.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/size_ver.png +30 20 20 x1_25/size_ver.png +36 24 24 x1_5/size_ver.png +48 32 32 x2/size_ver.png diff --git a/src/WhiteTiny/config/text.cursor b/src/WhiteTiny/config/text.cursor new file mode 100644 index 0000000..283201c --- /dev/null +++ b/src/WhiteTiny/config/text.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/text.png +30 20 20 x1_25/text.png +36 24 24 x1_5/text.png +48 32 32 x2/text.png diff --git a/src/WhiteTiny/config/top_left_corner.cursor b/src/WhiteTiny/config/top_left_corner.cursor new file mode 100644 index 0000000..a702cbe --- /dev/null +++ b/src/WhiteTiny/config/top_left_corner.cursor @@ -0,0 +1,4 @@ +24 5 4 x1/top_left_corner.png +30 6 5 x1_25/top_left_corner.png +36 7 6 x1_5/top_left_corner.png +48 10 8 x2/top_left_corner.png diff --git a/src/WhiteTiny/config/top_right_corner.cursor b/src/WhiteTiny/config/top_right_corner.cursor new file mode 100644 index 0000000..5fa70a1 --- /dev/null +++ b/src/WhiteTiny/config/top_right_corner.cursor @@ -0,0 +1,4 @@ +24 26 4 x1/top_right_corner.png +30 32 5 x1_25/top_right_corner.png +36 39 6 x1_5/top_right_corner.png +48 52 8 x2/top_right_corner.png diff --git a/src/WhiteTiny/config/top_side.cursor b/src/WhiteTiny/config/top_side.cursor new file mode 100644 index 0000000..83be0ac --- /dev/null +++ b/src/WhiteTiny/config/top_side.cursor @@ -0,0 +1,4 @@ +24 16 4 x1/top_side.png +30 20 5 x1_25/top_side.png +36 24 6 x1_5/top_side.png +48 32 8 x2/top_side.png diff --git a/src/WhiteTiny/config/up-arrow.cursor b/src/WhiteTiny/config/up-arrow.cursor new file mode 100644 index 0000000..50ba1b2 --- /dev/null +++ b/src/WhiteTiny/config/up-arrow.cursor @@ -0,0 +1,4 @@ +24 16 4 x1/up-arrow.png +30 20 5 x1_25/up-arrow.png +36 24 6 x1_5/up-arrow.png +48 32 8 x2/up-arrow.png diff --git a/src/WhiteTiny/config/vertical-text.cursor b/src/WhiteTiny/config/vertical-text.cursor new file mode 100644 index 0000000..80184e6 --- /dev/null +++ b/src/WhiteTiny/config/vertical-text.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/vertical-text.png +30 20 20 x1_25/vertical-text.png +36 24 24 x1_5/vertical-text.png +48 32 32 x2/vertical-text.png diff --git a/src/WhiteTiny/config/wait.cursor b/src/WhiteTiny/config/wait.cursor new file mode 100644 index 0000000..1a59b38 --- /dev/null +++ b/src/WhiteTiny/config/wait.cursor @@ -0,0 +1,304 @@ +24 16 16 x1/wait-1.png 30 +24 16 16 x1/wait-2.png 30 +24 16 16 x1/wait-3.png 30 +24 16 16 x1/wait-4.png 30 +24 16 16 x1/wait-5.png 30 +24 16 16 x1/wait-6.png 30 +24 16 16 x1/wait-7.png 30 +24 16 16 x1/wait-8.png 30 +24 16 16 x1/wait-9.png 30 +24 16 16 x1/wait-10.png 30 +24 16 16 x1/wait-11.png 30 +24 16 16 x1/wait-12.png 30 +24 16 16 x1/wait-13.png 30 +24 16 16 x1/wait-14.png 30 +24 16 16 x1/wait-15.png 30 +24 16 16 x1/wait-16.png 30 +24 16 16 x1/wait-17.png 30 +24 16 16 x1/wait-18.png 30 +24 16 16 x1/wait-19.png 30 +24 16 16 x1/wait-20.png 30 +24 16 16 x1/wait-21.png 30 +24 16 16 x1/wait-22.png 30 +24 16 16 x1/wait-23.png 30 +24 16 16 x1/wait-24.png 30 +24 16 16 x1/wait-25.png 30 +24 16 16 x1/wait-26.png 30 +24 16 16 x1/wait-27.png 30 +24 16 16 x1/wait-28.png 30 +24 16 16 x1/wait-29.png 30 +24 16 16 x1/wait-30.png 30 +24 16 16 x1/wait-31.png 30 +24 16 16 x1/wait-32.png 30 +24 16 16 x1/wait-33.png 30 +24 16 16 x1/wait-34.png 30 +24 16 16 x1/wait-35.png 30 +24 16 16 x1/wait-36.png 30 +24 16 16 x1/wait-37.png 30 +24 16 16 x1/wait-38.png 30 +24 16 16 x1/wait-39.png 30 +24 16 16 x1/wait-40.png 30 +24 16 16 x1/wait-41.png 30 +24 16 16 x1/wait-42.png 30 +24 16 16 x1/wait-43.png 30 +24 16 16 x1/wait-44.png 30 +24 16 16 x1/wait-45.png 30 +24 16 16 x1/wait-46.png 30 +24 16 16 x1/wait-47.png 30 +24 16 16 x1/wait-48.png 30 +24 16 16 x1/wait-49.png 30 +24 16 16 x1/wait-50.png 30 +24 16 16 x1/wait-51.png 30 +24 16 16 x1/wait-52.png 30 +24 16 16 x1/wait-53.png 30 +24 16 16 x1/wait-54.png 30 +24 16 16 x1/wait-55.png 30 +24 16 16 x1/wait-56.png 30 +24 16 16 x1/wait-57.png 30 +24 16 16 x1/wait-58.png 30 +24 16 16 x1/wait-59.png 30 +24 16 16 x1/wait-60.png 30 +24 16 16 x1/wait-61.png 30 +24 16 16 x1/wait-62.png 30 +24 16 16 x1/wait-63.png 30 +24 16 16 x1/wait-64.png 30 +24 16 16 x1/wait-65.png 30 +24 16 16 x1/wait-66.png 30 +24 16 16 x1/wait-67.png 30 +24 16 16 x1/wait-68.png 30 +24 16 16 x1/wait-69.png 30 +24 16 16 x1/wait-70.png 30 +24 16 16 x1/wait-71.png 30 +24 16 16 x1/wait-72.png 30 +24 16 16 x1/wait-73.png 30 +24 16 16 x1/wait-74.png 30 +24 16 16 x1/wait-75.png 30 +24 16 16 x1/wait-76.png 30 +30 20 20 x1_25/wait-1.png 30 +30 20 20 x1_25/wait-2.png 30 +30 20 20 x1_25/wait-3.png 30 +30 20 20 x1_25/wait-4.png 30 +30 20 20 x1_25/wait-5.png 30 +30 20 20 x1_25/wait-6.png 30 +30 20 20 x1_25/wait-7.png 30 +30 20 20 x1_25/wait-8.png 30 +30 20 20 x1_25/wait-9.png 30 +30 20 20 x1_25/wait-10.png 30 +30 20 20 x1_25/wait-11.png 30 +30 20 20 x1_25/wait-12.png 30 +30 20 20 x1_25/wait-13.png 30 +30 20 20 x1_25/wait-14.png 30 +30 20 20 x1_25/wait-15.png 30 +30 20 20 x1_25/wait-16.png 30 +30 20 20 x1_25/wait-17.png 30 +30 20 20 x1_25/wait-18.png 30 +30 20 20 x1_25/wait-19.png 30 +30 20 20 x1_25/wait-20.png 30 +30 20 20 x1_25/wait-21.png 30 +30 20 20 x1_25/wait-22.png 30 +30 20 20 x1_25/wait-23.png 30 +30 20 20 x1_25/wait-24.png 30 +30 20 20 x1_25/wait-25.png 30 +30 20 20 x1_25/wait-26.png 30 +30 20 20 x1_25/wait-27.png 30 +30 20 20 x1_25/wait-28.png 30 +30 20 20 x1_25/wait-29.png 30 +30 20 20 x1_25/wait-30.png 30 +30 20 20 x1_25/wait-31.png 30 +30 20 20 x1_25/wait-32.png 30 +30 20 20 x1_25/wait-33.png 30 +30 20 20 x1_25/wait-34.png 30 +30 20 20 x1_25/wait-35.png 30 +30 20 20 x1_25/wait-36.png 30 +30 20 20 x1_25/wait-37.png 30 +30 20 20 x1_25/wait-38.png 30 +30 20 20 x1_25/wait-39.png 30 +30 20 20 x1_25/wait-40.png 30 +30 20 20 x1_25/wait-41.png 30 +30 20 20 x1_25/wait-42.png 30 +30 20 20 x1_25/wait-43.png 30 +30 20 20 x1_25/wait-44.png 30 +30 20 20 x1_25/wait-45.png 30 +30 20 20 x1_25/wait-46.png 30 +30 20 20 x1_25/wait-47.png 30 +30 20 20 x1_25/wait-48.png 30 +30 20 20 x1_25/wait-49.png 30 +30 20 20 x1_25/wait-50.png 30 +30 20 20 x1_25/wait-51.png 30 +30 20 20 x1_25/wait-52.png 30 +30 20 20 x1_25/wait-53.png 30 +30 20 20 x1_25/wait-54.png 30 +30 20 20 x1_25/wait-55.png 30 +30 20 20 x1_25/wait-56.png 30 +30 20 20 x1_25/wait-57.png 30 +30 20 20 x1_25/wait-58.png 30 +30 20 20 x1_25/wait-59.png 30 +30 20 20 x1_25/wait-60.png 30 +30 20 20 x1_25/wait-61.png 30 +30 20 20 x1_25/wait-62.png 30 +30 20 20 x1_25/wait-63.png 30 +30 20 20 x1_25/wait-64.png 30 +30 20 20 x1_25/wait-65.png 30 +30 20 20 x1_25/wait-66.png 30 +30 20 20 x1_25/wait-67.png 30 +30 20 20 x1_25/wait-68.png 30 +30 20 20 x1_25/wait-69.png 30 +30 20 20 x1_25/wait-70.png 30 +30 20 20 x1_25/wait-71.png 30 +30 20 20 x1_25/wait-72.png 30 +30 20 20 x1_25/wait-73.png 30 +30 20 20 x1_25/wait-74.png 30 +30 20 20 x1_25/wait-75.png 30 +30 20 20 x1_25/wait-76.png 30 +36 24 24 x1_5/wait-1.png 30 +36 24 24 x1_5/wait-2.png 30 +36 24 24 x1_5/wait-3.png 30 +36 24 24 x1_5/wait-4.png 30 +36 24 24 x1_5/wait-5.png 30 +36 24 24 x1_5/wait-6.png 30 +36 24 24 x1_5/wait-7.png 30 +36 24 24 x1_5/wait-8.png 30 +36 24 24 x1_5/wait-9.png 30 +36 24 24 x1_5/wait-10.png 30 +36 24 24 x1_5/wait-11.png 30 +36 24 24 x1_5/wait-12.png 30 +36 24 24 x1_5/wait-13.png 30 +36 24 24 x1_5/wait-14.png 30 +36 24 24 x1_5/wait-15.png 30 +36 24 24 x1_5/wait-16.png 30 +36 24 24 x1_5/wait-17.png 30 +36 24 24 x1_5/wait-18.png 30 +36 24 24 x1_5/wait-19.png 30 +36 24 24 x1_5/wait-20.png 30 +36 24 24 x1_5/wait-21.png 30 +36 24 24 x1_5/wait-22.png 30 +36 24 24 x1_5/wait-23.png 30 +36 24 24 x1_5/wait-24.png 30 +36 24 24 x1_5/wait-25.png 30 +36 24 24 x1_5/wait-26.png 30 +36 24 24 x1_5/wait-27.png 30 +36 24 24 x1_5/wait-28.png 30 +36 24 24 x1_5/wait-29.png 30 +36 24 24 x1_5/wait-30.png 30 +36 24 24 x1_5/wait-31.png 30 +36 24 24 x1_5/wait-32.png 30 +36 24 24 x1_5/wait-33.png 30 +36 24 24 x1_5/wait-34.png 30 +36 24 24 x1_5/wait-35.png 30 +36 24 24 x1_5/wait-36.png 30 +36 24 24 x1_5/wait-37.png 30 +36 24 24 x1_5/wait-38.png 30 +36 24 24 x1_5/wait-39.png 30 +36 24 24 x1_5/wait-40.png 30 +36 24 24 x1_5/wait-41.png 30 +36 24 24 x1_5/wait-42.png 30 +36 24 24 x1_5/wait-43.png 30 +36 24 24 x1_5/wait-44.png 30 +36 24 24 x1_5/wait-45.png 30 +36 24 24 x1_5/wait-46.png 30 +36 24 24 x1_5/wait-47.png 30 +36 24 24 x1_5/wait-48.png 30 +36 24 24 x1_5/wait-49.png 30 +36 24 24 x1_5/wait-50.png 30 +36 24 24 x1_5/wait-51.png 30 +36 24 24 x1_5/wait-52.png 30 +36 24 24 x1_5/wait-53.png 30 +36 24 24 x1_5/wait-54.png 30 +36 24 24 x1_5/wait-55.png 30 +36 24 24 x1_5/wait-56.png 30 +36 24 24 x1_5/wait-57.png 30 +36 24 24 x1_5/wait-58.png 30 +36 24 24 x1_5/wait-59.png 30 +36 24 24 x1_5/wait-60.png 30 +36 24 24 x1_5/wait-61.png 30 +36 24 24 x1_5/wait-62.png 30 +36 24 24 x1_5/wait-63.png 30 +36 24 24 x1_5/wait-64.png 30 +36 24 24 x1_5/wait-65.png 30 +36 24 24 x1_5/wait-66.png 30 +36 24 24 x1_5/wait-67.png 30 +36 24 24 x1_5/wait-68.png 30 +36 24 24 x1_5/wait-69.png 30 +36 24 24 x1_5/wait-70.png 30 +36 24 24 x1_5/wait-71.png 30 +36 24 24 x1_5/wait-72.png 30 +36 24 24 x1_5/wait-73.png 30 +36 24 24 x1_5/wait-74.png 30 +36 24 24 x1_5/wait-75.png 30 +36 24 24 x1_5/wait-76.png 30 +48 32 32 x2/wait-1.png 30 +48 32 32 x2/wait-2.png 30 +48 32 32 x2/wait-3.png 30 +48 32 32 x2/wait-4.png 30 +48 32 32 x2/wait-5.png 30 +48 32 32 x2/wait-6.png 30 +48 32 32 x2/wait-7.png 30 +48 32 32 x2/wait-8.png 30 +48 32 32 x2/wait-9.png 30 +48 32 32 x2/wait-10.png 30 +48 32 32 x2/wait-11.png 30 +48 32 32 x2/wait-12.png 30 +48 32 32 x2/wait-13.png 30 +48 32 32 x2/wait-14.png 30 +48 32 32 x2/wait-15.png 30 +48 32 32 x2/wait-16.png 30 +48 32 32 x2/wait-17.png 30 +48 32 32 x2/wait-18.png 30 +48 32 32 x2/wait-19.png 30 +48 32 32 x2/wait-20.png 30 +48 32 32 x2/wait-21.png 30 +48 32 32 x2/wait-22.png 30 +48 32 32 x2/wait-23.png 30 +48 32 32 x2/wait-24.png 30 +48 32 32 x2/wait-25.png 30 +48 32 32 x2/wait-26.png 30 +48 32 32 x2/wait-27.png 30 +48 32 32 x2/wait-28.png 30 +48 32 32 x2/wait-29.png 30 +48 32 32 x2/wait-30.png 30 +48 32 32 x2/wait-31.png 30 +48 32 32 x2/wait-32.png 30 +48 32 32 x2/wait-33.png 30 +48 32 32 x2/wait-34.png 30 +48 32 32 x2/wait-35.png 30 +48 32 32 x2/wait-36.png 30 +48 32 32 x2/wait-37.png 30 +48 32 32 x2/wait-38.png 30 +48 32 32 x2/wait-39.png 30 +48 32 32 x2/wait-40.png 30 +48 32 32 x2/wait-41.png 30 +48 32 32 x2/wait-42.png 30 +48 32 32 x2/wait-43.png 30 +48 32 32 x2/wait-44.png 30 +48 32 32 x2/wait-45.png 30 +48 32 32 x2/wait-46.png 30 +48 32 32 x2/wait-47.png 30 +48 32 32 x2/wait-48.png 30 +48 32 32 x2/wait-49.png 30 +48 32 32 x2/wait-50.png 30 +48 32 32 x2/wait-51.png 30 +48 32 32 x2/wait-52.png 30 +48 32 32 x2/wait-53.png 30 +48 32 32 x2/wait-54.png 30 +48 32 32 x2/wait-55.png 30 +48 32 32 x2/wait-56.png 30 +48 32 32 x2/wait-57.png 30 +48 32 32 x2/wait-58.png 30 +48 32 32 x2/wait-59.png 30 +48 32 32 x2/wait-60.png 30 +48 32 32 x2/wait-61.png 30 +48 32 32 x2/wait-62.png 30 +48 32 32 x2/wait-63.png 30 +48 32 32 x2/wait-64.png 30 +48 32 32 x2/wait-65.png 30 +48 32 32 x2/wait-66.png 30 +48 32 32 x2/wait-67.png 30 +48 32 32 x2/wait-68.png 30 +48 32 32 x2/wait-69.png 30 +48 32 32 x2/wait-70.png 30 +48 32 32 x2/wait-71.png 30 +48 32 32 x2/wait-72.png 30 +48 32 32 x2/wait-73.png 30 +48 32 32 x2/wait-74.png 30 +48 32 32 x2/wait-75.png 30 +48 32 32 x2/wait-76.png 30 diff --git a/src/WhiteTiny/config/wayland-cursor.cursor b/src/WhiteTiny/config/wayland-cursor.cursor new file mode 100644 index 0000000..29e793e --- /dev/null +++ b/src/WhiteTiny/config/wayland-cursor.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/wayland-cursor.png +30 20 20 x1_25/wayland-cursor.png +36 24 24 x1_5/wayland-cursor.png +48 32 32 x2/wayland-cursor.png diff --git a/src/WhiteTiny/config/x-cursor.cursor b/src/WhiteTiny/config/x-cursor.cursor new file mode 100644 index 0000000..7d89fe1 --- /dev/null +++ b/src/WhiteTiny/config/x-cursor.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/x-cursor.png +30 20 20 x1_25/x-cursor.png +36 24 24 x1_5/x-cursor.png +48 32 32 x2/x-cursor.png diff --git a/src/WhiteTiny/config/zoom-in.cursor b/src/WhiteTiny/config/zoom-in.cursor new file mode 100644 index 0000000..4f7cd39 --- /dev/null +++ b/src/WhiteTiny/config/zoom-in.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/zoom-in.png +30 20 20 x1_25/zoom-in.png +36 24 24 x1_5/zoom-in.png +48 32 32 x2/zoom-in.png diff --git a/src/WhiteTiny/config/zoom-out.cursor b/src/WhiteTiny/config/zoom-out.cursor new file mode 100644 index 0000000..607b677 --- /dev/null +++ b/src/WhiteTiny/config/zoom-out.cursor @@ -0,0 +1,4 @@ +24 16 16 x1/zoom-out.png +30 20 20 x1_25/zoom-out.png +36 24 24 x1_5/zoom-out.png +48 32 32 x2/zoom-out.png diff --git a/src/WhiteTiny/cursorList b/src/WhiteTiny/cursorList new file mode 100644 index 0000000..5dbb2e7 --- /dev/null +++ b/src/WhiteTiny/cursorList @@ -0,0 +1,66 @@ +00000000000000020006000e7e9ffc3f progress +00008160000006810000408080010102 size_ver +03b6e0fcb3499374a867c041f52298f0 circle +08e8e1c95fe2fc01f976f1e063a24ccd progress +1081e37283d90000800003c07f3ef6bf copy +3085a0e285430894940527032f8b26df alias +3ecb610c1bf2410f44200f48c40d3599 progress +4498f0e0c1937ffe01fd06f973665830 dnd-move +5c6cd98b3f3ebcb1f9c7f1c204630408 help +6407b0e94181790501fd1e167b474872 copy +640fb0e74195791501fd1ed57b41487f alias +9081237383d90e509aa00f00170e968f dnd-move +9d800788f1b08800ae810202380a0822 pointer +a2a266d0498c3104214a47bd64ab0fc8 alias +arrow default +b66166c04f8c3109214a4fbd64a50fc8 copy +circle not-allowed +closedhand dnd-move +col-resize size_hor +color-picker crosshair +copy dnd-move +cross crosshair +crossed_circle not-allowed +d9ce0ab605698f320427677b458ad60b help +dnd-copy copy +dnd-none dnd-move +e-resize size_hor +e29285e634086352946a0e7090d73106 pointer +fcf21c00b30f7e3f83fe0dfd12e71cff dnd-move +forbidden no-drop +grab openhand +grabbing dnd-move +h_double_arrow size_hor +half-busy progress +hand1 pointer +hand2 pointer +ibeam text +left_ptr default +left_ptr_help help +left_ptr_watch progress +left_side left-arrow +link alias +ll_angle bottom_left_corner +lr_angle bottom_right_corner +move dnd-move +n-resize size_ver +nesw-resize size_bdiag +nwse-resize size_fdiag +plus cell +pointing_hand pointer +question_arrow help +right_side right-arrow +s-resize size_ver +sb_h_double_arrow size_hor +sb_v_double_arrow size_ver +size_all fleur +split_h col-resize +split_v row-resize +tcross crosshair +ul_angle top_left_corner +ur_angle top_right_corner +v_double_arrow size_ver +w-resize size_hor +watch wait +whats_this help +xterm text diff --git a/src/WhiteTiny/index.theme b/src/WhiteTiny/index.theme new file mode 100644 index 0000000..3d0973e --- /dev/null +++ b/src/WhiteTiny/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name=Posy White + diff --git a/src/WhiteTiny/x2/alias.png b/src/WhiteTiny/x2/alias.png new file mode 100644 index 0000000..0a6bec5 Binary files /dev/null and b/src/WhiteTiny/x2/alias.png differ diff --git a/src/WhiteTiny/x2/all-scroll.png b/src/WhiteTiny/x2/all-scroll.png new file mode 100644 index 0000000..70d421e Binary files /dev/null and b/src/WhiteTiny/x2/all-scroll.png differ diff --git a/src/WhiteTiny/x2/bottom_left_corner.png b/src/WhiteTiny/x2/bottom_left_corner.png new file mode 100644 index 0000000..07937dd Binary files /dev/null and b/src/WhiteTiny/x2/bottom_left_corner.png differ diff --git a/src/WhiteTiny/x2/bottom_right_corner.png b/src/WhiteTiny/x2/bottom_right_corner.png new file mode 100644 index 0000000..ca07605 Binary files /dev/null and b/src/WhiteTiny/x2/bottom_right_corner.png differ diff --git a/src/WhiteTiny/x2/bottom_side.png b/src/WhiteTiny/x2/bottom_side.png new file mode 100644 index 0000000..f1145fb Binary files /dev/null and b/src/WhiteTiny/x2/bottom_side.png differ diff --git a/src/WhiteTiny/x2/cell.png b/src/WhiteTiny/x2/cell.png new file mode 100644 index 0000000..c1acd57 Binary files /dev/null and b/src/WhiteTiny/x2/cell.png differ diff --git a/src/WhiteTiny/x2/center_ptr.png b/src/WhiteTiny/x2/center_ptr.png new file mode 100644 index 0000000..582ce2f Binary files /dev/null and b/src/WhiteTiny/x2/center_ptr.png differ diff --git a/src/WhiteTiny/x2/col-resize.png b/src/WhiteTiny/x2/col-resize.png new file mode 100644 index 0000000..05a1600 Binary files /dev/null and b/src/WhiteTiny/x2/col-resize.png differ diff --git a/src/WhiteTiny/x2/color-picker.png b/src/WhiteTiny/x2/color-picker.png new file mode 100644 index 0000000..4fb1aac Binary files /dev/null and b/src/WhiteTiny/x2/color-picker.png differ diff --git a/src/WhiteTiny/x2/context-menu.png b/src/WhiteTiny/x2/context-menu.png new file mode 100644 index 0000000..d563758 Binary files /dev/null and b/src/WhiteTiny/x2/context-menu.png differ diff --git a/src/WhiteTiny/x2/copy.png b/src/WhiteTiny/x2/copy.png new file mode 100644 index 0000000..5eb89a4 Binary files /dev/null and b/src/WhiteTiny/x2/copy.png differ diff --git a/src/WhiteTiny/x2/crosshair.png b/src/WhiteTiny/x2/crosshair.png new file mode 100644 index 0000000..583a317 Binary files /dev/null and b/src/WhiteTiny/x2/crosshair.png differ diff --git a/src/WhiteTiny/x2/default.png b/src/WhiteTiny/x2/default.png new file mode 100644 index 0000000..eb8372f Binary files /dev/null and b/src/WhiteTiny/x2/default.png differ diff --git a/src/WhiteTiny/x2/dnd-move.png b/src/WhiteTiny/x2/dnd-move.png new file mode 100644 index 0000000..0f06ba3 Binary files /dev/null and b/src/WhiteTiny/x2/dnd-move.png differ diff --git a/src/WhiteTiny/x2/dnd-no-drop.png b/src/WhiteTiny/x2/dnd-no-drop.png new file mode 100644 index 0000000..15d74c5 Binary files /dev/null and b/src/WhiteTiny/x2/dnd-no-drop.png differ diff --git a/src/WhiteTiny/x2/down-arrow.png b/src/WhiteTiny/x2/down-arrow.png new file mode 100644 index 0000000..11ad6b5 Binary files /dev/null and b/src/WhiteTiny/x2/down-arrow.png differ diff --git a/src/WhiteTiny/x2/draft.png b/src/WhiteTiny/x2/draft.png new file mode 100644 index 0000000..7372150 Binary files /dev/null and b/src/WhiteTiny/x2/draft.png differ diff --git a/src/WhiteTiny/x2/fleur.png b/src/WhiteTiny/x2/fleur.png new file mode 100644 index 0000000..70d421e Binary files /dev/null and b/src/WhiteTiny/x2/fleur.png differ diff --git a/src/WhiteTiny/x2/help.png b/src/WhiteTiny/x2/help.png new file mode 100644 index 0000000..8774832 Binary files /dev/null and b/src/WhiteTiny/x2/help.png differ diff --git a/src/WhiteTiny/x2/left-arrow.png b/src/WhiteTiny/x2/left-arrow.png new file mode 100644 index 0000000..88d3c9f Binary files /dev/null and b/src/WhiteTiny/x2/left-arrow.png differ diff --git a/src/WhiteTiny/x2/left_side.png b/src/WhiteTiny/x2/left_side.png new file mode 100644 index 0000000..875748c Binary files /dev/null and b/src/WhiteTiny/x2/left_side.png differ diff --git a/src/WhiteTiny/x2/no-drop.png b/src/WhiteTiny/x2/no-drop.png new file mode 100644 index 0000000..23a7236 Binary files /dev/null and b/src/WhiteTiny/x2/no-drop.png differ diff --git a/src/WhiteTiny/x2/not-allowed.png b/src/WhiteTiny/x2/not-allowed.png new file mode 100644 index 0000000..8fd313f Binary files /dev/null and b/src/WhiteTiny/x2/not-allowed.png differ diff --git a/src/WhiteTiny/x2/openhand.png b/src/WhiteTiny/x2/openhand.png new file mode 100644 index 0000000..8eef6c0 Binary files /dev/null and b/src/WhiteTiny/x2/openhand.png differ diff --git a/src/WhiteTiny/x2/pencil.png b/src/WhiteTiny/x2/pencil.png new file mode 100644 index 0000000..7372150 Binary files /dev/null and b/src/WhiteTiny/x2/pencil.png differ diff --git a/src/WhiteTiny/x2/pirate.png b/src/WhiteTiny/x2/pirate.png new file mode 100644 index 0000000..10ea8d6 Binary files /dev/null and b/src/WhiteTiny/x2/pirate.png differ diff --git a/src/WhiteTiny/x2/pointer.png b/src/WhiteTiny/x2/pointer.png new file mode 100644 index 0000000..da9b8de Binary files /dev/null and b/src/WhiteTiny/x2/pointer.png differ diff --git a/src/WhiteTiny/x2/progress-1.png b/src/WhiteTiny/x2/progress-1.png new file mode 100644 index 0000000..c6aef13 Binary files /dev/null and b/src/WhiteTiny/x2/progress-1.png differ diff --git a/src/WhiteTiny/x2/progress-10.png b/src/WhiteTiny/x2/progress-10.png new file mode 100644 index 0000000..fe06e30 Binary files /dev/null and b/src/WhiteTiny/x2/progress-10.png differ diff --git a/src/WhiteTiny/x2/progress-11.png b/src/WhiteTiny/x2/progress-11.png new file mode 100644 index 0000000..0acd389 Binary files /dev/null and b/src/WhiteTiny/x2/progress-11.png differ diff --git a/src/WhiteTiny/x2/progress-12.png b/src/WhiteTiny/x2/progress-12.png new file mode 100644 index 0000000..f83f66d Binary files /dev/null and b/src/WhiteTiny/x2/progress-12.png differ diff --git a/src/WhiteTiny/x2/progress-13.png b/src/WhiteTiny/x2/progress-13.png new file mode 100644 index 0000000..765a1f3 Binary files /dev/null and b/src/WhiteTiny/x2/progress-13.png differ diff --git a/src/WhiteTiny/x2/progress-14.png b/src/WhiteTiny/x2/progress-14.png new file mode 100644 index 0000000..d4bae1b Binary files /dev/null and b/src/WhiteTiny/x2/progress-14.png differ diff --git a/src/WhiteTiny/x2/progress-15.png b/src/WhiteTiny/x2/progress-15.png new file mode 100644 index 0000000..fb2f7ac Binary files /dev/null and b/src/WhiteTiny/x2/progress-15.png differ diff --git a/src/WhiteTiny/x2/progress-16.png b/src/WhiteTiny/x2/progress-16.png new file mode 100644 index 0000000..4c533d4 Binary files /dev/null and b/src/WhiteTiny/x2/progress-16.png differ diff --git a/src/WhiteTiny/x2/progress-17.png b/src/WhiteTiny/x2/progress-17.png new file mode 100644 index 0000000..b8d7ed5 Binary files /dev/null and b/src/WhiteTiny/x2/progress-17.png differ diff --git a/src/WhiteTiny/x2/progress-18.png b/src/WhiteTiny/x2/progress-18.png new file mode 100644 index 0000000..ba6249e Binary files /dev/null and b/src/WhiteTiny/x2/progress-18.png differ diff --git a/src/WhiteTiny/x2/progress-19.png b/src/WhiteTiny/x2/progress-19.png new file mode 100644 index 0000000..9688d60 Binary files /dev/null and b/src/WhiteTiny/x2/progress-19.png differ diff --git a/src/WhiteTiny/x2/progress-2.png b/src/WhiteTiny/x2/progress-2.png new file mode 100644 index 0000000..b1d02dd Binary files /dev/null and b/src/WhiteTiny/x2/progress-2.png differ diff --git a/src/WhiteTiny/x2/progress-20.png b/src/WhiteTiny/x2/progress-20.png new file mode 100644 index 0000000..67e2ca2 Binary files /dev/null and b/src/WhiteTiny/x2/progress-20.png differ diff --git a/src/WhiteTiny/x2/progress-21.png b/src/WhiteTiny/x2/progress-21.png new file mode 100644 index 0000000..2253df2 Binary files /dev/null and b/src/WhiteTiny/x2/progress-21.png differ diff --git a/src/WhiteTiny/x2/progress-22.png b/src/WhiteTiny/x2/progress-22.png new file mode 100644 index 0000000..b160187 Binary files /dev/null and b/src/WhiteTiny/x2/progress-22.png differ diff --git a/src/WhiteTiny/x2/progress-23.png b/src/WhiteTiny/x2/progress-23.png new file mode 100644 index 0000000..72f9ee4 Binary files /dev/null and b/src/WhiteTiny/x2/progress-23.png differ diff --git a/src/WhiteTiny/x2/progress-24.png b/src/WhiteTiny/x2/progress-24.png new file mode 100644 index 0000000..8d2827d Binary files /dev/null and b/src/WhiteTiny/x2/progress-24.png differ diff --git a/src/WhiteTiny/x2/progress-25.png b/src/WhiteTiny/x2/progress-25.png new file mode 100644 index 0000000..8b8bf9f Binary files /dev/null and b/src/WhiteTiny/x2/progress-25.png differ diff --git a/src/WhiteTiny/x2/progress-26.png b/src/WhiteTiny/x2/progress-26.png new file mode 100644 index 0000000..d27b7c4 Binary files /dev/null and b/src/WhiteTiny/x2/progress-26.png differ diff --git a/src/WhiteTiny/x2/progress-27.png b/src/WhiteTiny/x2/progress-27.png new file mode 100644 index 0000000..7fc7bcf Binary files /dev/null and b/src/WhiteTiny/x2/progress-27.png differ diff --git a/src/WhiteTiny/x2/progress-28.png b/src/WhiteTiny/x2/progress-28.png new file mode 100644 index 0000000..a8e2371 Binary files /dev/null and b/src/WhiteTiny/x2/progress-28.png differ diff --git a/src/WhiteTiny/x2/progress-29.png b/src/WhiteTiny/x2/progress-29.png new file mode 100644 index 0000000..c6413d0 Binary files /dev/null and b/src/WhiteTiny/x2/progress-29.png differ diff --git a/src/WhiteTiny/x2/progress-3.png b/src/WhiteTiny/x2/progress-3.png new file mode 100644 index 0000000..e45bea2 Binary files /dev/null and b/src/WhiteTiny/x2/progress-3.png differ diff --git a/src/WhiteTiny/x2/progress-30.png b/src/WhiteTiny/x2/progress-30.png new file mode 100644 index 0000000..d083729 Binary files /dev/null and b/src/WhiteTiny/x2/progress-30.png differ diff --git a/src/WhiteTiny/x2/progress-31.png b/src/WhiteTiny/x2/progress-31.png new file mode 100644 index 0000000..3257513 Binary files /dev/null and b/src/WhiteTiny/x2/progress-31.png differ diff --git a/src/WhiteTiny/x2/progress-32.png b/src/WhiteTiny/x2/progress-32.png new file mode 100644 index 0000000..17ed88f Binary files /dev/null and b/src/WhiteTiny/x2/progress-32.png differ diff --git a/src/WhiteTiny/x2/progress-33.png b/src/WhiteTiny/x2/progress-33.png new file mode 100644 index 0000000..fa4e5fb Binary files /dev/null and b/src/WhiteTiny/x2/progress-33.png differ diff --git a/src/WhiteTiny/x2/progress-34.png b/src/WhiteTiny/x2/progress-34.png new file mode 100644 index 0000000..41e54d4 Binary files /dev/null and b/src/WhiteTiny/x2/progress-34.png differ diff --git a/src/WhiteTiny/x2/progress-35.png b/src/WhiteTiny/x2/progress-35.png new file mode 100644 index 0000000..28224eb Binary files /dev/null and b/src/WhiteTiny/x2/progress-35.png differ diff --git a/src/WhiteTiny/x2/progress-36.png b/src/WhiteTiny/x2/progress-36.png new file mode 100644 index 0000000..b2e37f2 Binary files /dev/null and b/src/WhiteTiny/x2/progress-36.png differ diff --git a/src/WhiteTiny/x2/progress-37.png b/src/WhiteTiny/x2/progress-37.png new file mode 100644 index 0000000..7c757fe Binary files /dev/null and b/src/WhiteTiny/x2/progress-37.png differ diff --git a/src/WhiteTiny/x2/progress-38.png b/src/WhiteTiny/x2/progress-38.png new file mode 100644 index 0000000..1d738d1 Binary files /dev/null and b/src/WhiteTiny/x2/progress-38.png differ diff --git a/src/WhiteTiny/x2/progress-39.png b/src/WhiteTiny/x2/progress-39.png new file mode 100644 index 0000000..00ef21c Binary files /dev/null and b/src/WhiteTiny/x2/progress-39.png differ diff --git a/src/WhiteTiny/x2/progress-4.png b/src/WhiteTiny/x2/progress-4.png new file mode 100644 index 0000000..22e7b49 Binary files /dev/null and b/src/WhiteTiny/x2/progress-4.png differ diff --git a/src/WhiteTiny/x2/progress-40.png b/src/WhiteTiny/x2/progress-40.png new file mode 100644 index 0000000..84bba0c Binary files /dev/null and b/src/WhiteTiny/x2/progress-40.png differ diff --git a/src/WhiteTiny/x2/progress-41.png b/src/WhiteTiny/x2/progress-41.png new file mode 100644 index 0000000..b9236e6 Binary files /dev/null and b/src/WhiteTiny/x2/progress-41.png differ diff --git a/src/WhiteTiny/x2/progress-42.png b/src/WhiteTiny/x2/progress-42.png new file mode 100644 index 0000000..5a705d2 Binary files /dev/null and b/src/WhiteTiny/x2/progress-42.png differ diff --git a/src/WhiteTiny/x2/progress-43.png b/src/WhiteTiny/x2/progress-43.png new file mode 100644 index 0000000..f519369 Binary files /dev/null and b/src/WhiteTiny/x2/progress-43.png differ diff --git a/src/WhiteTiny/x2/progress-44.png b/src/WhiteTiny/x2/progress-44.png new file mode 100644 index 0000000..6bc4833 Binary files /dev/null and b/src/WhiteTiny/x2/progress-44.png differ diff --git a/src/WhiteTiny/x2/progress-45.png b/src/WhiteTiny/x2/progress-45.png new file mode 100644 index 0000000..d244541 Binary files /dev/null and b/src/WhiteTiny/x2/progress-45.png differ diff --git a/src/WhiteTiny/x2/progress-46.png b/src/WhiteTiny/x2/progress-46.png new file mode 100644 index 0000000..7b2ff57 Binary files /dev/null and b/src/WhiteTiny/x2/progress-46.png differ diff --git a/src/WhiteTiny/x2/progress-47.png b/src/WhiteTiny/x2/progress-47.png new file mode 100644 index 0000000..5640bda Binary files /dev/null and b/src/WhiteTiny/x2/progress-47.png differ diff --git a/src/WhiteTiny/x2/progress-48.png b/src/WhiteTiny/x2/progress-48.png new file mode 100644 index 0000000..6fbca7f Binary files /dev/null and b/src/WhiteTiny/x2/progress-48.png differ diff --git a/src/WhiteTiny/x2/progress-49.png b/src/WhiteTiny/x2/progress-49.png new file mode 100644 index 0000000..c0c6a84 Binary files /dev/null and b/src/WhiteTiny/x2/progress-49.png differ diff --git a/src/WhiteTiny/x2/progress-5.png b/src/WhiteTiny/x2/progress-5.png new file mode 100644 index 0000000..282dc50 Binary files /dev/null and b/src/WhiteTiny/x2/progress-5.png differ diff --git a/src/WhiteTiny/x2/progress-50.png b/src/WhiteTiny/x2/progress-50.png new file mode 100644 index 0000000..f7d7da6 Binary files /dev/null and b/src/WhiteTiny/x2/progress-50.png differ diff --git a/src/WhiteTiny/x2/progress-51.png b/src/WhiteTiny/x2/progress-51.png new file mode 100644 index 0000000..6bee14e Binary files /dev/null and b/src/WhiteTiny/x2/progress-51.png differ diff --git a/src/WhiteTiny/x2/progress-52.png b/src/WhiteTiny/x2/progress-52.png new file mode 100644 index 0000000..8d752a2 Binary files /dev/null and b/src/WhiteTiny/x2/progress-52.png differ diff --git a/src/WhiteTiny/x2/progress-53.png b/src/WhiteTiny/x2/progress-53.png new file mode 100644 index 0000000..e6635b6 Binary files /dev/null and b/src/WhiteTiny/x2/progress-53.png differ diff --git a/src/WhiteTiny/x2/progress-54.png b/src/WhiteTiny/x2/progress-54.png new file mode 100644 index 0000000..dcb4f92 Binary files /dev/null and b/src/WhiteTiny/x2/progress-54.png differ diff --git a/src/WhiteTiny/x2/progress-55.png b/src/WhiteTiny/x2/progress-55.png new file mode 100644 index 0000000..5bcea88 Binary files /dev/null and b/src/WhiteTiny/x2/progress-55.png differ diff --git a/src/WhiteTiny/x2/progress-56.png b/src/WhiteTiny/x2/progress-56.png new file mode 100644 index 0000000..4e6ef89 Binary files /dev/null and b/src/WhiteTiny/x2/progress-56.png differ diff --git a/src/WhiteTiny/x2/progress-57.png b/src/WhiteTiny/x2/progress-57.png new file mode 100644 index 0000000..8c6ce47 Binary files /dev/null and b/src/WhiteTiny/x2/progress-57.png differ diff --git a/src/WhiteTiny/x2/progress-58.png b/src/WhiteTiny/x2/progress-58.png new file mode 100644 index 0000000..1cb658e Binary files /dev/null and b/src/WhiteTiny/x2/progress-58.png differ diff --git a/src/WhiteTiny/x2/progress-59.png b/src/WhiteTiny/x2/progress-59.png new file mode 100644 index 0000000..a0a16e5 Binary files /dev/null and b/src/WhiteTiny/x2/progress-59.png differ diff --git a/src/WhiteTiny/x2/progress-6.png b/src/WhiteTiny/x2/progress-6.png new file mode 100644 index 0000000..4db69d0 Binary files /dev/null and b/src/WhiteTiny/x2/progress-6.png differ diff --git a/src/WhiteTiny/x2/progress-60.png b/src/WhiteTiny/x2/progress-60.png new file mode 100644 index 0000000..6f275eb Binary files /dev/null and b/src/WhiteTiny/x2/progress-60.png differ diff --git a/src/WhiteTiny/x2/progress-61.png b/src/WhiteTiny/x2/progress-61.png new file mode 100644 index 0000000..1c2cd55 Binary files /dev/null and b/src/WhiteTiny/x2/progress-61.png differ diff --git a/src/WhiteTiny/x2/progress-62.png b/src/WhiteTiny/x2/progress-62.png new file mode 100644 index 0000000..365ce80 Binary files /dev/null and b/src/WhiteTiny/x2/progress-62.png differ diff --git a/src/WhiteTiny/x2/progress-63.png b/src/WhiteTiny/x2/progress-63.png new file mode 100644 index 0000000..245e1cf Binary files /dev/null and b/src/WhiteTiny/x2/progress-63.png differ diff --git a/src/WhiteTiny/x2/progress-64.png b/src/WhiteTiny/x2/progress-64.png new file mode 100644 index 0000000..9e12269 Binary files /dev/null and b/src/WhiteTiny/x2/progress-64.png differ diff --git a/src/WhiteTiny/x2/progress-65.png b/src/WhiteTiny/x2/progress-65.png new file mode 100644 index 0000000..927bae3 Binary files /dev/null and b/src/WhiteTiny/x2/progress-65.png differ diff --git a/src/WhiteTiny/x2/progress-66.png b/src/WhiteTiny/x2/progress-66.png new file mode 100644 index 0000000..a84c9b9 Binary files /dev/null and b/src/WhiteTiny/x2/progress-66.png differ diff --git a/src/WhiteTiny/x2/progress-67.png b/src/WhiteTiny/x2/progress-67.png new file mode 100644 index 0000000..9146da4 Binary files /dev/null and b/src/WhiteTiny/x2/progress-67.png differ diff --git a/src/WhiteTiny/x2/progress-68.png b/src/WhiteTiny/x2/progress-68.png new file mode 100644 index 0000000..93f55d6 Binary files /dev/null and b/src/WhiteTiny/x2/progress-68.png differ diff --git a/src/WhiteTiny/x2/progress-69.png b/src/WhiteTiny/x2/progress-69.png new file mode 100644 index 0000000..ebd7c2a Binary files /dev/null and b/src/WhiteTiny/x2/progress-69.png differ diff --git a/src/WhiteTiny/x2/progress-7.png b/src/WhiteTiny/x2/progress-7.png new file mode 100644 index 0000000..1e6fdf4 Binary files /dev/null and b/src/WhiteTiny/x2/progress-7.png differ diff --git a/src/WhiteTiny/x2/progress-70.png b/src/WhiteTiny/x2/progress-70.png new file mode 100644 index 0000000..01af691 Binary files /dev/null and b/src/WhiteTiny/x2/progress-70.png differ diff --git a/src/WhiteTiny/x2/progress-71.png b/src/WhiteTiny/x2/progress-71.png new file mode 100644 index 0000000..73b736d Binary files /dev/null and b/src/WhiteTiny/x2/progress-71.png differ diff --git a/src/WhiteTiny/x2/progress-72.png b/src/WhiteTiny/x2/progress-72.png new file mode 100644 index 0000000..1e4a303 Binary files /dev/null and b/src/WhiteTiny/x2/progress-72.png differ diff --git a/src/WhiteTiny/x2/progress-73.png b/src/WhiteTiny/x2/progress-73.png new file mode 100644 index 0000000..d645b2c Binary files /dev/null and b/src/WhiteTiny/x2/progress-73.png differ diff --git a/src/WhiteTiny/x2/progress-74.png b/src/WhiteTiny/x2/progress-74.png new file mode 100644 index 0000000..3022bdb Binary files /dev/null and b/src/WhiteTiny/x2/progress-74.png differ diff --git a/src/WhiteTiny/x2/progress-75.png b/src/WhiteTiny/x2/progress-75.png new file mode 100644 index 0000000..472a3cf Binary files /dev/null and b/src/WhiteTiny/x2/progress-75.png differ diff --git a/src/WhiteTiny/x2/progress-76.png b/src/WhiteTiny/x2/progress-76.png new file mode 100644 index 0000000..98b22d4 Binary files /dev/null and b/src/WhiteTiny/x2/progress-76.png differ diff --git a/src/WhiteTiny/x2/progress-8.png b/src/WhiteTiny/x2/progress-8.png new file mode 100644 index 0000000..6eb4e38 Binary files /dev/null and b/src/WhiteTiny/x2/progress-8.png differ diff --git a/src/WhiteTiny/x2/progress-9.png b/src/WhiteTiny/x2/progress-9.png new file mode 100644 index 0000000..43d100b Binary files /dev/null and b/src/WhiteTiny/x2/progress-9.png differ diff --git a/src/WhiteTiny/x2/right-arrow.png b/src/WhiteTiny/x2/right-arrow.png new file mode 100644 index 0000000..753d9cd Binary files /dev/null and b/src/WhiteTiny/x2/right-arrow.png differ diff --git a/src/WhiteTiny/x2/right_ptr.png b/src/WhiteTiny/x2/right_ptr.png new file mode 100644 index 0000000..e58a336 Binary files /dev/null and b/src/WhiteTiny/x2/right_ptr.png differ diff --git a/src/WhiteTiny/x2/right_side.png b/src/WhiteTiny/x2/right_side.png new file mode 100644 index 0000000..5dfcf6e Binary files /dev/null and b/src/WhiteTiny/x2/right_side.png differ diff --git a/src/WhiteTiny/x2/row-resize.png b/src/WhiteTiny/x2/row-resize.png new file mode 100644 index 0000000..f0dbd4a Binary files /dev/null and b/src/WhiteTiny/x2/row-resize.png differ diff --git a/src/WhiteTiny/x2/size_bdiag.png b/src/WhiteTiny/x2/size_bdiag.png new file mode 100644 index 0000000..59ed49e Binary files /dev/null and b/src/WhiteTiny/x2/size_bdiag.png differ diff --git a/src/WhiteTiny/x2/size_fdiag.png b/src/WhiteTiny/x2/size_fdiag.png new file mode 100644 index 0000000..551c0f6 Binary files /dev/null and b/src/WhiteTiny/x2/size_fdiag.png differ diff --git a/src/WhiteTiny/x2/size_hor.png b/src/WhiteTiny/x2/size_hor.png new file mode 100644 index 0000000..1c9a395 Binary files /dev/null and b/src/WhiteTiny/x2/size_hor.png differ diff --git a/src/WhiteTiny/x2/size_ver.png b/src/WhiteTiny/x2/size_ver.png new file mode 100644 index 0000000..29f7fa4 Binary files /dev/null and b/src/WhiteTiny/x2/size_ver.png differ diff --git a/src/WhiteTiny/x2/text.png b/src/WhiteTiny/x2/text.png new file mode 100644 index 0000000..3547a6b Binary files /dev/null and b/src/WhiteTiny/x2/text.png differ diff --git a/src/WhiteTiny/x2/top_left_corner.png b/src/WhiteTiny/x2/top_left_corner.png new file mode 100644 index 0000000..e06d311 Binary files /dev/null and b/src/WhiteTiny/x2/top_left_corner.png differ diff --git a/src/WhiteTiny/x2/top_right_corner.png b/src/WhiteTiny/x2/top_right_corner.png new file mode 100644 index 0000000..8082199 Binary files /dev/null and b/src/WhiteTiny/x2/top_right_corner.png differ diff --git a/src/WhiteTiny/x2/top_side.png b/src/WhiteTiny/x2/top_side.png new file mode 100644 index 0000000..9a5472b Binary files /dev/null and b/src/WhiteTiny/x2/top_side.png differ diff --git a/src/WhiteTiny/x2/up-arrow.png b/src/WhiteTiny/x2/up-arrow.png new file mode 100644 index 0000000..40ba348 Binary files /dev/null and b/src/WhiteTiny/x2/up-arrow.png differ diff --git a/src/WhiteTiny/x2/vertical-text.png b/src/WhiteTiny/x2/vertical-text.png new file mode 100644 index 0000000..35f7c57 Binary files /dev/null and b/src/WhiteTiny/x2/vertical-text.png differ diff --git a/src/WhiteTiny/x2/wait-1.png b/src/WhiteTiny/x2/wait-1.png new file mode 100644 index 0000000..6479a28 Binary files /dev/null and b/src/WhiteTiny/x2/wait-1.png differ diff --git a/src/WhiteTiny/x2/wait-10.png b/src/WhiteTiny/x2/wait-10.png new file mode 100644 index 0000000..f3f2a54 Binary files /dev/null and b/src/WhiteTiny/x2/wait-10.png differ diff --git a/src/WhiteTiny/x2/wait-11.png b/src/WhiteTiny/x2/wait-11.png new file mode 100644 index 0000000..99c15fe Binary files /dev/null and b/src/WhiteTiny/x2/wait-11.png differ diff --git a/src/WhiteTiny/x2/wait-12.png b/src/WhiteTiny/x2/wait-12.png new file mode 100644 index 0000000..8bd9b43 Binary files /dev/null and b/src/WhiteTiny/x2/wait-12.png differ diff --git a/src/WhiteTiny/x2/wait-13.png b/src/WhiteTiny/x2/wait-13.png new file mode 100644 index 0000000..b41e268 Binary files /dev/null and b/src/WhiteTiny/x2/wait-13.png differ diff --git a/src/WhiteTiny/x2/wait-14.png b/src/WhiteTiny/x2/wait-14.png new file mode 100644 index 0000000..8c57f12 Binary files /dev/null and b/src/WhiteTiny/x2/wait-14.png differ diff --git a/src/WhiteTiny/x2/wait-15.png b/src/WhiteTiny/x2/wait-15.png new file mode 100644 index 0000000..e0c1f89 Binary files /dev/null and b/src/WhiteTiny/x2/wait-15.png differ diff --git a/src/WhiteTiny/x2/wait-16.png b/src/WhiteTiny/x2/wait-16.png new file mode 100644 index 0000000..d6704a2 Binary files /dev/null and b/src/WhiteTiny/x2/wait-16.png differ diff --git a/src/WhiteTiny/x2/wait-17.png b/src/WhiteTiny/x2/wait-17.png new file mode 100644 index 0000000..29aceb1 Binary files /dev/null and b/src/WhiteTiny/x2/wait-17.png differ diff --git a/src/WhiteTiny/x2/wait-18.png b/src/WhiteTiny/x2/wait-18.png new file mode 100644 index 0000000..d4daa93 Binary files /dev/null and b/src/WhiteTiny/x2/wait-18.png differ diff --git a/src/WhiteTiny/x2/wait-19.png b/src/WhiteTiny/x2/wait-19.png new file mode 100644 index 0000000..74bbe4d Binary files /dev/null and b/src/WhiteTiny/x2/wait-19.png differ diff --git a/src/WhiteTiny/x2/wait-2.png b/src/WhiteTiny/x2/wait-2.png new file mode 100644 index 0000000..3774127 Binary files /dev/null and b/src/WhiteTiny/x2/wait-2.png differ diff --git a/src/WhiteTiny/x2/wait-20.png b/src/WhiteTiny/x2/wait-20.png new file mode 100644 index 0000000..fb00caf Binary files /dev/null and b/src/WhiteTiny/x2/wait-20.png differ diff --git a/src/WhiteTiny/x2/wait-21.png b/src/WhiteTiny/x2/wait-21.png new file mode 100644 index 0000000..fbf1fb3 Binary files /dev/null and b/src/WhiteTiny/x2/wait-21.png differ diff --git a/src/WhiteTiny/x2/wait-22.png b/src/WhiteTiny/x2/wait-22.png new file mode 100644 index 0000000..0c4aff3 Binary files /dev/null and b/src/WhiteTiny/x2/wait-22.png differ diff --git a/src/WhiteTiny/x2/wait-23.png b/src/WhiteTiny/x2/wait-23.png new file mode 100644 index 0000000..29511db Binary files /dev/null and b/src/WhiteTiny/x2/wait-23.png differ diff --git a/src/WhiteTiny/x2/wait-24.png b/src/WhiteTiny/x2/wait-24.png new file mode 100644 index 0000000..0ed7cf3 Binary files /dev/null and b/src/WhiteTiny/x2/wait-24.png differ diff --git a/src/WhiteTiny/x2/wait-25.png b/src/WhiteTiny/x2/wait-25.png new file mode 100644 index 0000000..41c6197 Binary files /dev/null and b/src/WhiteTiny/x2/wait-25.png differ diff --git a/src/WhiteTiny/x2/wait-26.png b/src/WhiteTiny/x2/wait-26.png new file mode 100644 index 0000000..2a5987e Binary files /dev/null and b/src/WhiteTiny/x2/wait-26.png differ diff --git a/src/WhiteTiny/x2/wait-27.png b/src/WhiteTiny/x2/wait-27.png new file mode 100644 index 0000000..1371547 Binary files /dev/null and b/src/WhiteTiny/x2/wait-27.png differ diff --git a/src/WhiteTiny/x2/wait-28.png b/src/WhiteTiny/x2/wait-28.png new file mode 100644 index 0000000..f22a722 Binary files /dev/null and b/src/WhiteTiny/x2/wait-28.png differ diff --git a/src/WhiteTiny/x2/wait-29.png b/src/WhiteTiny/x2/wait-29.png new file mode 100644 index 0000000..e328608 Binary files /dev/null and b/src/WhiteTiny/x2/wait-29.png differ diff --git a/src/WhiteTiny/x2/wait-3.png b/src/WhiteTiny/x2/wait-3.png new file mode 100644 index 0000000..a1e0abe Binary files /dev/null and b/src/WhiteTiny/x2/wait-3.png differ diff --git a/src/WhiteTiny/x2/wait-30.png b/src/WhiteTiny/x2/wait-30.png new file mode 100644 index 0000000..5316382 Binary files /dev/null and b/src/WhiteTiny/x2/wait-30.png differ diff --git a/src/WhiteTiny/x2/wait-31.png b/src/WhiteTiny/x2/wait-31.png new file mode 100644 index 0000000..edae54e Binary files /dev/null and b/src/WhiteTiny/x2/wait-31.png differ diff --git a/src/WhiteTiny/x2/wait-32.png b/src/WhiteTiny/x2/wait-32.png new file mode 100644 index 0000000..52a5488 Binary files /dev/null and b/src/WhiteTiny/x2/wait-32.png differ diff --git a/src/WhiteTiny/x2/wait-33.png b/src/WhiteTiny/x2/wait-33.png new file mode 100644 index 0000000..58dbdf6 Binary files /dev/null and b/src/WhiteTiny/x2/wait-33.png differ diff --git a/src/WhiteTiny/x2/wait-34.png b/src/WhiteTiny/x2/wait-34.png new file mode 100644 index 0000000..2349c7f Binary files /dev/null and b/src/WhiteTiny/x2/wait-34.png differ diff --git a/src/WhiteTiny/x2/wait-35.png b/src/WhiteTiny/x2/wait-35.png new file mode 100644 index 0000000..1b1a266 Binary files /dev/null and b/src/WhiteTiny/x2/wait-35.png differ diff --git a/src/WhiteTiny/x2/wait-36.png b/src/WhiteTiny/x2/wait-36.png new file mode 100644 index 0000000..5c6d2ef Binary files /dev/null and b/src/WhiteTiny/x2/wait-36.png differ diff --git a/src/WhiteTiny/x2/wait-37.png b/src/WhiteTiny/x2/wait-37.png new file mode 100644 index 0000000..aca6bf8 Binary files /dev/null and b/src/WhiteTiny/x2/wait-37.png differ diff --git a/src/WhiteTiny/x2/wait-38.png b/src/WhiteTiny/x2/wait-38.png new file mode 100644 index 0000000..cd934c2 Binary files /dev/null and b/src/WhiteTiny/x2/wait-38.png differ diff --git a/src/WhiteTiny/x2/wait-39.png b/src/WhiteTiny/x2/wait-39.png new file mode 100644 index 0000000..fa3b19e Binary files /dev/null and b/src/WhiteTiny/x2/wait-39.png differ diff --git a/src/WhiteTiny/x2/wait-4.png b/src/WhiteTiny/x2/wait-4.png new file mode 100644 index 0000000..5395d74 Binary files /dev/null and b/src/WhiteTiny/x2/wait-4.png differ diff --git a/src/WhiteTiny/x2/wait-40.png b/src/WhiteTiny/x2/wait-40.png new file mode 100644 index 0000000..a84adb6 Binary files /dev/null and b/src/WhiteTiny/x2/wait-40.png differ diff --git a/src/WhiteTiny/x2/wait-41.png b/src/WhiteTiny/x2/wait-41.png new file mode 100644 index 0000000..69538d1 Binary files /dev/null and b/src/WhiteTiny/x2/wait-41.png differ diff --git a/src/WhiteTiny/x2/wait-42.png b/src/WhiteTiny/x2/wait-42.png new file mode 100644 index 0000000..45f395d Binary files /dev/null and b/src/WhiteTiny/x2/wait-42.png differ diff --git a/src/WhiteTiny/x2/wait-43.png b/src/WhiteTiny/x2/wait-43.png new file mode 100644 index 0000000..bb52006 Binary files /dev/null and b/src/WhiteTiny/x2/wait-43.png differ diff --git a/src/WhiteTiny/x2/wait-44.png b/src/WhiteTiny/x2/wait-44.png new file mode 100644 index 0000000..c0c3ff7 Binary files /dev/null and b/src/WhiteTiny/x2/wait-44.png differ diff --git a/src/WhiteTiny/x2/wait-45.png b/src/WhiteTiny/x2/wait-45.png new file mode 100644 index 0000000..b9b51ea Binary files /dev/null and b/src/WhiteTiny/x2/wait-45.png differ diff --git a/src/WhiteTiny/x2/wait-46.png b/src/WhiteTiny/x2/wait-46.png new file mode 100644 index 0000000..4e7f022 Binary files /dev/null and b/src/WhiteTiny/x2/wait-46.png differ diff --git a/src/WhiteTiny/x2/wait-47.png b/src/WhiteTiny/x2/wait-47.png new file mode 100644 index 0000000..34bffb6 Binary files /dev/null and b/src/WhiteTiny/x2/wait-47.png differ diff --git a/src/WhiteTiny/x2/wait-48.png b/src/WhiteTiny/x2/wait-48.png new file mode 100644 index 0000000..30eba04 Binary files /dev/null and b/src/WhiteTiny/x2/wait-48.png differ diff --git a/src/WhiteTiny/x2/wait-49.png b/src/WhiteTiny/x2/wait-49.png new file mode 100644 index 0000000..7db9b2d Binary files /dev/null and b/src/WhiteTiny/x2/wait-49.png differ diff --git a/src/WhiteTiny/x2/wait-5.png b/src/WhiteTiny/x2/wait-5.png new file mode 100644 index 0000000..23b8d39 Binary files /dev/null and b/src/WhiteTiny/x2/wait-5.png differ diff --git a/src/WhiteTiny/x2/wait-50.png b/src/WhiteTiny/x2/wait-50.png new file mode 100644 index 0000000..fa4e4be Binary files /dev/null and b/src/WhiteTiny/x2/wait-50.png differ diff --git a/src/WhiteTiny/x2/wait-51.png b/src/WhiteTiny/x2/wait-51.png new file mode 100644 index 0000000..209d674 Binary files /dev/null and b/src/WhiteTiny/x2/wait-51.png differ diff --git a/src/WhiteTiny/x2/wait-52.png b/src/WhiteTiny/x2/wait-52.png new file mode 100644 index 0000000..b4016dc Binary files /dev/null and b/src/WhiteTiny/x2/wait-52.png differ diff --git a/src/WhiteTiny/x2/wait-53.png b/src/WhiteTiny/x2/wait-53.png new file mode 100644 index 0000000..b491f2b Binary files /dev/null and b/src/WhiteTiny/x2/wait-53.png differ diff --git a/src/WhiteTiny/x2/wait-54.png b/src/WhiteTiny/x2/wait-54.png new file mode 100644 index 0000000..aa141a0 Binary files /dev/null and b/src/WhiteTiny/x2/wait-54.png differ diff --git a/src/WhiteTiny/x2/wait-55.png b/src/WhiteTiny/x2/wait-55.png new file mode 100644 index 0000000..f935d35 Binary files /dev/null and b/src/WhiteTiny/x2/wait-55.png differ diff --git a/src/WhiteTiny/x2/wait-56.png b/src/WhiteTiny/x2/wait-56.png new file mode 100644 index 0000000..bb45fb5 Binary files /dev/null and b/src/WhiteTiny/x2/wait-56.png differ diff --git a/src/WhiteTiny/x2/wait-57.png b/src/WhiteTiny/x2/wait-57.png new file mode 100644 index 0000000..b8099b5 Binary files /dev/null and b/src/WhiteTiny/x2/wait-57.png differ diff --git a/src/WhiteTiny/x2/wait-58.png b/src/WhiteTiny/x2/wait-58.png new file mode 100644 index 0000000..75bf8a0 Binary files /dev/null and b/src/WhiteTiny/x2/wait-58.png differ diff --git a/src/WhiteTiny/x2/wait-59.png b/src/WhiteTiny/x2/wait-59.png new file mode 100644 index 0000000..0716e0d Binary files /dev/null and b/src/WhiteTiny/x2/wait-59.png differ diff --git a/src/WhiteTiny/x2/wait-6.png b/src/WhiteTiny/x2/wait-6.png new file mode 100644 index 0000000..37562f6 Binary files /dev/null and b/src/WhiteTiny/x2/wait-6.png differ diff --git a/src/WhiteTiny/x2/wait-60.png b/src/WhiteTiny/x2/wait-60.png new file mode 100644 index 0000000..6d05f96 Binary files /dev/null and b/src/WhiteTiny/x2/wait-60.png differ diff --git a/src/WhiteTiny/x2/wait-61.png b/src/WhiteTiny/x2/wait-61.png new file mode 100644 index 0000000..d7c6580 Binary files /dev/null and b/src/WhiteTiny/x2/wait-61.png differ diff --git a/src/WhiteTiny/x2/wait-62.png b/src/WhiteTiny/x2/wait-62.png new file mode 100644 index 0000000..3bea663 Binary files /dev/null and b/src/WhiteTiny/x2/wait-62.png differ diff --git a/src/WhiteTiny/x2/wait-63.png b/src/WhiteTiny/x2/wait-63.png new file mode 100644 index 0000000..01d97aa Binary files /dev/null and b/src/WhiteTiny/x2/wait-63.png differ diff --git a/src/WhiteTiny/x2/wait-64.png b/src/WhiteTiny/x2/wait-64.png new file mode 100644 index 0000000..01c3618 Binary files /dev/null and b/src/WhiteTiny/x2/wait-64.png differ diff --git a/src/WhiteTiny/x2/wait-65.png b/src/WhiteTiny/x2/wait-65.png new file mode 100644 index 0000000..c11f74f Binary files /dev/null and b/src/WhiteTiny/x2/wait-65.png differ diff --git a/src/WhiteTiny/x2/wait-66.png b/src/WhiteTiny/x2/wait-66.png new file mode 100644 index 0000000..8c37751 Binary files /dev/null and b/src/WhiteTiny/x2/wait-66.png differ diff --git a/src/WhiteTiny/x2/wait-67.png b/src/WhiteTiny/x2/wait-67.png new file mode 100644 index 0000000..cd20d58 Binary files /dev/null and b/src/WhiteTiny/x2/wait-67.png differ diff --git a/src/WhiteTiny/x2/wait-68.png b/src/WhiteTiny/x2/wait-68.png new file mode 100644 index 0000000..da59565 Binary files /dev/null and b/src/WhiteTiny/x2/wait-68.png differ diff --git a/src/WhiteTiny/x2/wait-69.png b/src/WhiteTiny/x2/wait-69.png new file mode 100644 index 0000000..a31cf8c Binary files /dev/null and b/src/WhiteTiny/x2/wait-69.png differ diff --git a/src/WhiteTiny/x2/wait-7.png b/src/WhiteTiny/x2/wait-7.png new file mode 100644 index 0000000..383dae6 Binary files /dev/null and b/src/WhiteTiny/x2/wait-7.png differ diff --git a/src/WhiteTiny/x2/wait-70.png b/src/WhiteTiny/x2/wait-70.png new file mode 100644 index 0000000..70482b0 Binary files /dev/null and b/src/WhiteTiny/x2/wait-70.png differ diff --git a/src/WhiteTiny/x2/wait-71.png b/src/WhiteTiny/x2/wait-71.png new file mode 100644 index 0000000..67ed2e0 Binary files /dev/null and b/src/WhiteTiny/x2/wait-71.png differ diff --git a/src/WhiteTiny/x2/wait-72.png b/src/WhiteTiny/x2/wait-72.png new file mode 100644 index 0000000..dd5f548 Binary files /dev/null and b/src/WhiteTiny/x2/wait-72.png differ diff --git a/src/WhiteTiny/x2/wait-73.png b/src/WhiteTiny/x2/wait-73.png new file mode 100644 index 0000000..63ebda6 Binary files /dev/null and b/src/WhiteTiny/x2/wait-73.png differ diff --git a/src/WhiteTiny/x2/wait-74.png b/src/WhiteTiny/x2/wait-74.png new file mode 100644 index 0000000..86764e7 Binary files /dev/null and b/src/WhiteTiny/x2/wait-74.png differ diff --git a/src/WhiteTiny/x2/wait-75.png b/src/WhiteTiny/x2/wait-75.png new file mode 100644 index 0000000..939e5c8 Binary files /dev/null and b/src/WhiteTiny/x2/wait-75.png differ diff --git a/src/WhiteTiny/x2/wait-76.png b/src/WhiteTiny/x2/wait-76.png new file mode 100644 index 0000000..5c913bf Binary files /dev/null and b/src/WhiteTiny/x2/wait-76.png differ diff --git a/src/WhiteTiny/x2/wait-8.png b/src/WhiteTiny/x2/wait-8.png new file mode 100644 index 0000000..8aa0452 Binary files /dev/null and b/src/WhiteTiny/x2/wait-8.png differ diff --git a/src/WhiteTiny/x2/wait-9.png b/src/WhiteTiny/x2/wait-9.png new file mode 100644 index 0000000..dcd213a Binary files /dev/null and b/src/WhiteTiny/x2/wait-9.png differ diff --git a/src/WhiteTiny/x2/wayland-cursor.png b/src/WhiteTiny/x2/wayland-cursor.png new file mode 100644 index 0000000..ee61bb8 Binary files /dev/null and b/src/WhiteTiny/x2/wayland-cursor.png differ diff --git a/src/WhiteTiny/x2/x-cursor.png b/src/WhiteTiny/x2/x-cursor.png new file mode 100644 index 0000000..d45fe4e Binary files /dev/null and b/src/WhiteTiny/x2/x-cursor.png differ diff --git a/src/WhiteTiny/x2/zoom-in.png b/src/WhiteTiny/x2/zoom-in.png new file mode 100644 index 0000000..cb4f57d Binary files /dev/null and b/src/WhiteTiny/x2/zoom-in.png differ diff --git a/src/WhiteTiny/x2/zoom-out.png b/src/WhiteTiny/x2/zoom-out.png new file mode 100644 index 0000000..a957acd Binary files /dev/null and b/src/WhiteTiny/x2/zoom-out.png differ diff --git a/src/buildFunctions.sh b/src/buildFunctions.sh new file mode 100644 index 0000000..d427222 --- /dev/null +++ b/src/buildFunctions.sh @@ -0,0 +1,253 @@ +#!/bin/bash + +function buildWhite { + cd "$sourceWhite" + # generate cursors + BUILD="$sourceWhite"/../../themes/posy-white + OUTPUT="$BUILD"/cursors + ALIASES="$sourceWhite"/cursorList + + if [ ! -d "$BUILD" ]; then + mkdir "$BUILD" + fi + if [ ! -d "$OUTPUT" ]; then + mkdir "$OUTPUT" + + fi + rm -rf "$sourceWhite"/x1* + + mkdir {"$sourceWhite"/x1,$sourceWhite/x1_25,$sourceWhite/x1_5} + + cd "$sourceWhite"/x2 + + _STARTW=1 + + for file in *.png + do + cursor=$(echo "$file" | cut -f 1 -d '.') + convert $file -resize 32x32 ../x1/$file > /dev/null 2>&1 + convert $file -resize 40x40 ../x1_25/$file > /dev/null 2>&1 + convert $file -resize 48x48 ../x1_5/$file > /dev/null 2>&1 + _STARTW=$((_STARTW+1)) + ProgressBar_RED ${_STARTW} ${_END} + done + + cd "$sourceWhite" + for CUR in config/*.cursor; do + BASENAME="$CUR" + BASENAME="${BASENAME##*/}" + BASENAME="${BASENAME%.*}" + + xcursorgen "$CUR" "$OUTPUT/$BASENAME" + done + + cd "$OUTPUT" + + #generate aliases + while read ALIAS; do + FROM="${ALIAS#* }" + TO="${ALIAS% *}" + + if [ -e $TO ]; then + continue + fi + ln -sr "$FROM" "$TO" + done < "$ALIASES" + + cd "$PWD" + + INDEX="$OUTPUT/../index.theme" + if [ ! -e "$OUTPUT/../$INDEX" ]; then + touch "$INDEX" + echo -e "[Icon Theme]\nName=$themeWhite\n" > "$INDEX" + fi +} + +function buildWhiteTiny { + cd "$sourceWhiteTiny" + # generate cursors + BUILD="$sourceWhiteTiny"/../../themes/posy-white-tiny + OUTPUT="$BUILD"/cursors + ALIASES="$sourceWhiteTiny"/cursorList + + if [ ! -d "$BUILD" ]; then + mkdir "$BUILD" + fi + if [ ! -d "$OUTPUT" ]; then + mkdir "$OUTPUT" + + fi + rm -rf "$sourceWhiteTiny"/x1* + + mkdir {"$sourceWhiteTiny"/x1,$sourceWhiteTiny/x1_25,$sourceWhiteTiny/x1_5} + + cd "$sourceWhiteTiny"/x2 + + _STARTWT=197 + + for file in *.png + do + cursor=$(echo "$file" | cut -f 1 -d '.') + convert $file -resize 32x32 ../x1/$file > /dev/null 2>&1 + convert $file -resize 40x40 ../x1_25/$file > /dev/null 2>&1 + convert $file -resize 48x48 ../x1_5/$file > /dev/null 2>&1 + _STARTWT=$((_STARTWT+1)) + ProgressBar_ORANGE ${_STARTWT} ${_END} + done + + cd "$sourceWhiteTiny" + for CUR in config/*.cursor; do + BASENAME="$CUR" + BASENAME="${BASENAME##*/}" + BASENAME="${BASENAME%.*}" + + xcursorgen "$CUR" "$OUTPUT/$BASENAME" + done + + cd "$OUTPUT" + + #generate aliases + while read ALIAS; do + FROM="${ALIAS#* }" + TO="${ALIAS% *}" + + if [ -e $TO ]; then + continue + fi + ln -sr "$FROM" "$TO" + done < "$ALIASES" + + cd "$PWD" + + INDEX="$OUTPUT/../index.theme" + if [ ! -e "$OUTPUT/../$INDEX" ]; then + touch "$INDEX" + echo -e "[Icon Theme]\nName=$themeWhiteTiny\n" > "$INDEX" + fi +} + +function buildBlack { + cd "$sourceBlack" + # generate cursors + BUILD="$sourceBlack"/../../themes/posy-black + OUTPUT="$BUILD"/cursors + ALIASES="$sourceBlack"/cursorList + + if [ ! -d "$BUILD" ]; then + mkdir "$BUILD" + fi + if [ ! -d "$OUTPUT" ]; then + mkdir "$OUTPUT" + + fi + rm -rf "$sourceBlack"/x1* + + mkdir {"$sourceBlack"/x1,$sourceBlack/x1_25,$sourceBlack/x1_5} + + cd "$sourceBlack"/x2 + + _STARTB=394 + + for file in *.png + do + cursor=$(echo "$file" | cut -f 1 -d '.') + convert $file -resize 32x32 ../x1/$file > /dev/null 2>&1 + convert $file -resize 40x40 ../x1_25/$file > /dev/null 2>&1 + convert $file -resize 48x48 ../x1_5/$file > /dev/null 2>&1 + _STARTB=$((_STARTB+1)) + ProgressBar_YELLOW ${_STARTB} ${_END} + done + + cd "$sourceBlack" + for CUR in config/*.cursor; do + BASENAME="$CUR" + BASENAME="${BASENAME##*/}" + BASENAME="${BASENAME%.*}" + + xcursorgen "$CUR" "$OUTPUT/$BASENAME" + done + + cd "$OUTPUT" + + #generate aliases + while read ALIAS; do + FROM="${ALIAS#* }" + TO="${ALIAS% *}" + + if [ -e $TO ]; then + continue + fi + ln -sr "$FROM" "$TO" + done < "$ALIASES" + + cd "$PWD" + + INDEX="$OUTPUT/../index.theme" + if [ ! -e "$OUTPUT/../$INDEX" ]; then + touch "$INDEX" + echo -e "[Icon Theme]\nName=$themeBlack\n" > "$INDEX" + fi +} + +function buildBlackTiny { + cd "$sourceBlackTiny" + # generate cursors + BUILD="$sourceBlackTiny"/../../themes/posy-black-tiny + OUTPUT="$BUILD"/cursors + ALIASES="$sourceBlackTiny"/cursorList + + if [ ! -d "$BUILD" ]; then + mkdir "$BUILD" + fi + if [ ! -d "$OUTPUT" ]; then + mkdir "$OUTPUT" + + fi + rm -rf "$sourceBlackTiny"/x1* + + mkdir {"$sourceBlackTiny"/x1,$sourceBlackTiny/x1_25,$sourceBlackTiny/x1_5} + + cd "$sourceBlackTiny"/x2 + + _STARTBT=591 + + for file in *.png + do + cursor=$(echo "$file" | cut -f 1 -d '.') + convert $file -resize 32x32 ../x1/$file > /dev/null 2>&1 + convert $file -resize 40x40 ../x1_25/$file > /dev/null 2>&1 + convert $file -resize 48x48 ../x1_5/$file > /dev/null 2>&1 + _STARTBT=$((_STARTBT+1)) + ProgressBar_GREEN ${_STARTBT} ${_END} + done + + cd "$sourceBlackTiny" + for CUR in config/*.cursor; do + BASENAME="$CUR" + BASENAME="${BASENAME##*/}" + BASENAME="${BASENAME%.*}" + + xcursorgen "$CUR" "$OUTPUT/$BASENAME" + done + + cd "$OUTPUT" + + #generate aliases + while read ALIAS; do + FROM="${ALIAS#* }" + TO="${ALIAS% *}" + + if [ -e $TO ]; then + continue + fi + ln -sr "$FROM" "$TO" + done < "$ALIASES" + + cd "$PWD" + + INDEX="$OUTPUT/../index.theme" + if [ ! -e "$OUTPUT/../$INDEX" ]; then + touch "$INDEX" + echo -e "[Icon Theme]\nName=$themeBlackTiny\n" > "$INDEX" + fi +} diff --git a/src/create.sh b/src/create.sh new file mode 100755 index 0000000..490da46 --- /dev/null +++ b/src/create.sh @@ -0,0 +1,36 @@ +#!/bin/bash + +if ! [ -x "$(command -v xcursorgen)" ]; then + echo 'Error: xcursorgen is not installed.' >&2 + exit 1 +fi + +if ! [ -x "$(command -v convert)" ]; then + echo 'Error: imagemagick is not installed.' >&2 + exit 1 +fi + +source progressBars.sh +source buildFunctions.sh + +sourceWhite=$PWD/White +themeWhite="Posy White" +dirWhite="White" + +sourceBlack=$PWD/Black +themeBlack="Posy Black" + +sourceWhiteTiny=$PWD/WhiteTiny +themeWhiteTiny="Posy White Tiny" + +sourceBlackTiny=$PWD/BlackTiny +themeBlackTiny="Posy Black Tiny" + +echo -e "${RED}Gener${COLORLESS}${ORANGE}ating${COLORLESS} ${YELLOW}cur${COLORLESS}${GREEN}sor${COLORLESS} ${BLUE}the${COLORLESS}${PURPLE}mes.${COLORLESS}" + +buildWhite +buildWhiteTiny +buildBlack +buildBlackTiny + +echo -e "${RED}\nF${COLORLESS}${ORANGE}I${COLORLESS}${YELLOW}N${COLORLESS}${GREEN}I${COLORLESS}${BLUE}S${COLORLESS}${PURPLE}H${COLORLESS}" diff --git a/src/progressBars.sh b/src/progressBars.sh new file mode 100644 index 0000000..771df1b --- /dev/null +++ b/src/progressBars.sh @@ -0,0 +1,106 @@ +#!/bin/bash + +# Variables +_ENDW=197 +_ENDWT=394 +_ENDB=591 +_ENDBT=788 +_END=788 + +RED="\033[0;31m" +ORANGE="\033[0;33m" +YELLOW="\033[1;33m" +GREEN="\033[0;32m" +BLUE="\033[0;34m" +PURPLE="\033[0;35m" +COLORLESS="\033[0m" + +function ProgressBar_RED { +# Process data + let _progress_R=(${1}*100/${2}*100)/100 + let _done_R=(${_progress_R}*4)/10 + let _left_R=40-$_done_R +# Build progressbar string lengths + _fill_R=$(printf "%${_done_R}s") + _empty_R=$(printf "%${_left_R}s") + +# 1.2 Build progressbar strings and print the ProgressBar line +# 1.2.1 Output example: +# 1.2.1.1 Progress : [########################################] 100% +printf "\rProgress : [${RED}${_fill_R// /\#}${COLORLESS}${_empty_R// /-}] ${_progress_R}%%" +} + +function ProgressBar_ORANGE { +# Process data + let _progress_O=(${1}*100/${2}*100)/100 + let _done_O=(${_progress_O}*4)/10 + let _left_O=40-$_done_O +# Build progressbar string lengths + _fill_O=$(printf "%${_done_O}s") + _empty_O=$(printf "%${_left_O}s") + +# 1.2 Build progressbar strings and print the ProgressBar line +# 1.2.1 Output example: +# 1.2.1.1 Progress : [########################################] 100% +printf "\rProgress : [${ORANGE}${_fill_O// /\#}${COLORLESS}${_empty_O// /-}] ${_progress_O}%%" +} + +function ProgressBar_YELLOW { +# Process data + let _progress_Y=(${1}*100/${2}*100)/100 + let _done_Y=(${_progress_Y}*4)/10 + let _left_Y=40-$_done_Y +# Build progressbar string lengths + _fill_Y=$(printf "%${_done_Y}s") + _empty_Y=$(printf "%${_left_Y}s") + +# 1.2 Build progressbar strings and print the ProgressBar line +# 1.2.1 Output example: +# 1.2.1.1 Progress : [########################################] 100% +printf "\rProgress : [${YELLOW}${_fill_Y// /\#}${COLORLESS}${_empty_Y// /-}] ${_progress_Y}%%" +} + +function ProgressBar_GREEN { +# Process data + let _progress_G=(${1}*100/${2}*100)/100 + let _done_G=(${_progress_G}*4)/10 + let _left_G=40-$_done_G +# Build progressbar string lengths + _fill_G=$(printf "%${_done_G}s") + _empty_G=$(printf "%${_left_G}s") + +# 1.2 Build progressbar strings and print the ProgressBar line +# 1.2.1 Output example: +# 1.2.1.1 Progress : [########################################] 100% +printf "\rProgress : [${GREEN}${_fill_G// /\#}${COLORLESS}${_empty_G// /-}] ${_progress_G}%%" +} + +function ProgressBar_BLUE { +# Process data + let _progress_B=(${1}*100/${2}*100)/100 + let _done_B=(${_progress_B}*4)/10 + let _left_B=40-$_done_B +# Build progressbar string lengths + _fill_B=$(printf "%${_done_B}s") + _empty_B=$(printf "%${_left_B}s") + +# 1.2 Build progressbar strings and print the ProgressBar line +# 1.2.1 Output example: +# 1.2.1.1 Progress : [########################################] 100% +printf "\rProgress : [${BLUE}${_fill_B// /\#}${COLORLESS}${_empty_B// /-}] ${_progress_B}%%" +} + +function ProgressBar_PURPLE { +# Process data + let _progress_P=(${1}*100/${2}*100)/100 + let _done_P=(${_progress_P}*4)/10 + let _left_P=40-$_done_P +# Build progressbar string lengths + _fill_P=$(printf "%${_done_P}s") + _empty_P=$(printf "%${_left_P}s") + +# 1.2 Build progressbar strings and print the ProgressBar line +# 1.2.1 Output example: +# 1.2.1.1 Progress : [########################################] 100% +printf "\rProgress : [${PURPLE}${_fill_P// /\#}${COLORLESS}${_empty_P// /-}] ${_progress_P}%%" +} diff --git a/themes/posy-black-tiny/cursors/00000000000000020006000e7e9ffc3f b/themes/posy-black-tiny/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..a305d5c --- /dev/null +++ b/themes/posy-black-tiny/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +progress \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/00008160000006810000408080010102 b/themes/posy-black-tiny/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..fb54fee --- /dev/null +++ b/themes/posy-black-tiny/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/03b6e0fcb3499374a867c041f52298f0 b/themes/posy-black-tiny/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..031757c --- /dev/null +++ b/themes/posy-black-tiny/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/themes/posy-black-tiny/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..a305d5c --- /dev/null +++ b/themes/posy-black-tiny/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +progress \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/1081e37283d90000800003c07f3ef6bf b/themes/posy-black-tiny/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/themes/posy-black-tiny/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/3085a0e285430894940527032f8b26df b/themes/posy-black-tiny/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c4ad821 --- /dev/null +++ b/themes/posy-black-tiny/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +alias \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/3ecb610c1bf2410f44200f48c40d3599 b/themes/posy-black-tiny/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..a305d5c --- /dev/null +++ b/themes/posy-black-tiny/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +progress \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/4498f0e0c1937ffe01fd06f973665830 b/themes/posy-black-tiny/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..cbb52c1 --- /dev/null +++ b/themes/posy-black-tiny/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +dnd-move \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/themes/posy-black-tiny/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/themes/posy-black-tiny/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/6407b0e94181790501fd1e167b474872 b/themes/posy-black-tiny/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/themes/posy-black-tiny/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/640fb0e74195791501fd1ed57b41487f b/themes/posy-black-tiny/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c4ad821 --- /dev/null +++ b/themes/posy-black-tiny/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +alias \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/9081237383d90e509aa00f00170e968f b/themes/posy-black-tiny/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..cbb52c1 --- /dev/null +++ b/themes/posy-black-tiny/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +dnd-move \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/9d800788f1b08800ae810202380a0822 b/themes/posy-black-tiny/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..5ba3f42 --- /dev/null +++ b/themes/posy-black-tiny/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +pointer \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/themes/posy-black-tiny/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c4ad821 --- /dev/null +++ b/themes/posy-black-tiny/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +alias \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/alias b/themes/posy-black-tiny/cursors/alias new file mode 100644 index 0000000..ff1a3fc Binary files /dev/null and b/themes/posy-black-tiny/cursors/alias differ diff --git a/themes/posy-black-tiny/cursors/all-scroll b/themes/posy-black-tiny/cursors/all-scroll new file mode 100644 index 0000000..f8ab0aa Binary files /dev/null and b/themes/posy-black-tiny/cursors/all-scroll differ diff --git a/themes/posy-black-tiny/cursors/arrow b/themes/posy-black-tiny/cursors/arrow new file mode 120000 index 0000000..331d858 --- /dev/null +++ b/themes/posy-black-tiny/cursors/arrow @@ -0,0 +1 @@ +default \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/themes/posy-black-tiny/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/themes/posy-black-tiny/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/bottom_left_corner b/themes/posy-black-tiny/cursors/bottom_left_corner new file mode 100644 index 0000000..14d81d1 Binary files /dev/null and b/themes/posy-black-tiny/cursors/bottom_left_corner differ diff --git a/themes/posy-black-tiny/cursors/bottom_right_corner b/themes/posy-black-tiny/cursors/bottom_right_corner new file mode 100644 index 0000000..ce60682 Binary files /dev/null and b/themes/posy-black-tiny/cursors/bottom_right_corner differ diff --git a/themes/posy-black-tiny/cursors/bottom_side b/themes/posy-black-tiny/cursors/bottom_side new file mode 100644 index 0000000..09cdab9 Binary files /dev/null and b/themes/posy-black-tiny/cursors/bottom_side differ diff --git a/themes/posy-black-tiny/cursors/cell b/themes/posy-black-tiny/cursors/cell new file mode 100644 index 0000000..ddb04e6 Binary files /dev/null and b/themes/posy-black-tiny/cursors/cell differ diff --git a/themes/posy-black-tiny/cursors/center_ptr b/themes/posy-black-tiny/cursors/center_ptr new file mode 100644 index 0000000..e1495c5 Binary files /dev/null and b/themes/posy-black-tiny/cursors/center_ptr differ diff --git a/themes/posy-black-tiny/cursors/circle b/themes/posy-black-tiny/cursors/circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/themes/posy-black-tiny/cursors/circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/closedhand b/themes/posy-black-tiny/cursors/closedhand new file mode 120000 index 0000000..cbb52c1 --- /dev/null +++ b/themes/posy-black-tiny/cursors/closedhand @@ -0,0 +1 @@ +dnd-move \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/col-resize b/themes/posy-black-tiny/cursors/col-resize new file mode 100644 index 0000000..585505d Binary files /dev/null and b/themes/posy-black-tiny/cursors/col-resize differ diff --git a/themes/posy-black-tiny/cursors/color-picker b/themes/posy-black-tiny/cursors/color-picker new file mode 100644 index 0000000..07a559c Binary files /dev/null and b/themes/posy-black-tiny/cursors/color-picker differ diff --git a/themes/posy-black-tiny/cursors/context-menu b/themes/posy-black-tiny/cursors/context-menu new file mode 100644 index 0000000..35c19eb Binary files /dev/null and b/themes/posy-black-tiny/cursors/context-menu differ diff --git a/themes/posy-black-tiny/cursors/copy b/themes/posy-black-tiny/cursors/copy new file mode 100644 index 0000000..ad13dd6 Binary files /dev/null and b/themes/posy-black-tiny/cursors/copy differ diff --git a/themes/posy-black-tiny/cursors/cross b/themes/posy-black-tiny/cursors/cross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/themes/posy-black-tiny/cursors/cross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/crossed_circle b/themes/posy-black-tiny/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/themes/posy-black-tiny/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/crosshair b/themes/posy-black-tiny/cursors/crosshair new file mode 100644 index 0000000..1ba0229 Binary files /dev/null and b/themes/posy-black-tiny/cursors/crosshair differ diff --git a/themes/posy-black-tiny/cursors/d9ce0ab605698f320427677b458ad60b b/themes/posy-black-tiny/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/themes/posy-black-tiny/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/default b/themes/posy-black-tiny/cursors/default new file mode 100644 index 0000000..718f285 Binary files /dev/null and b/themes/posy-black-tiny/cursors/default differ diff --git a/themes/posy-black-tiny/cursors/dnd-copy b/themes/posy-black-tiny/cursors/dnd-copy new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/themes/posy-black-tiny/cursors/dnd-copy @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/dnd-move b/themes/posy-black-tiny/cursors/dnd-move new file mode 100644 index 0000000..335fa83 Binary files /dev/null and b/themes/posy-black-tiny/cursors/dnd-move differ diff --git a/themes/posy-black-tiny/cursors/dnd-no-drop b/themes/posy-black-tiny/cursors/dnd-no-drop new file mode 100644 index 0000000..a6b475f Binary files /dev/null and b/themes/posy-black-tiny/cursors/dnd-no-drop differ diff --git a/themes/posy-black-tiny/cursors/dnd-none b/themes/posy-black-tiny/cursors/dnd-none new file mode 120000 index 0000000..cbb52c1 --- /dev/null +++ b/themes/posy-black-tiny/cursors/dnd-none @@ -0,0 +1 @@ +dnd-move \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/down-arrow b/themes/posy-black-tiny/cursors/down-arrow new file mode 100644 index 0000000..7852b8e Binary files /dev/null and b/themes/posy-black-tiny/cursors/down-arrow differ diff --git a/themes/posy-black-tiny/cursors/draft b/themes/posy-black-tiny/cursors/draft new file mode 100644 index 0000000..9b3fe91 Binary files /dev/null and b/themes/posy-black-tiny/cursors/draft differ diff --git a/themes/posy-black-tiny/cursors/e-resize b/themes/posy-black-tiny/cursors/e-resize new file mode 120000 index 0000000..e0da659 --- /dev/null +++ b/themes/posy-black-tiny/cursors/e-resize @@ -0,0 +1 @@ +size_hor \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/e29285e634086352946a0e7090d73106 b/themes/posy-black-tiny/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..5ba3f42 --- /dev/null +++ b/themes/posy-black-tiny/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +pointer \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/themes/posy-black-tiny/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..cbb52c1 --- /dev/null +++ b/themes/posy-black-tiny/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +dnd-move \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/fleur b/themes/posy-black-tiny/cursors/fleur new file mode 100644 index 0000000..f8ab0aa Binary files /dev/null and b/themes/posy-black-tiny/cursors/fleur differ diff --git a/themes/posy-black-tiny/cursors/forbidden b/themes/posy-black-tiny/cursors/forbidden new file mode 120000 index 0000000..226af18 --- /dev/null +++ b/themes/posy-black-tiny/cursors/forbidden @@ -0,0 +1 @@ +no-drop \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/grab b/themes/posy-black-tiny/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/themes/posy-black-tiny/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/grabbing b/themes/posy-black-tiny/cursors/grabbing new file mode 120000 index 0000000..cbb52c1 --- /dev/null +++ b/themes/posy-black-tiny/cursors/grabbing @@ -0,0 +1 @@ +dnd-move \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/h_double_arrow b/themes/posy-black-tiny/cursors/h_double_arrow new file mode 120000 index 0000000..e0da659 --- /dev/null +++ b/themes/posy-black-tiny/cursors/h_double_arrow @@ -0,0 +1 @@ +size_hor \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/half-busy b/themes/posy-black-tiny/cursors/half-busy new file mode 120000 index 0000000..a305d5c --- /dev/null +++ b/themes/posy-black-tiny/cursors/half-busy @@ -0,0 +1 @@ +progress \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/hand1 b/themes/posy-black-tiny/cursors/hand1 new file mode 120000 index 0000000..5ba3f42 --- /dev/null +++ b/themes/posy-black-tiny/cursors/hand1 @@ -0,0 +1 @@ +pointer \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/hand2 b/themes/posy-black-tiny/cursors/hand2 new file mode 120000 index 0000000..5ba3f42 --- /dev/null +++ b/themes/posy-black-tiny/cursors/hand2 @@ -0,0 +1 @@ +pointer \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/help b/themes/posy-black-tiny/cursors/help new file mode 100644 index 0000000..9e8bbd8 Binary files /dev/null and b/themes/posy-black-tiny/cursors/help differ diff --git a/themes/posy-black-tiny/cursors/ibeam b/themes/posy-black-tiny/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/themes/posy-black-tiny/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/left-arrow b/themes/posy-black-tiny/cursors/left-arrow new file mode 100644 index 0000000..017d481 Binary files /dev/null and b/themes/posy-black-tiny/cursors/left-arrow differ diff --git a/themes/posy-black-tiny/cursors/left_ptr b/themes/posy-black-tiny/cursors/left_ptr new file mode 120000 index 0000000..331d858 --- /dev/null +++ b/themes/posy-black-tiny/cursors/left_ptr @@ -0,0 +1 @@ +default \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/left_ptr_help b/themes/posy-black-tiny/cursors/left_ptr_help new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/themes/posy-black-tiny/cursors/left_ptr_help @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/left_ptr_watch b/themes/posy-black-tiny/cursors/left_ptr_watch new file mode 120000 index 0000000..a305d5c --- /dev/null +++ b/themes/posy-black-tiny/cursors/left_ptr_watch @@ -0,0 +1 @@ +progress \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/left_side b/themes/posy-black-tiny/cursors/left_side new file mode 100644 index 0000000..7367c29 Binary files /dev/null and b/themes/posy-black-tiny/cursors/left_side differ diff --git a/themes/posy-black-tiny/cursors/link b/themes/posy-black-tiny/cursors/link new file mode 120000 index 0000000..c4ad821 --- /dev/null +++ b/themes/posy-black-tiny/cursors/link @@ -0,0 +1 @@ +alias \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/ll_angle b/themes/posy-black-tiny/cursors/ll_angle new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/themes/posy-black-tiny/cursors/ll_angle @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/lr_angle b/themes/posy-black-tiny/cursors/lr_angle new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/themes/posy-black-tiny/cursors/lr_angle @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/move b/themes/posy-black-tiny/cursors/move new file mode 120000 index 0000000..cbb52c1 --- /dev/null +++ b/themes/posy-black-tiny/cursors/move @@ -0,0 +1 @@ +dnd-move \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/n-resize b/themes/posy-black-tiny/cursors/n-resize new file mode 120000 index 0000000..fb54fee --- /dev/null +++ b/themes/posy-black-tiny/cursors/n-resize @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/nesw-resize b/themes/posy-black-tiny/cursors/nesw-resize new file mode 120000 index 0000000..e0935e6 --- /dev/null +++ b/themes/posy-black-tiny/cursors/nesw-resize @@ -0,0 +1 @@ +size_bdiag \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/no-drop b/themes/posy-black-tiny/cursors/no-drop new file mode 100644 index 0000000..42f8357 Binary files /dev/null and b/themes/posy-black-tiny/cursors/no-drop differ diff --git a/themes/posy-black-tiny/cursors/not-allowed b/themes/posy-black-tiny/cursors/not-allowed new file mode 100644 index 0000000..9acf6a8 Binary files /dev/null and b/themes/posy-black-tiny/cursors/not-allowed differ diff --git a/themes/posy-black-tiny/cursors/nwse-resize b/themes/posy-black-tiny/cursors/nwse-resize new file mode 120000 index 0000000..913bbc3 --- /dev/null +++ b/themes/posy-black-tiny/cursors/nwse-resize @@ -0,0 +1 @@ +size_fdiag \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/openhand b/themes/posy-black-tiny/cursors/openhand new file mode 100644 index 0000000..ca190b8 Binary files /dev/null and b/themes/posy-black-tiny/cursors/openhand differ diff --git a/themes/posy-black-tiny/cursors/pencil b/themes/posy-black-tiny/cursors/pencil new file mode 100644 index 0000000..9b3fe91 Binary files /dev/null and b/themes/posy-black-tiny/cursors/pencil differ diff --git a/themes/posy-black-tiny/cursors/pirate b/themes/posy-black-tiny/cursors/pirate new file mode 100644 index 0000000..457944d Binary files /dev/null and b/themes/posy-black-tiny/cursors/pirate differ diff --git a/themes/posy-black-tiny/cursors/plus b/themes/posy-black-tiny/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/themes/posy-black-tiny/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/pointer b/themes/posy-black-tiny/cursors/pointer new file mode 100644 index 0000000..7712dec Binary files /dev/null and b/themes/posy-black-tiny/cursors/pointer differ diff --git a/themes/posy-black-tiny/cursors/pointing_hand b/themes/posy-black-tiny/cursors/pointing_hand new file mode 120000 index 0000000..5ba3f42 --- /dev/null +++ b/themes/posy-black-tiny/cursors/pointing_hand @@ -0,0 +1 @@ +pointer \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/progress b/themes/posy-black-tiny/cursors/progress new file mode 100644 index 0000000..e27bcfc Binary files /dev/null and b/themes/posy-black-tiny/cursors/progress differ diff --git a/themes/posy-black-tiny/cursors/question_arrow b/themes/posy-black-tiny/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/themes/posy-black-tiny/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/right-arrow b/themes/posy-black-tiny/cursors/right-arrow new file mode 100644 index 0000000..05ab10d Binary files /dev/null and b/themes/posy-black-tiny/cursors/right-arrow differ diff --git a/themes/posy-black-tiny/cursors/right_ptr b/themes/posy-black-tiny/cursors/right_ptr new file mode 100644 index 0000000..5daf8bf Binary files /dev/null and b/themes/posy-black-tiny/cursors/right_ptr differ diff --git a/themes/posy-black-tiny/cursors/right_side b/themes/posy-black-tiny/cursors/right_side new file mode 100644 index 0000000..39267e2 Binary files /dev/null and b/themes/posy-black-tiny/cursors/right_side differ diff --git a/themes/posy-black-tiny/cursors/row-resize b/themes/posy-black-tiny/cursors/row-resize new file mode 100644 index 0000000..0dac642 Binary files /dev/null and b/themes/posy-black-tiny/cursors/row-resize differ diff --git a/themes/posy-black-tiny/cursors/s-resize b/themes/posy-black-tiny/cursors/s-resize new file mode 120000 index 0000000..fb54fee --- /dev/null +++ b/themes/posy-black-tiny/cursors/s-resize @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/sb_h_double_arrow b/themes/posy-black-tiny/cursors/sb_h_double_arrow new file mode 120000 index 0000000..e0da659 --- /dev/null +++ b/themes/posy-black-tiny/cursors/sb_h_double_arrow @@ -0,0 +1 @@ +size_hor \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/sb_v_double_arrow b/themes/posy-black-tiny/cursors/sb_v_double_arrow new file mode 120000 index 0000000..fb54fee --- /dev/null +++ b/themes/posy-black-tiny/cursors/sb_v_double_arrow @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/size_all b/themes/posy-black-tiny/cursors/size_all new file mode 120000 index 0000000..147f744 --- /dev/null +++ b/themes/posy-black-tiny/cursors/size_all @@ -0,0 +1 @@ +fleur \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/size_bdiag b/themes/posy-black-tiny/cursors/size_bdiag new file mode 100644 index 0000000..f89e67a Binary files /dev/null and b/themes/posy-black-tiny/cursors/size_bdiag differ diff --git a/themes/posy-black-tiny/cursors/size_fdiag b/themes/posy-black-tiny/cursors/size_fdiag new file mode 100644 index 0000000..3ed3016 Binary files /dev/null and b/themes/posy-black-tiny/cursors/size_fdiag differ diff --git a/themes/posy-black-tiny/cursors/size_hor b/themes/posy-black-tiny/cursors/size_hor new file mode 100644 index 0000000..92bf18c Binary files /dev/null and b/themes/posy-black-tiny/cursors/size_hor differ diff --git a/themes/posy-black-tiny/cursors/size_ver b/themes/posy-black-tiny/cursors/size_ver new file mode 100644 index 0000000..6bbcbc8 Binary files /dev/null and b/themes/posy-black-tiny/cursors/size_ver differ diff --git a/themes/posy-black-tiny/cursors/split_h b/themes/posy-black-tiny/cursors/split_h new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/themes/posy-black-tiny/cursors/split_h @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/split_v b/themes/posy-black-tiny/cursors/split_v new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/themes/posy-black-tiny/cursors/split_v @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/tcross b/themes/posy-black-tiny/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/themes/posy-black-tiny/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/text b/themes/posy-black-tiny/cursors/text new file mode 100644 index 0000000..830fbb9 Binary files /dev/null and b/themes/posy-black-tiny/cursors/text differ diff --git a/themes/posy-black-tiny/cursors/top_left_corner b/themes/posy-black-tiny/cursors/top_left_corner new file mode 100644 index 0000000..943b1aa Binary files /dev/null and b/themes/posy-black-tiny/cursors/top_left_corner differ diff --git a/themes/posy-black-tiny/cursors/top_right_corner b/themes/posy-black-tiny/cursors/top_right_corner new file mode 100644 index 0000000..62b5192 Binary files /dev/null and b/themes/posy-black-tiny/cursors/top_right_corner differ diff --git a/themes/posy-black-tiny/cursors/top_side b/themes/posy-black-tiny/cursors/top_side new file mode 100644 index 0000000..40c470a Binary files /dev/null and b/themes/posy-black-tiny/cursors/top_side differ diff --git a/themes/posy-black-tiny/cursors/ul_angle b/themes/posy-black-tiny/cursors/ul_angle new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/themes/posy-black-tiny/cursors/ul_angle @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/up-arrow b/themes/posy-black-tiny/cursors/up-arrow new file mode 100644 index 0000000..fd29a7b Binary files /dev/null and b/themes/posy-black-tiny/cursors/up-arrow differ diff --git a/themes/posy-black-tiny/cursors/ur_angle b/themes/posy-black-tiny/cursors/ur_angle new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/themes/posy-black-tiny/cursors/ur_angle @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/v_double_arrow b/themes/posy-black-tiny/cursors/v_double_arrow new file mode 120000 index 0000000..fb54fee --- /dev/null +++ b/themes/posy-black-tiny/cursors/v_double_arrow @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/vertical-text b/themes/posy-black-tiny/cursors/vertical-text new file mode 100644 index 0000000..7b4c4f0 Binary files /dev/null and b/themes/posy-black-tiny/cursors/vertical-text differ diff --git a/themes/posy-black-tiny/cursors/w-resize b/themes/posy-black-tiny/cursors/w-resize new file mode 120000 index 0000000..e0da659 --- /dev/null +++ b/themes/posy-black-tiny/cursors/w-resize @@ -0,0 +1 @@ +size_hor \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/wait b/themes/posy-black-tiny/cursors/wait new file mode 100644 index 0000000..55d481a Binary files /dev/null and b/themes/posy-black-tiny/cursors/wait differ diff --git a/themes/posy-black-tiny/cursors/watch b/themes/posy-black-tiny/cursors/watch new file mode 120000 index 0000000..fd80437 --- /dev/null +++ b/themes/posy-black-tiny/cursors/watch @@ -0,0 +1 @@ +wait \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/wayland-cursor b/themes/posy-black-tiny/cursors/wayland-cursor new file mode 100644 index 0000000..e9d1f76 Binary files /dev/null and b/themes/posy-black-tiny/cursors/wayland-cursor differ diff --git a/themes/posy-black-tiny/cursors/whats_this b/themes/posy-black-tiny/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/themes/posy-black-tiny/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/x-cursor b/themes/posy-black-tiny/cursors/x-cursor new file mode 100644 index 0000000..858f26f Binary files /dev/null and b/themes/posy-black-tiny/cursors/x-cursor differ diff --git a/themes/posy-black-tiny/cursors/xterm b/themes/posy-black-tiny/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/themes/posy-black-tiny/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/themes/posy-black-tiny/cursors/zoom-in b/themes/posy-black-tiny/cursors/zoom-in new file mode 100644 index 0000000..515ac3a Binary files /dev/null and b/themes/posy-black-tiny/cursors/zoom-in differ diff --git a/themes/posy-black-tiny/cursors/zoom-out b/themes/posy-black-tiny/cursors/zoom-out new file mode 100644 index 0000000..f68e5de Binary files /dev/null and b/themes/posy-black-tiny/cursors/zoom-out differ diff --git a/themes/posy-black-tiny/index.theme b/themes/posy-black-tiny/index.theme new file mode 100644 index 0000000..91e8ff3 --- /dev/null +++ b/themes/posy-black-tiny/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name=Posy Black Tiny + diff --git a/themes/posy-black/cursors/00000000000000020006000e7e9ffc3f b/themes/posy-black/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..a305d5c --- /dev/null +++ b/themes/posy-black/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +progress \ No newline at end of file diff --git a/themes/posy-black/cursors/00008160000006810000408080010102 b/themes/posy-black/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..fb54fee --- /dev/null +++ b/themes/posy-black/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/themes/posy-black/cursors/03b6e0fcb3499374a867c041f52298f0 b/themes/posy-black/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..031757c --- /dev/null +++ b/themes/posy-black/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/themes/posy-black/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/themes/posy-black/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..a305d5c --- /dev/null +++ b/themes/posy-black/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +progress \ No newline at end of file diff --git a/themes/posy-black/cursors/1081e37283d90000800003c07f3ef6bf b/themes/posy-black/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/themes/posy-black/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/themes/posy-black/cursors/3085a0e285430894940527032f8b26df b/themes/posy-black/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c4ad821 --- /dev/null +++ b/themes/posy-black/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +alias \ No newline at end of file diff --git a/themes/posy-black/cursors/3ecb610c1bf2410f44200f48c40d3599 b/themes/posy-black/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..a305d5c --- /dev/null +++ b/themes/posy-black/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +progress \ No newline at end of file diff --git a/themes/posy-black/cursors/4498f0e0c1937ffe01fd06f973665830 b/themes/posy-black/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..cbb52c1 --- /dev/null +++ b/themes/posy-black/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +dnd-move \ No newline at end of file diff --git a/themes/posy-black/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/themes/posy-black/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/themes/posy-black/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/themes/posy-black/cursors/6407b0e94181790501fd1e167b474872 b/themes/posy-black/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/themes/posy-black/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/themes/posy-black/cursors/640fb0e74195791501fd1ed57b41487f b/themes/posy-black/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c4ad821 --- /dev/null +++ b/themes/posy-black/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +alias \ No newline at end of file diff --git a/themes/posy-black/cursors/9081237383d90e509aa00f00170e968f b/themes/posy-black/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..cbb52c1 --- /dev/null +++ b/themes/posy-black/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +dnd-move \ No newline at end of file diff --git a/themes/posy-black/cursors/9d800788f1b08800ae810202380a0822 b/themes/posy-black/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..5ba3f42 --- /dev/null +++ b/themes/posy-black/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +pointer \ No newline at end of file diff --git a/themes/posy-black/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/themes/posy-black/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c4ad821 --- /dev/null +++ b/themes/posy-black/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +alias \ No newline at end of file diff --git a/themes/posy-black/cursors/alias b/themes/posy-black/cursors/alias new file mode 100644 index 0000000..ff1a3fc Binary files /dev/null and b/themes/posy-black/cursors/alias differ diff --git a/themes/posy-black/cursors/all-scroll b/themes/posy-black/cursors/all-scroll new file mode 100644 index 0000000..f8ab0aa Binary files /dev/null and b/themes/posy-black/cursors/all-scroll differ diff --git a/themes/posy-black/cursors/arrow b/themes/posy-black/cursors/arrow new file mode 120000 index 0000000..331d858 --- /dev/null +++ b/themes/posy-black/cursors/arrow @@ -0,0 +1 @@ +default \ No newline at end of file diff --git a/themes/posy-black/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/themes/posy-black/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/themes/posy-black/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/themes/posy-black/cursors/bottom_left_corner b/themes/posy-black/cursors/bottom_left_corner new file mode 100644 index 0000000..14d81d1 Binary files /dev/null and b/themes/posy-black/cursors/bottom_left_corner differ diff --git a/themes/posy-black/cursors/bottom_right_corner b/themes/posy-black/cursors/bottom_right_corner new file mode 100644 index 0000000..ce60682 Binary files /dev/null and b/themes/posy-black/cursors/bottom_right_corner differ diff --git a/themes/posy-black/cursors/bottom_side b/themes/posy-black/cursors/bottom_side new file mode 100644 index 0000000..09cdab9 Binary files /dev/null and b/themes/posy-black/cursors/bottom_side differ diff --git a/themes/posy-black/cursors/cell b/themes/posy-black/cursors/cell new file mode 100644 index 0000000..ddb04e6 Binary files /dev/null and b/themes/posy-black/cursors/cell differ diff --git a/themes/posy-black/cursors/center_ptr b/themes/posy-black/cursors/center_ptr new file mode 100644 index 0000000..fd606eb Binary files /dev/null and b/themes/posy-black/cursors/center_ptr differ diff --git a/themes/posy-black/cursors/circle b/themes/posy-black/cursors/circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/themes/posy-black/cursors/circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/themes/posy-black/cursors/closedhand b/themes/posy-black/cursors/closedhand new file mode 120000 index 0000000..cbb52c1 --- /dev/null +++ b/themes/posy-black/cursors/closedhand @@ -0,0 +1 @@ +dnd-move \ No newline at end of file diff --git a/themes/posy-black/cursors/col-resize b/themes/posy-black/cursors/col-resize new file mode 100644 index 0000000..585505d Binary files /dev/null and b/themes/posy-black/cursors/col-resize differ diff --git a/themes/posy-black/cursors/color-picker b/themes/posy-black/cursors/color-picker new file mode 100644 index 0000000..07a559c Binary files /dev/null and b/themes/posy-black/cursors/color-picker differ diff --git a/themes/posy-black/cursors/context-menu b/themes/posy-black/cursors/context-menu new file mode 100644 index 0000000..396f243 Binary files /dev/null and b/themes/posy-black/cursors/context-menu differ diff --git a/themes/posy-black/cursors/copy b/themes/posy-black/cursors/copy new file mode 100644 index 0000000..ad13dd6 Binary files /dev/null and b/themes/posy-black/cursors/copy differ diff --git a/themes/posy-black/cursors/cross b/themes/posy-black/cursors/cross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/themes/posy-black/cursors/cross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/themes/posy-black/cursors/crossed_circle b/themes/posy-black/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/themes/posy-black/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/themes/posy-black/cursors/crosshair b/themes/posy-black/cursors/crosshair new file mode 100644 index 0000000..1ba0229 Binary files /dev/null and b/themes/posy-black/cursors/crosshair differ diff --git a/themes/posy-black/cursors/d9ce0ab605698f320427677b458ad60b b/themes/posy-black/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/themes/posy-black/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/themes/posy-black/cursors/default b/themes/posy-black/cursors/default new file mode 100644 index 0000000..d70b06d Binary files /dev/null and b/themes/posy-black/cursors/default differ diff --git a/themes/posy-black/cursors/dnd-copy b/themes/posy-black/cursors/dnd-copy new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/themes/posy-black/cursors/dnd-copy @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/themes/posy-black/cursors/dnd-move b/themes/posy-black/cursors/dnd-move new file mode 100644 index 0000000..335fa83 Binary files /dev/null and b/themes/posy-black/cursors/dnd-move differ diff --git a/themes/posy-black/cursors/dnd-no-drop b/themes/posy-black/cursors/dnd-no-drop new file mode 100644 index 0000000..a6b475f Binary files /dev/null and b/themes/posy-black/cursors/dnd-no-drop differ diff --git a/themes/posy-black/cursors/dnd-none b/themes/posy-black/cursors/dnd-none new file mode 120000 index 0000000..cbb52c1 --- /dev/null +++ b/themes/posy-black/cursors/dnd-none @@ -0,0 +1 @@ +dnd-move \ No newline at end of file diff --git a/themes/posy-black/cursors/down-arrow b/themes/posy-black/cursors/down-arrow new file mode 100644 index 0000000..7852b8e Binary files /dev/null and b/themes/posy-black/cursors/down-arrow differ diff --git a/themes/posy-black/cursors/draft b/themes/posy-black/cursors/draft new file mode 100644 index 0000000..9b3fe91 Binary files /dev/null and b/themes/posy-black/cursors/draft differ diff --git a/themes/posy-black/cursors/e-resize b/themes/posy-black/cursors/e-resize new file mode 120000 index 0000000..e0da659 --- /dev/null +++ b/themes/posy-black/cursors/e-resize @@ -0,0 +1 @@ +size_hor \ No newline at end of file diff --git a/themes/posy-black/cursors/e29285e634086352946a0e7090d73106 b/themes/posy-black/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..5ba3f42 --- /dev/null +++ b/themes/posy-black/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +pointer \ No newline at end of file diff --git a/themes/posy-black/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/themes/posy-black/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..cbb52c1 --- /dev/null +++ b/themes/posy-black/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +dnd-move \ No newline at end of file diff --git a/themes/posy-black/cursors/fleur b/themes/posy-black/cursors/fleur new file mode 100644 index 0000000..f8ab0aa Binary files /dev/null and b/themes/posy-black/cursors/fleur differ diff --git a/themes/posy-black/cursors/forbidden b/themes/posy-black/cursors/forbidden new file mode 120000 index 0000000..226af18 --- /dev/null +++ b/themes/posy-black/cursors/forbidden @@ -0,0 +1 @@ +no-drop \ No newline at end of file diff --git a/themes/posy-black/cursors/grab b/themes/posy-black/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/themes/posy-black/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/themes/posy-black/cursors/grabbing b/themes/posy-black/cursors/grabbing new file mode 120000 index 0000000..cbb52c1 --- /dev/null +++ b/themes/posy-black/cursors/grabbing @@ -0,0 +1 @@ +dnd-move \ No newline at end of file diff --git a/themes/posy-black/cursors/h_double_arrow b/themes/posy-black/cursors/h_double_arrow new file mode 120000 index 0000000..e0da659 --- /dev/null +++ b/themes/posy-black/cursors/h_double_arrow @@ -0,0 +1 @@ +size_hor \ No newline at end of file diff --git a/themes/posy-black/cursors/half-busy b/themes/posy-black/cursors/half-busy new file mode 120000 index 0000000..a305d5c --- /dev/null +++ b/themes/posy-black/cursors/half-busy @@ -0,0 +1 @@ +progress \ No newline at end of file diff --git a/themes/posy-black/cursors/hand1 b/themes/posy-black/cursors/hand1 new file mode 120000 index 0000000..5ba3f42 --- /dev/null +++ b/themes/posy-black/cursors/hand1 @@ -0,0 +1 @@ +pointer \ No newline at end of file diff --git a/themes/posy-black/cursors/hand2 b/themes/posy-black/cursors/hand2 new file mode 120000 index 0000000..5ba3f42 --- /dev/null +++ b/themes/posy-black/cursors/hand2 @@ -0,0 +1 @@ +pointer \ No newline at end of file diff --git a/themes/posy-black/cursors/help b/themes/posy-black/cursors/help new file mode 100644 index 0000000..9e8bbd8 Binary files /dev/null and b/themes/posy-black/cursors/help differ diff --git a/themes/posy-black/cursors/ibeam b/themes/posy-black/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/themes/posy-black/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/themes/posy-black/cursors/left-arrow b/themes/posy-black/cursors/left-arrow new file mode 100644 index 0000000..017d481 Binary files /dev/null and b/themes/posy-black/cursors/left-arrow differ diff --git a/themes/posy-black/cursors/left_ptr b/themes/posy-black/cursors/left_ptr new file mode 120000 index 0000000..331d858 --- /dev/null +++ b/themes/posy-black/cursors/left_ptr @@ -0,0 +1 @@ +default \ No newline at end of file diff --git a/themes/posy-black/cursors/left_ptr_help b/themes/posy-black/cursors/left_ptr_help new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/themes/posy-black/cursors/left_ptr_help @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/themes/posy-black/cursors/left_ptr_watch b/themes/posy-black/cursors/left_ptr_watch new file mode 120000 index 0000000..a305d5c --- /dev/null +++ b/themes/posy-black/cursors/left_ptr_watch @@ -0,0 +1 @@ +progress \ No newline at end of file diff --git a/themes/posy-black/cursors/left_side b/themes/posy-black/cursors/left_side new file mode 100644 index 0000000..7367c29 Binary files /dev/null and b/themes/posy-black/cursors/left_side differ diff --git a/themes/posy-black/cursors/link b/themes/posy-black/cursors/link new file mode 120000 index 0000000..c4ad821 --- /dev/null +++ b/themes/posy-black/cursors/link @@ -0,0 +1 @@ +alias \ No newline at end of file diff --git a/themes/posy-black/cursors/ll_angle b/themes/posy-black/cursors/ll_angle new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/themes/posy-black/cursors/ll_angle @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/themes/posy-black/cursors/lr_angle b/themes/posy-black/cursors/lr_angle new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/themes/posy-black/cursors/lr_angle @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/themes/posy-black/cursors/move b/themes/posy-black/cursors/move new file mode 120000 index 0000000..cbb52c1 --- /dev/null +++ b/themes/posy-black/cursors/move @@ -0,0 +1 @@ +dnd-move \ No newline at end of file diff --git a/themes/posy-black/cursors/n-resize b/themes/posy-black/cursors/n-resize new file mode 120000 index 0000000..fb54fee --- /dev/null +++ b/themes/posy-black/cursors/n-resize @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/themes/posy-black/cursors/nesw-resize b/themes/posy-black/cursors/nesw-resize new file mode 120000 index 0000000..e0935e6 --- /dev/null +++ b/themes/posy-black/cursors/nesw-resize @@ -0,0 +1 @@ +size_bdiag \ No newline at end of file diff --git a/themes/posy-black/cursors/no-drop b/themes/posy-black/cursors/no-drop new file mode 100644 index 0000000..42f8357 Binary files /dev/null and b/themes/posy-black/cursors/no-drop differ diff --git a/themes/posy-black/cursors/not-allowed b/themes/posy-black/cursors/not-allowed new file mode 100644 index 0000000..9acf6a8 Binary files /dev/null and b/themes/posy-black/cursors/not-allowed differ diff --git a/themes/posy-black/cursors/nwse-resize b/themes/posy-black/cursors/nwse-resize new file mode 120000 index 0000000..913bbc3 --- /dev/null +++ b/themes/posy-black/cursors/nwse-resize @@ -0,0 +1 @@ +size_fdiag \ No newline at end of file diff --git a/themes/posy-black/cursors/openhand b/themes/posy-black/cursors/openhand new file mode 100644 index 0000000..ca190b8 Binary files /dev/null and b/themes/posy-black/cursors/openhand differ diff --git a/themes/posy-black/cursors/pencil b/themes/posy-black/cursors/pencil new file mode 100644 index 0000000..9b3fe91 Binary files /dev/null and b/themes/posy-black/cursors/pencil differ diff --git a/themes/posy-black/cursors/pirate b/themes/posy-black/cursors/pirate new file mode 100644 index 0000000..457944d Binary files /dev/null and b/themes/posy-black/cursors/pirate differ diff --git a/themes/posy-black/cursors/plus b/themes/posy-black/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/themes/posy-black/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/themes/posy-black/cursors/pointer b/themes/posy-black/cursors/pointer new file mode 100644 index 0000000..7712dec Binary files /dev/null and b/themes/posy-black/cursors/pointer differ diff --git a/themes/posy-black/cursors/pointing_hand b/themes/posy-black/cursors/pointing_hand new file mode 120000 index 0000000..5ba3f42 --- /dev/null +++ b/themes/posy-black/cursors/pointing_hand @@ -0,0 +1 @@ +pointer \ No newline at end of file diff --git a/themes/posy-black/cursors/progress b/themes/posy-black/cursors/progress new file mode 100644 index 0000000..e27bcfc Binary files /dev/null and b/themes/posy-black/cursors/progress differ diff --git a/themes/posy-black/cursors/question_arrow b/themes/posy-black/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/themes/posy-black/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/themes/posy-black/cursors/right-arrow b/themes/posy-black/cursors/right-arrow new file mode 100644 index 0000000..05ab10d Binary files /dev/null and b/themes/posy-black/cursors/right-arrow differ diff --git a/themes/posy-black/cursors/right_ptr b/themes/posy-black/cursors/right_ptr new file mode 100644 index 0000000..5daf8bf Binary files /dev/null and b/themes/posy-black/cursors/right_ptr differ diff --git a/themes/posy-black/cursors/right_side b/themes/posy-black/cursors/right_side new file mode 100644 index 0000000..39267e2 Binary files /dev/null and b/themes/posy-black/cursors/right_side differ diff --git a/themes/posy-black/cursors/row-resize b/themes/posy-black/cursors/row-resize new file mode 100644 index 0000000..0dac642 Binary files /dev/null and b/themes/posy-black/cursors/row-resize differ diff --git a/themes/posy-black/cursors/s-resize b/themes/posy-black/cursors/s-resize new file mode 120000 index 0000000..fb54fee --- /dev/null +++ b/themes/posy-black/cursors/s-resize @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/themes/posy-black/cursors/sb_h_double_arrow b/themes/posy-black/cursors/sb_h_double_arrow new file mode 120000 index 0000000..e0da659 --- /dev/null +++ b/themes/posy-black/cursors/sb_h_double_arrow @@ -0,0 +1 @@ +size_hor \ No newline at end of file diff --git a/themes/posy-black/cursors/sb_v_double_arrow b/themes/posy-black/cursors/sb_v_double_arrow new file mode 120000 index 0000000..fb54fee --- /dev/null +++ b/themes/posy-black/cursors/sb_v_double_arrow @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/themes/posy-black/cursors/size_all b/themes/posy-black/cursors/size_all new file mode 120000 index 0000000..147f744 --- /dev/null +++ b/themes/posy-black/cursors/size_all @@ -0,0 +1 @@ +fleur \ No newline at end of file diff --git a/themes/posy-black/cursors/size_bdiag b/themes/posy-black/cursors/size_bdiag new file mode 100644 index 0000000..f89e67a Binary files /dev/null and b/themes/posy-black/cursors/size_bdiag differ diff --git a/themes/posy-black/cursors/size_fdiag b/themes/posy-black/cursors/size_fdiag new file mode 100644 index 0000000..3ed3016 Binary files /dev/null and b/themes/posy-black/cursors/size_fdiag differ diff --git a/themes/posy-black/cursors/size_hor b/themes/posy-black/cursors/size_hor new file mode 100644 index 0000000..92bf18c Binary files /dev/null and b/themes/posy-black/cursors/size_hor differ diff --git a/themes/posy-black/cursors/size_ver b/themes/posy-black/cursors/size_ver new file mode 100644 index 0000000..6bbcbc8 Binary files /dev/null and b/themes/posy-black/cursors/size_ver differ diff --git a/themes/posy-black/cursors/split_h b/themes/posy-black/cursors/split_h new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/themes/posy-black/cursors/split_h @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/themes/posy-black/cursors/split_v b/themes/posy-black/cursors/split_v new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/themes/posy-black/cursors/split_v @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/themes/posy-black/cursors/tcross b/themes/posy-black/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/themes/posy-black/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/themes/posy-black/cursors/text b/themes/posy-black/cursors/text new file mode 100644 index 0000000..830fbb9 Binary files /dev/null and b/themes/posy-black/cursors/text differ diff --git a/themes/posy-black/cursors/top_left_corner b/themes/posy-black/cursors/top_left_corner new file mode 100644 index 0000000..943b1aa Binary files /dev/null and b/themes/posy-black/cursors/top_left_corner differ diff --git a/themes/posy-black/cursors/top_right_corner b/themes/posy-black/cursors/top_right_corner new file mode 100644 index 0000000..62b5192 Binary files /dev/null and b/themes/posy-black/cursors/top_right_corner differ diff --git a/themes/posy-black/cursors/top_side b/themes/posy-black/cursors/top_side new file mode 100644 index 0000000..40c470a Binary files /dev/null and b/themes/posy-black/cursors/top_side differ diff --git a/themes/posy-black/cursors/ul_angle b/themes/posy-black/cursors/ul_angle new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/themes/posy-black/cursors/ul_angle @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/themes/posy-black/cursors/up-arrow b/themes/posy-black/cursors/up-arrow new file mode 100644 index 0000000..fd29a7b Binary files /dev/null and b/themes/posy-black/cursors/up-arrow differ diff --git a/themes/posy-black/cursors/ur_angle b/themes/posy-black/cursors/ur_angle new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/themes/posy-black/cursors/ur_angle @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/themes/posy-black/cursors/v_double_arrow b/themes/posy-black/cursors/v_double_arrow new file mode 120000 index 0000000..fb54fee --- /dev/null +++ b/themes/posy-black/cursors/v_double_arrow @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/themes/posy-black/cursors/vertical-text b/themes/posy-black/cursors/vertical-text new file mode 100644 index 0000000..7b4c4f0 Binary files /dev/null and b/themes/posy-black/cursors/vertical-text differ diff --git a/themes/posy-black/cursors/w-resize b/themes/posy-black/cursors/w-resize new file mode 120000 index 0000000..e0da659 --- /dev/null +++ b/themes/posy-black/cursors/w-resize @@ -0,0 +1 @@ +size_hor \ No newline at end of file diff --git a/themes/posy-black/cursors/wait b/themes/posy-black/cursors/wait new file mode 100644 index 0000000..55d481a Binary files /dev/null and b/themes/posy-black/cursors/wait differ diff --git a/themes/posy-black/cursors/watch b/themes/posy-black/cursors/watch new file mode 120000 index 0000000..fd80437 --- /dev/null +++ b/themes/posy-black/cursors/watch @@ -0,0 +1 @@ +wait \ No newline at end of file diff --git a/themes/posy-black/cursors/wayland-cursor b/themes/posy-black/cursors/wayland-cursor new file mode 100644 index 0000000..e9d1f76 Binary files /dev/null and b/themes/posy-black/cursors/wayland-cursor differ diff --git a/themes/posy-black/cursors/whats_this b/themes/posy-black/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/themes/posy-black/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/themes/posy-black/cursors/x-cursor b/themes/posy-black/cursors/x-cursor new file mode 100644 index 0000000..858f26f Binary files /dev/null and b/themes/posy-black/cursors/x-cursor differ diff --git a/themes/posy-black/cursors/xterm b/themes/posy-black/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/themes/posy-black/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/themes/posy-black/cursors/zoom-in b/themes/posy-black/cursors/zoom-in new file mode 100644 index 0000000..515ac3a Binary files /dev/null and b/themes/posy-black/cursors/zoom-in differ diff --git a/themes/posy-black/cursors/zoom-out b/themes/posy-black/cursors/zoom-out new file mode 100644 index 0000000..f68e5de Binary files /dev/null and b/themes/posy-black/cursors/zoom-out differ diff --git a/themes/posy-black/index.theme b/themes/posy-black/index.theme new file mode 100644 index 0000000..8cd98a7 --- /dev/null +++ b/themes/posy-black/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name=Posy Black + diff --git a/themes/posy-white-tiny/cursors/00000000000000020006000e7e9ffc3f b/themes/posy-white-tiny/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..a305d5c --- /dev/null +++ b/themes/posy-white-tiny/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +progress \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/00008160000006810000408080010102 b/themes/posy-white-tiny/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..fb54fee --- /dev/null +++ b/themes/posy-white-tiny/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/03b6e0fcb3499374a867c041f52298f0 b/themes/posy-white-tiny/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..031757c --- /dev/null +++ b/themes/posy-white-tiny/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/themes/posy-white-tiny/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..a305d5c --- /dev/null +++ b/themes/posy-white-tiny/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +progress \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/1081e37283d90000800003c07f3ef6bf b/themes/posy-white-tiny/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/themes/posy-white-tiny/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/3085a0e285430894940527032f8b26df b/themes/posy-white-tiny/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c4ad821 --- /dev/null +++ b/themes/posy-white-tiny/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +alias \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/3ecb610c1bf2410f44200f48c40d3599 b/themes/posy-white-tiny/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..a305d5c --- /dev/null +++ b/themes/posy-white-tiny/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +progress \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/4498f0e0c1937ffe01fd06f973665830 b/themes/posy-white-tiny/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..cbb52c1 --- /dev/null +++ b/themes/posy-white-tiny/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +dnd-move \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/themes/posy-white-tiny/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/themes/posy-white-tiny/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/6407b0e94181790501fd1e167b474872 b/themes/posy-white-tiny/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/themes/posy-white-tiny/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/640fb0e74195791501fd1ed57b41487f b/themes/posy-white-tiny/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c4ad821 --- /dev/null +++ b/themes/posy-white-tiny/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +alias \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/9081237383d90e509aa00f00170e968f b/themes/posy-white-tiny/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..cbb52c1 --- /dev/null +++ b/themes/posy-white-tiny/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +dnd-move \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/9d800788f1b08800ae810202380a0822 b/themes/posy-white-tiny/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..5ba3f42 --- /dev/null +++ b/themes/posy-white-tiny/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +pointer \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/themes/posy-white-tiny/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c4ad821 --- /dev/null +++ b/themes/posy-white-tiny/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +alias \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/alias b/themes/posy-white-tiny/cursors/alias new file mode 100644 index 0000000..1175837 Binary files /dev/null and b/themes/posy-white-tiny/cursors/alias differ diff --git a/themes/posy-white-tiny/cursors/all-scroll b/themes/posy-white-tiny/cursors/all-scroll new file mode 100644 index 0000000..8a3cef0 Binary files /dev/null and b/themes/posy-white-tiny/cursors/all-scroll differ diff --git a/themes/posy-white-tiny/cursors/arrow b/themes/posy-white-tiny/cursors/arrow new file mode 120000 index 0000000..331d858 --- /dev/null +++ b/themes/posy-white-tiny/cursors/arrow @@ -0,0 +1 @@ +default \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/themes/posy-white-tiny/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/themes/posy-white-tiny/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/bottom_left_corner b/themes/posy-white-tiny/cursors/bottom_left_corner new file mode 100644 index 0000000..67053ed Binary files /dev/null and b/themes/posy-white-tiny/cursors/bottom_left_corner differ diff --git a/themes/posy-white-tiny/cursors/bottom_right_corner b/themes/posy-white-tiny/cursors/bottom_right_corner new file mode 100644 index 0000000..59af57f Binary files /dev/null and b/themes/posy-white-tiny/cursors/bottom_right_corner differ diff --git a/themes/posy-white-tiny/cursors/bottom_side b/themes/posy-white-tiny/cursors/bottom_side new file mode 100644 index 0000000..bb65a08 Binary files /dev/null and b/themes/posy-white-tiny/cursors/bottom_side differ diff --git a/themes/posy-white-tiny/cursors/cell b/themes/posy-white-tiny/cursors/cell new file mode 100644 index 0000000..4c3b895 Binary files /dev/null and b/themes/posy-white-tiny/cursors/cell differ diff --git a/themes/posy-white-tiny/cursors/center_ptr b/themes/posy-white-tiny/cursors/center_ptr new file mode 100644 index 0000000..f43be03 Binary files /dev/null and b/themes/posy-white-tiny/cursors/center_ptr differ diff --git a/themes/posy-white-tiny/cursors/circle b/themes/posy-white-tiny/cursors/circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/themes/posy-white-tiny/cursors/circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/closedhand b/themes/posy-white-tiny/cursors/closedhand new file mode 120000 index 0000000..cbb52c1 --- /dev/null +++ b/themes/posy-white-tiny/cursors/closedhand @@ -0,0 +1 @@ +dnd-move \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/col-resize b/themes/posy-white-tiny/cursors/col-resize new file mode 100644 index 0000000..c115826 Binary files /dev/null and b/themes/posy-white-tiny/cursors/col-resize differ diff --git a/themes/posy-white-tiny/cursors/color-picker b/themes/posy-white-tiny/cursors/color-picker new file mode 100644 index 0000000..55140a2 Binary files /dev/null and b/themes/posy-white-tiny/cursors/color-picker differ diff --git a/themes/posy-white-tiny/cursors/context-menu b/themes/posy-white-tiny/cursors/context-menu new file mode 100644 index 0000000..a37debf Binary files /dev/null and b/themes/posy-white-tiny/cursors/context-menu differ diff --git a/themes/posy-white-tiny/cursors/copy b/themes/posy-white-tiny/cursors/copy new file mode 100644 index 0000000..6b06c53 Binary files /dev/null and b/themes/posy-white-tiny/cursors/copy differ diff --git a/themes/posy-white-tiny/cursors/cross b/themes/posy-white-tiny/cursors/cross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/themes/posy-white-tiny/cursors/cross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/crossed_circle b/themes/posy-white-tiny/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/themes/posy-white-tiny/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/crosshair b/themes/posy-white-tiny/cursors/crosshair new file mode 100644 index 0000000..1ba0229 Binary files /dev/null and b/themes/posy-white-tiny/cursors/crosshair differ diff --git a/themes/posy-white-tiny/cursors/d9ce0ab605698f320427677b458ad60b b/themes/posy-white-tiny/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/themes/posy-white-tiny/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/default b/themes/posy-white-tiny/cursors/default new file mode 100644 index 0000000..0589831 Binary files /dev/null and b/themes/posy-white-tiny/cursors/default differ diff --git a/themes/posy-white-tiny/cursors/dnd-copy b/themes/posy-white-tiny/cursors/dnd-copy new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/themes/posy-white-tiny/cursors/dnd-copy @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/dnd-move b/themes/posy-white-tiny/cursors/dnd-move new file mode 100644 index 0000000..bb2f807 Binary files /dev/null and b/themes/posy-white-tiny/cursors/dnd-move differ diff --git a/themes/posy-white-tiny/cursors/dnd-no-drop b/themes/posy-white-tiny/cursors/dnd-no-drop new file mode 100644 index 0000000..e017b09 Binary files /dev/null and b/themes/posy-white-tiny/cursors/dnd-no-drop differ diff --git a/themes/posy-white-tiny/cursors/dnd-none b/themes/posy-white-tiny/cursors/dnd-none new file mode 120000 index 0000000..cbb52c1 --- /dev/null +++ b/themes/posy-white-tiny/cursors/dnd-none @@ -0,0 +1 @@ +dnd-move \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/down-arrow b/themes/posy-white-tiny/cursors/down-arrow new file mode 100644 index 0000000..79d954c Binary files /dev/null and b/themes/posy-white-tiny/cursors/down-arrow differ diff --git a/themes/posy-white-tiny/cursors/draft b/themes/posy-white-tiny/cursors/draft new file mode 100644 index 0000000..d005aad Binary files /dev/null and b/themes/posy-white-tiny/cursors/draft differ diff --git a/themes/posy-white-tiny/cursors/e-resize b/themes/posy-white-tiny/cursors/e-resize new file mode 120000 index 0000000..e0da659 --- /dev/null +++ b/themes/posy-white-tiny/cursors/e-resize @@ -0,0 +1 @@ +size_hor \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/e29285e634086352946a0e7090d73106 b/themes/posy-white-tiny/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..5ba3f42 --- /dev/null +++ b/themes/posy-white-tiny/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +pointer \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/themes/posy-white-tiny/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..cbb52c1 --- /dev/null +++ b/themes/posy-white-tiny/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +dnd-move \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/fleur b/themes/posy-white-tiny/cursors/fleur new file mode 100644 index 0000000..8a3cef0 Binary files /dev/null and b/themes/posy-white-tiny/cursors/fleur differ diff --git a/themes/posy-white-tiny/cursors/forbidden b/themes/posy-white-tiny/cursors/forbidden new file mode 120000 index 0000000..226af18 --- /dev/null +++ b/themes/posy-white-tiny/cursors/forbidden @@ -0,0 +1 @@ +no-drop \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/grab b/themes/posy-white-tiny/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/themes/posy-white-tiny/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/grabbing b/themes/posy-white-tiny/cursors/grabbing new file mode 120000 index 0000000..cbb52c1 --- /dev/null +++ b/themes/posy-white-tiny/cursors/grabbing @@ -0,0 +1 @@ +dnd-move \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/h_double_arrow b/themes/posy-white-tiny/cursors/h_double_arrow new file mode 120000 index 0000000..e0da659 --- /dev/null +++ b/themes/posy-white-tiny/cursors/h_double_arrow @@ -0,0 +1 @@ +size_hor \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/half-busy b/themes/posy-white-tiny/cursors/half-busy new file mode 120000 index 0000000..a305d5c --- /dev/null +++ b/themes/posy-white-tiny/cursors/half-busy @@ -0,0 +1 @@ +progress \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/hand1 b/themes/posy-white-tiny/cursors/hand1 new file mode 120000 index 0000000..5ba3f42 --- /dev/null +++ b/themes/posy-white-tiny/cursors/hand1 @@ -0,0 +1 @@ +pointer \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/hand2 b/themes/posy-white-tiny/cursors/hand2 new file mode 120000 index 0000000..5ba3f42 --- /dev/null +++ b/themes/posy-white-tiny/cursors/hand2 @@ -0,0 +1 @@ +pointer \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/help b/themes/posy-white-tiny/cursors/help new file mode 100644 index 0000000..a2aa391 Binary files /dev/null and b/themes/posy-white-tiny/cursors/help differ diff --git a/themes/posy-white-tiny/cursors/ibeam b/themes/posy-white-tiny/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/themes/posy-white-tiny/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/left-arrow b/themes/posy-white-tiny/cursors/left-arrow new file mode 100644 index 0000000..718e6a5 Binary files /dev/null and b/themes/posy-white-tiny/cursors/left-arrow differ diff --git a/themes/posy-white-tiny/cursors/left_ptr b/themes/posy-white-tiny/cursors/left_ptr new file mode 120000 index 0000000..331d858 --- /dev/null +++ b/themes/posy-white-tiny/cursors/left_ptr @@ -0,0 +1 @@ +default \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/left_ptr_help b/themes/posy-white-tiny/cursors/left_ptr_help new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/themes/posy-white-tiny/cursors/left_ptr_help @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/left_ptr_watch b/themes/posy-white-tiny/cursors/left_ptr_watch new file mode 120000 index 0000000..a305d5c --- /dev/null +++ b/themes/posy-white-tiny/cursors/left_ptr_watch @@ -0,0 +1 @@ +progress \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/left_side b/themes/posy-white-tiny/cursors/left_side new file mode 100644 index 0000000..0682a21 Binary files /dev/null and b/themes/posy-white-tiny/cursors/left_side differ diff --git a/themes/posy-white-tiny/cursors/link b/themes/posy-white-tiny/cursors/link new file mode 120000 index 0000000..c4ad821 --- /dev/null +++ b/themes/posy-white-tiny/cursors/link @@ -0,0 +1 @@ +alias \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/ll_angle b/themes/posy-white-tiny/cursors/ll_angle new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/themes/posy-white-tiny/cursors/ll_angle @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/lr_angle b/themes/posy-white-tiny/cursors/lr_angle new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/themes/posy-white-tiny/cursors/lr_angle @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/move b/themes/posy-white-tiny/cursors/move new file mode 120000 index 0000000..cbb52c1 --- /dev/null +++ b/themes/posy-white-tiny/cursors/move @@ -0,0 +1 @@ +dnd-move \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/n-resize b/themes/posy-white-tiny/cursors/n-resize new file mode 120000 index 0000000..fb54fee --- /dev/null +++ b/themes/posy-white-tiny/cursors/n-resize @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/nesw-resize b/themes/posy-white-tiny/cursors/nesw-resize new file mode 120000 index 0000000..e0935e6 --- /dev/null +++ b/themes/posy-white-tiny/cursors/nesw-resize @@ -0,0 +1 @@ +size_bdiag \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/no-drop b/themes/posy-white-tiny/cursors/no-drop new file mode 100644 index 0000000..bca0a10 Binary files /dev/null and b/themes/posy-white-tiny/cursors/no-drop differ diff --git a/themes/posy-white-tiny/cursors/not-allowed b/themes/posy-white-tiny/cursors/not-allowed new file mode 100644 index 0000000..2011705 Binary files /dev/null and b/themes/posy-white-tiny/cursors/not-allowed differ diff --git a/themes/posy-white-tiny/cursors/nwse-resize b/themes/posy-white-tiny/cursors/nwse-resize new file mode 120000 index 0000000..913bbc3 --- /dev/null +++ b/themes/posy-white-tiny/cursors/nwse-resize @@ -0,0 +1 @@ +size_fdiag \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/openhand b/themes/posy-white-tiny/cursors/openhand new file mode 100644 index 0000000..ab106d7 Binary files /dev/null and b/themes/posy-white-tiny/cursors/openhand differ diff --git a/themes/posy-white-tiny/cursors/pencil b/themes/posy-white-tiny/cursors/pencil new file mode 100644 index 0000000..d005aad Binary files /dev/null and b/themes/posy-white-tiny/cursors/pencil differ diff --git a/themes/posy-white-tiny/cursors/pirate b/themes/posy-white-tiny/cursors/pirate new file mode 100644 index 0000000..457944d Binary files /dev/null and b/themes/posy-white-tiny/cursors/pirate differ diff --git a/themes/posy-white-tiny/cursors/plus b/themes/posy-white-tiny/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/themes/posy-white-tiny/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/pointer b/themes/posy-white-tiny/cursors/pointer new file mode 100644 index 0000000..de99a96 Binary files /dev/null and b/themes/posy-white-tiny/cursors/pointer differ diff --git a/themes/posy-white-tiny/cursors/pointing_hand b/themes/posy-white-tiny/cursors/pointing_hand new file mode 120000 index 0000000..5ba3f42 --- /dev/null +++ b/themes/posy-white-tiny/cursors/pointing_hand @@ -0,0 +1 @@ +pointer \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/progress b/themes/posy-white-tiny/cursors/progress new file mode 100644 index 0000000..e98aff3 Binary files /dev/null and b/themes/posy-white-tiny/cursors/progress differ diff --git a/themes/posy-white-tiny/cursors/question_arrow b/themes/posy-white-tiny/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/themes/posy-white-tiny/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/right-arrow b/themes/posy-white-tiny/cursors/right-arrow new file mode 100644 index 0000000..32c5589 Binary files /dev/null and b/themes/posy-white-tiny/cursors/right-arrow differ diff --git a/themes/posy-white-tiny/cursors/right_ptr b/themes/posy-white-tiny/cursors/right_ptr new file mode 100644 index 0000000..c2b4102 Binary files /dev/null and b/themes/posy-white-tiny/cursors/right_ptr differ diff --git a/themes/posy-white-tiny/cursors/right_side b/themes/posy-white-tiny/cursors/right_side new file mode 100644 index 0000000..eb9d30a Binary files /dev/null and b/themes/posy-white-tiny/cursors/right_side differ diff --git a/themes/posy-white-tiny/cursors/row-resize b/themes/posy-white-tiny/cursors/row-resize new file mode 100644 index 0000000..54a5951 Binary files /dev/null and b/themes/posy-white-tiny/cursors/row-resize differ diff --git a/themes/posy-white-tiny/cursors/s-resize b/themes/posy-white-tiny/cursors/s-resize new file mode 120000 index 0000000..fb54fee --- /dev/null +++ b/themes/posy-white-tiny/cursors/s-resize @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/sb_h_double_arrow b/themes/posy-white-tiny/cursors/sb_h_double_arrow new file mode 120000 index 0000000..e0da659 --- /dev/null +++ b/themes/posy-white-tiny/cursors/sb_h_double_arrow @@ -0,0 +1 @@ +size_hor \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/sb_v_double_arrow b/themes/posy-white-tiny/cursors/sb_v_double_arrow new file mode 120000 index 0000000..fb54fee --- /dev/null +++ b/themes/posy-white-tiny/cursors/sb_v_double_arrow @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/size_all b/themes/posy-white-tiny/cursors/size_all new file mode 120000 index 0000000..147f744 --- /dev/null +++ b/themes/posy-white-tiny/cursors/size_all @@ -0,0 +1 @@ +fleur \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/size_bdiag b/themes/posy-white-tiny/cursors/size_bdiag new file mode 100644 index 0000000..5034e0a Binary files /dev/null and b/themes/posy-white-tiny/cursors/size_bdiag differ diff --git a/themes/posy-white-tiny/cursors/size_fdiag b/themes/posy-white-tiny/cursors/size_fdiag new file mode 100644 index 0000000..73bfe3a Binary files /dev/null and b/themes/posy-white-tiny/cursors/size_fdiag differ diff --git a/themes/posy-white-tiny/cursors/size_hor b/themes/posy-white-tiny/cursors/size_hor new file mode 100644 index 0000000..0924b84 Binary files /dev/null and b/themes/posy-white-tiny/cursors/size_hor differ diff --git a/themes/posy-white-tiny/cursors/size_ver b/themes/posy-white-tiny/cursors/size_ver new file mode 100644 index 0000000..77e79ac Binary files /dev/null and b/themes/posy-white-tiny/cursors/size_ver differ diff --git a/themes/posy-white-tiny/cursors/split_h b/themes/posy-white-tiny/cursors/split_h new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/themes/posy-white-tiny/cursors/split_h @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/split_v b/themes/posy-white-tiny/cursors/split_v new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/themes/posy-white-tiny/cursors/split_v @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/tcross b/themes/posy-white-tiny/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/themes/posy-white-tiny/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/text b/themes/posy-white-tiny/cursors/text new file mode 100644 index 0000000..830fbb9 Binary files /dev/null and b/themes/posy-white-tiny/cursors/text differ diff --git a/themes/posy-white-tiny/cursors/top_left_corner b/themes/posy-white-tiny/cursors/top_left_corner new file mode 100644 index 0000000..a726414 Binary files /dev/null and b/themes/posy-white-tiny/cursors/top_left_corner differ diff --git a/themes/posy-white-tiny/cursors/top_right_corner b/themes/posy-white-tiny/cursors/top_right_corner new file mode 100644 index 0000000..4bf5744 Binary files /dev/null and b/themes/posy-white-tiny/cursors/top_right_corner differ diff --git a/themes/posy-white-tiny/cursors/top_side b/themes/posy-white-tiny/cursors/top_side new file mode 100644 index 0000000..8c5b04c Binary files /dev/null and b/themes/posy-white-tiny/cursors/top_side differ diff --git a/themes/posy-white-tiny/cursors/ul_angle b/themes/posy-white-tiny/cursors/ul_angle new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/themes/posy-white-tiny/cursors/ul_angle @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/up-arrow b/themes/posy-white-tiny/cursors/up-arrow new file mode 100644 index 0000000..43dadfb Binary files /dev/null and b/themes/posy-white-tiny/cursors/up-arrow differ diff --git a/themes/posy-white-tiny/cursors/ur_angle b/themes/posy-white-tiny/cursors/ur_angle new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/themes/posy-white-tiny/cursors/ur_angle @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/v_double_arrow b/themes/posy-white-tiny/cursors/v_double_arrow new file mode 120000 index 0000000..fb54fee --- /dev/null +++ b/themes/posy-white-tiny/cursors/v_double_arrow @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/vertical-text b/themes/posy-white-tiny/cursors/vertical-text new file mode 100644 index 0000000..7b4c4f0 Binary files /dev/null and b/themes/posy-white-tiny/cursors/vertical-text differ diff --git a/themes/posy-white-tiny/cursors/w-resize b/themes/posy-white-tiny/cursors/w-resize new file mode 120000 index 0000000..e0da659 --- /dev/null +++ b/themes/posy-white-tiny/cursors/w-resize @@ -0,0 +1 @@ +size_hor \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/wait b/themes/posy-white-tiny/cursors/wait new file mode 100644 index 0000000..55d481a Binary files /dev/null and b/themes/posy-white-tiny/cursors/wait differ diff --git a/themes/posy-white-tiny/cursors/watch b/themes/posy-white-tiny/cursors/watch new file mode 120000 index 0000000..fd80437 --- /dev/null +++ b/themes/posy-white-tiny/cursors/watch @@ -0,0 +1 @@ +wait \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/wayland-cursor b/themes/posy-white-tiny/cursors/wayland-cursor new file mode 100644 index 0000000..e9d1f76 Binary files /dev/null and b/themes/posy-white-tiny/cursors/wayland-cursor differ diff --git a/themes/posy-white-tiny/cursors/whats_this b/themes/posy-white-tiny/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/themes/posy-white-tiny/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/x-cursor b/themes/posy-white-tiny/cursors/x-cursor new file mode 100644 index 0000000..858f26f Binary files /dev/null and b/themes/posy-white-tiny/cursors/x-cursor differ diff --git a/themes/posy-white-tiny/cursors/xterm b/themes/posy-white-tiny/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/themes/posy-white-tiny/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/themes/posy-white-tiny/cursors/zoom-in b/themes/posy-white-tiny/cursors/zoom-in new file mode 100644 index 0000000..515ac3a Binary files /dev/null and b/themes/posy-white-tiny/cursors/zoom-in differ diff --git a/themes/posy-white-tiny/cursors/zoom-out b/themes/posy-white-tiny/cursors/zoom-out new file mode 100644 index 0000000..f68e5de Binary files /dev/null and b/themes/posy-white-tiny/cursors/zoom-out differ diff --git a/themes/posy-white-tiny/index.theme b/themes/posy-white-tiny/index.theme new file mode 100644 index 0000000..e025803 --- /dev/null +++ b/themes/posy-white-tiny/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name=Posy White Tiny + diff --git a/themes/posy-white/cursors/00000000000000020006000e7e9ffc3f b/themes/posy-white/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 0000000..a305d5c --- /dev/null +++ b/themes/posy-white/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +progress \ No newline at end of file diff --git a/themes/posy-white/cursors/00008160000006810000408080010102 b/themes/posy-white/cursors/00008160000006810000408080010102 new file mode 120000 index 0000000..fb54fee --- /dev/null +++ b/themes/posy-white/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/themes/posy-white/cursors/03b6e0fcb3499374a867c041f52298f0 b/themes/posy-white/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 0000000..031757c --- /dev/null +++ b/themes/posy-white/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/themes/posy-white/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/themes/posy-white/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 0000000..a305d5c --- /dev/null +++ b/themes/posy-white/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +progress \ No newline at end of file diff --git a/themes/posy-white/cursors/1081e37283d90000800003c07f3ef6bf b/themes/posy-white/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/themes/posy-white/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/themes/posy-white/cursors/3085a0e285430894940527032f8b26df b/themes/posy-white/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 0000000..c4ad821 --- /dev/null +++ b/themes/posy-white/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +alias \ No newline at end of file diff --git a/themes/posy-white/cursors/3ecb610c1bf2410f44200f48c40d3599 b/themes/posy-white/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 0000000..a305d5c --- /dev/null +++ b/themes/posy-white/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +progress \ No newline at end of file diff --git a/themes/posy-white/cursors/4498f0e0c1937ffe01fd06f973665830 b/themes/posy-white/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 0000000..cbb52c1 --- /dev/null +++ b/themes/posy-white/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +dnd-move \ No newline at end of file diff --git a/themes/posy-white/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/themes/posy-white/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/themes/posy-white/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/themes/posy-white/cursors/6407b0e94181790501fd1e167b474872 b/themes/posy-white/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/themes/posy-white/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/themes/posy-white/cursors/640fb0e74195791501fd1ed57b41487f b/themes/posy-white/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 0000000..c4ad821 --- /dev/null +++ b/themes/posy-white/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +alias \ No newline at end of file diff --git a/themes/posy-white/cursors/9081237383d90e509aa00f00170e968f b/themes/posy-white/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 0000000..cbb52c1 --- /dev/null +++ b/themes/posy-white/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +dnd-move \ No newline at end of file diff --git a/themes/posy-white/cursors/9d800788f1b08800ae810202380a0822 b/themes/posy-white/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 0000000..5ba3f42 --- /dev/null +++ b/themes/posy-white/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +pointer \ No newline at end of file diff --git a/themes/posy-white/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/themes/posy-white/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 0000000..c4ad821 --- /dev/null +++ b/themes/posy-white/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +alias \ No newline at end of file diff --git a/themes/posy-white/cursors/alias b/themes/posy-white/cursors/alias new file mode 100644 index 0000000..1175837 Binary files /dev/null and b/themes/posy-white/cursors/alias differ diff --git a/themes/posy-white/cursors/all-scroll b/themes/posy-white/cursors/all-scroll new file mode 100644 index 0000000..8a3cef0 Binary files /dev/null and b/themes/posy-white/cursors/all-scroll differ diff --git a/themes/posy-white/cursors/arrow b/themes/posy-white/cursors/arrow new file mode 120000 index 0000000..331d858 --- /dev/null +++ b/themes/posy-white/cursors/arrow @@ -0,0 +1 @@ +default \ No newline at end of file diff --git a/themes/posy-white/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/themes/posy-white/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/themes/posy-white/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/themes/posy-white/cursors/bottom_left_corner b/themes/posy-white/cursors/bottom_left_corner new file mode 100644 index 0000000..67053ed Binary files /dev/null and b/themes/posy-white/cursors/bottom_left_corner differ diff --git a/themes/posy-white/cursors/bottom_right_corner b/themes/posy-white/cursors/bottom_right_corner new file mode 100644 index 0000000..59af57f Binary files /dev/null and b/themes/posy-white/cursors/bottom_right_corner differ diff --git a/themes/posy-white/cursors/bottom_side b/themes/posy-white/cursors/bottom_side new file mode 100644 index 0000000..bb65a08 Binary files /dev/null and b/themes/posy-white/cursors/bottom_side differ diff --git a/themes/posy-white/cursors/cell b/themes/posy-white/cursors/cell new file mode 100644 index 0000000..4c3b895 Binary files /dev/null and b/themes/posy-white/cursors/cell differ diff --git a/themes/posy-white/cursors/center_ptr b/themes/posy-white/cursors/center_ptr new file mode 100644 index 0000000..9c64937 Binary files /dev/null and b/themes/posy-white/cursors/center_ptr differ diff --git a/themes/posy-white/cursors/circle b/themes/posy-white/cursors/circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/themes/posy-white/cursors/circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/themes/posy-white/cursors/closedhand b/themes/posy-white/cursors/closedhand new file mode 120000 index 0000000..cbb52c1 --- /dev/null +++ b/themes/posy-white/cursors/closedhand @@ -0,0 +1 @@ +dnd-move \ No newline at end of file diff --git a/themes/posy-white/cursors/col-resize b/themes/posy-white/cursors/col-resize new file mode 100644 index 0000000..c115826 Binary files /dev/null and b/themes/posy-white/cursors/col-resize differ diff --git a/themes/posy-white/cursors/color-picker b/themes/posy-white/cursors/color-picker new file mode 100644 index 0000000..55140a2 Binary files /dev/null and b/themes/posy-white/cursors/color-picker differ diff --git a/themes/posy-white/cursors/context-menu b/themes/posy-white/cursors/context-menu new file mode 100644 index 0000000..33e486e Binary files /dev/null and b/themes/posy-white/cursors/context-menu differ diff --git a/themes/posy-white/cursors/copy b/themes/posy-white/cursors/copy new file mode 100644 index 0000000..6b06c53 Binary files /dev/null and b/themes/posy-white/cursors/copy differ diff --git a/themes/posy-white/cursors/cross b/themes/posy-white/cursors/cross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/themes/posy-white/cursors/cross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/themes/posy-white/cursors/crossed_circle b/themes/posy-white/cursors/crossed_circle new file mode 120000 index 0000000..23bfed6 --- /dev/null +++ b/themes/posy-white/cursors/crossed_circle @@ -0,0 +1 @@ +not-allowed \ No newline at end of file diff --git a/themes/posy-white/cursors/crosshair b/themes/posy-white/cursors/crosshair new file mode 100644 index 0000000..1ba0229 Binary files /dev/null and b/themes/posy-white/cursors/crosshair differ diff --git a/themes/posy-white/cursors/d9ce0ab605698f320427677b458ad60b b/themes/posy-white/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/themes/posy-white/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/themes/posy-white/cursors/default b/themes/posy-white/cursors/default new file mode 100644 index 0000000..809cb7e Binary files /dev/null and b/themes/posy-white/cursors/default differ diff --git a/themes/posy-white/cursors/dnd-copy b/themes/posy-white/cursors/dnd-copy new file mode 120000 index 0000000..88740b2 --- /dev/null +++ b/themes/posy-white/cursors/dnd-copy @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/themes/posy-white/cursors/dnd-move b/themes/posy-white/cursors/dnd-move new file mode 100644 index 0000000..bb2f807 Binary files /dev/null and b/themes/posy-white/cursors/dnd-move differ diff --git a/themes/posy-white/cursors/dnd-no-drop b/themes/posy-white/cursors/dnd-no-drop new file mode 100644 index 0000000..e017b09 Binary files /dev/null and b/themes/posy-white/cursors/dnd-no-drop differ diff --git a/themes/posy-white/cursors/dnd-none b/themes/posy-white/cursors/dnd-none new file mode 120000 index 0000000..cbb52c1 --- /dev/null +++ b/themes/posy-white/cursors/dnd-none @@ -0,0 +1 @@ +dnd-move \ No newline at end of file diff --git a/themes/posy-white/cursors/down-arrow b/themes/posy-white/cursors/down-arrow new file mode 100644 index 0000000..79d954c Binary files /dev/null and b/themes/posy-white/cursors/down-arrow differ diff --git a/themes/posy-white/cursors/draft b/themes/posy-white/cursors/draft new file mode 100644 index 0000000..d005aad Binary files /dev/null and b/themes/posy-white/cursors/draft differ diff --git a/themes/posy-white/cursors/e-resize b/themes/posy-white/cursors/e-resize new file mode 120000 index 0000000..e0da659 --- /dev/null +++ b/themes/posy-white/cursors/e-resize @@ -0,0 +1 @@ +size_hor \ No newline at end of file diff --git a/themes/posy-white/cursors/e29285e634086352946a0e7090d73106 b/themes/posy-white/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 0000000..5ba3f42 --- /dev/null +++ b/themes/posy-white/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +pointer \ No newline at end of file diff --git a/themes/posy-white/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/themes/posy-white/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 0000000..cbb52c1 --- /dev/null +++ b/themes/posy-white/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +dnd-move \ No newline at end of file diff --git a/themes/posy-white/cursors/fleur b/themes/posy-white/cursors/fleur new file mode 100644 index 0000000..8a3cef0 Binary files /dev/null and b/themes/posy-white/cursors/fleur differ diff --git a/themes/posy-white/cursors/forbidden b/themes/posy-white/cursors/forbidden new file mode 120000 index 0000000..226af18 --- /dev/null +++ b/themes/posy-white/cursors/forbidden @@ -0,0 +1 @@ +no-drop \ No newline at end of file diff --git a/themes/posy-white/cursors/grab b/themes/posy-white/cursors/grab new file mode 120000 index 0000000..0834bff --- /dev/null +++ b/themes/posy-white/cursors/grab @@ -0,0 +1 @@ +openhand \ No newline at end of file diff --git a/themes/posy-white/cursors/grabbing b/themes/posy-white/cursors/grabbing new file mode 120000 index 0000000..cbb52c1 --- /dev/null +++ b/themes/posy-white/cursors/grabbing @@ -0,0 +1 @@ +dnd-move \ No newline at end of file diff --git a/themes/posy-white/cursors/h_double_arrow b/themes/posy-white/cursors/h_double_arrow new file mode 120000 index 0000000..e0da659 --- /dev/null +++ b/themes/posy-white/cursors/h_double_arrow @@ -0,0 +1 @@ +size_hor \ No newline at end of file diff --git a/themes/posy-white/cursors/half-busy b/themes/posy-white/cursors/half-busy new file mode 120000 index 0000000..a305d5c --- /dev/null +++ b/themes/posy-white/cursors/half-busy @@ -0,0 +1 @@ +progress \ No newline at end of file diff --git a/themes/posy-white/cursors/hand1 b/themes/posy-white/cursors/hand1 new file mode 120000 index 0000000..5ba3f42 --- /dev/null +++ b/themes/posy-white/cursors/hand1 @@ -0,0 +1 @@ +pointer \ No newline at end of file diff --git a/themes/posy-white/cursors/hand2 b/themes/posy-white/cursors/hand2 new file mode 120000 index 0000000..5ba3f42 --- /dev/null +++ b/themes/posy-white/cursors/hand2 @@ -0,0 +1 @@ +pointer \ No newline at end of file diff --git a/themes/posy-white/cursors/help b/themes/posy-white/cursors/help new file mode 100644 index 0000000..a2aa391 Binary files /dev/null and b/themes/posy-white/cursors/help differ diff --git a/themes/posy-white/cursors/ibeam b/themes/posy-white/cursors/ibeam new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/themes/posy-white/cursors/ibeam @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/themes/posy-white/cursors/left-arrow b/themes/posy-white/cursors/left-arrow new file mode 100644 index 0000000..718e6a5 Binary files /dev/null and b/themes/posy-white/cursors/left-arrow differ diff --git a/themes/posy-white/cursors/left_ptr b/themes/posy-white/cursors/left_ptr new file mode 120000 index 0000000..331d858 --- /dev/null +++ b/themes/posy-white/cursors/left_ptr @@ -0,0 +1 @@ +default \ No newline at end of file diff --git a/themes/posy-white/cursors/left_ptr_help b/themes/posy-white/cursors/left_ptr_help new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/themes/posy-white/cursors/left_ptr_help @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/themes/posy-white/cursors/left_ptr_watch b/themes/posy-white/cursors/left_ptr_watch new file mode 120000 index 0000000..a305d5c --- /dev/null +++ b/themes/posy-white/cursors/left_ptr_watch @@ -0,0 +1 @@ +progress \ No newline at end of file diff --git a/themes/posy-white/cursors/left_side b/themes/posy-white/cursors/left_side new file mode 100644 index 0000000..0682a21 Binary files /dev/null and b/themes/posy-white/cursors/left_side differ diff --git a/themes/posy-white/cursors/link b/themes/posy-white/cursors/link new file mode 120000 index 0000000..c4ad821 --- /dev/null +++ b/themes/posy-white/cursors/link @@ -0,0 +1 @@ +alias \ No newline at end of file diff --git a/themes/posy-white/cursors/ll_angle b/themes/posy-white/cursors/ll_angle new file mode 120000 index 0000000..aab13ad --- /dev/null +++ b/themes/posy-white/cursors/ll_angle @@ -0,0 +1 @@ +bottom_left_corner \ No newline at end of file diff --git a/themes/posy-white/cursors/lr_angle b/themes/posy-white/cursors/lr_angle new file mode 120000 index 0000000..9a02514 --- /dev/null +++ b/themes/posy-white/cursors/lr_angle @@ -0,0 +1 @@ +bottom_right_corner \ No newline at end of file diff --git a/themes/posy-white/cursors/move b/themes/posy-white/cursors/move new file mode 120000 index 0000000..cbb52c1 --- /dev/null +++ b/themes/posy-white/cursors/move @@ -0,0 +1 @@ +dnd-move \ No newline at end of file diff --git a/themes/posy-white/cursors/n-resize b/themes/posy-white/cursors/n-resize new file mode 120000 index 0000000..fb54fee --- /dev/null +++ b/themes/posy-white/cursors/n-resize @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/themes/posy-white/cursors/nesw-resize b/themes/posy-white/cursors/nesw-resize new file mode 120000 index 0000000..e0935e6 --- /dev/null +++ b/themes/posy-white/cursors/nesw-resize @@ -0,0 +1 @@ +size_bdiag \ No newline at end of file diff --git a/themes/posy-white/cursors/no-drop b/themes/posy-white/cursors/no-drop new file mode 100644 index 0000000..bca0a10 Binary files /dev/null and b/themes/posy-white/cursors/no-drop differ diff --git a/themes/posy-white/cursors/not-allowed b/themes/posy-white/cursors/not-allowed new file mode 100644 index 0000000..2011705 Binary files /dev/null and b/themes/posy-white/cursors/not-allowed differ diff --git a/themes/posy-white/cursors/nwse-resize b/themes/posy-white/cursors/nwse-resize new file mode 120000 index 0000000..913bbc3 --- /dev/null +++ b/themes/posy-white/cursors/nwse-resize @@ -0,0 +1 @@ +size_fdiag \ No newline at end of file diff --git a/themes/posy-white/cursors/openhand b/themes/posy-white/cursors/openhand new file mode 100644 index 0000000..ab106d7 Binary files /dev/null and b/themes/posy-white/cursors/openhand differ diff --git a/themes/posy-white/cursors/pencil b/themes/posy-white/cursors/pencil new file mode 100644 index 0000000..d005aad Binary files /dev/null and b/themes/posy-white/cursors/pencil differ diff --git a/themes/posy-white/cursors/pirate b/themes/posy-white/cursors/pirate new file mode 100644 index 0000000..457944d Binary files /dev/null and b/themes/posy-white/cursors/pirate differ diff --git a/themes/posy-white/cursors/plus b/themes/posy-white/cursors/plus new file mode 120000 index 0000000..d1b147b --- /dev/null +++ b/themes/posy-white/cursors/plus @@ -0,0 +1 @@ +cell \ No newline at end of file diff --git a/themes/posy-white/cursors/pointer b/themes/posy-white/cursors/pointer new file mode 100644 index 0000000..de99a96 Binary files /dev/null and b/themes/posy-white/cursors/pointer differ diff --git a/themes/posy-white/cursors/pointing_hand b/themes/posy-white/cursors/pointing_hand new file mode 120000 index 0000000..5ba3f42 --- /dev/null +++ b/themes/posy-white/cursors/pointing_hand @@ -0,0 +1 @@ +pointer \ No newline at end of file diff --git a/themes/posy-white/cursors/progress b/themes/posy-white/cursors/progress new file mode 100644 index 0000000..e98aff3 Binary files /dev/null and b/themes/posy-white/cursors/progress differ diff --git a/themes/posy-white/cursors/question_arrow b/themes/posy-white/cursors/question_arrow new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/themes/posy-white/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/themes/posy-white/cursors/right-arrow b/themes/posy-white/cursors/right-arrow new file mode 100644 index 0000000..32c5589 Binary files /dev/null and b/themes/posy-white/cursors/right-arrow differ diff --git a/themes/posy-white/cursors/right_ptr b/themes/posy-white/cursors/right_ptr new file mode 100644 index 0000000..c2b4102 Binary files /dev/null and b/themes/posy-white/cursors/right_ptr differ diff --git a/themes/posy-white/cursors/right_side b/themes/posy-white/cursors/right_side new file mode 100644 index 0000000..eb9d30a Binary files /dev/null and b/themes/posy-white/cursors/right_side differ diff --git a/themes/posy-white/cursors/row-resize b/themes/posy-white/cursors/row-resize new file mode 100644 index 0000000..54a5951 Binary files /dev/null and b/themes/posy-white/cursors/row-resize differ diff --git a/themes/posy-white/cursors/s-resize b/themes/posy-white/cursors/s-resize new file mode 120000 index 0000000..fb54fee --- /dev/null +++ b/themes/posy-white/cursors/s-resize @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/themes/posy-white/cursors/sb_h_double_arrow b/themes/posy-white/cursors/sb_h_double_arrow new file mode 120000 index 0000000..e0da659 --- /dev/null +++ b/themes/posy-white/cursors/sb_h_double_arrow @@ -0,0 +1 @@ +size_hor \ No newline at end of file diff --git a/themes/posy-white/cursors/sb_v_double_arrow b/themes/posy-white/cursors/sb_v_double_arrow new file mode 120000 index 0000000..fb54fee --- /dev/null +++ b/themes/posy-white/cursors/sb_v_double_arrow @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/themes/posy-white/cursors/size_all b/themes/posy-white/cursors/size_all new file mode 120000 index 0000000..147f744 --- /dev/null +++ b/themes/posy-white/cursors/size_all @@ -0,0 +1 @@ +fleur \ No newline at end of file diff --git a/themes/posy-white/cursors/size_bdiag b/themes/posy-white/cursors/size_bdiag new file mode 100644 index 0000000..5034e0a Binary files /dev/null and b/themes/posy-white/cursors/size_bdiag differ diff --git a/themes/posy-white/cursors/size_fdiag b/themes/posy-white/cursors/size_fdiag new file mode 100644 index 0000000..73bfe3a Binary files /dev/null and b/themes/posy-white/cursors/size_fdiag differ diff --git a/themes/posy-white/cursors/size_hor b/themes/posy-white/cursors/size_hor new file mode 100644 index 0000000..0924b84 Binary files /dev/null and b/themes/posy-white/cursors/size_hor differ diff --git a/themes/posy-white/cursors/size_ver b/themes/posy-white/cursors/size_ver new file mode 100644 index 0000000..77e79ac Binary files /dev/null and b/themes/posy-white/cursors/size_ver differ diff --git a/themes/posy-white/cursors/split_h b/themes/posy-white/cursors/split_h new file mode 120000 index 0000000..3ce0e22 --- /dev/null +++ b/themes/posy-white/cursors/split_h @@ -0,0 +1 @@ +col-resize \ No newline at end of file diff --git a/themes/posy-white/cursors/split_v b/themes/posy-white/cursors/split_v new file mode 120000 index 0000000..93d9c89 --- /dev/null +++ b/themes/posy-white/cursors/split_v @@ -0,0 +1 @@ +row-resize \ No newline at end of file diff --git a/themes/posy-white/cursors/tcross b/themes/posy-white/cursors/tcross new file mode 120000 index 0000000..67580a7 --- /dev/null +++ b/themes/posy-white/cursors/tcross @@ -0,0 +1 @@ +crosshair \ No newline at end of file diff --git a/themes/posy-white/cursors/text b/themes/posy-white/cursors/text new file mode 100644 index 0000000..830fbb9 Binary files /dev/null and b/themes/posy-white/cursors/text differ diff --git a/themes/posy-white/cursors/top_left_corner b/themes/posy-white/cursors/top_left_corner new file mode 100644 index 0000000..a726414 Binary files /dev/null and b/themes/posy-white/cursors/top_left_corner differ diff --git a/themes/posy-white/cursors/top_right_corner b/themes/posy-white/cursors/top_right_corner new file mode 100644 index 0000000..4bf5744 Binary files /dev/null and b/themes/posy-white/cursors/top_right_corner differ diff --git a/themes/posy-white/cursors/top_side b/themes/posy-white/cursors/top_side new file mode 100644 index 0000000..8c5b04c Binary files /dev/null and b/themes/posy-white/cursors/top_side differ diff --git a/themes/posy-white/cursors/ul_angle b/themes/posy-white/cursors/ul_angle new file mode 120000 index 0000000..be1ee95 --- /dev/null +++ b/themes/posy-white/cursors/ul_angle @@ -0,0 +1 @@ +top_left_corner \ No newline at end of file diff --git a/themes/posy-white/cursors/up-arrow b/themes/posy-white/cursors/up-arrow new file mode 100644 index 0000000..43dadfb Binary files /dev/null and b/themes/posy-white/cursors/up-arrow differ diff --git a/themes/posy-white/cursors/ur_angle b/themes/posy-white/cursors/ur_angle new file mode 120000 index 0000000..19274a2 --- /dev/null +++ b/themes/posy-white/cursors/ur_angle @@ -0,0 +1 @@ +top_right_corner \ No newline at end of file diff --git a/themes/posy-white/cursors/v_double_arrow b/themes/posy-white/cursors/v_double_arrow new file mode 120000 index 0000000..fb54fee --- /dev/null +++ b/themes/posy-white/cursors/v_double_arrow @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/themes/posy-white/cursors/vertical-text b/themes/posy-white/cursors/vertical-text new file mode 100644 index 0000000..7b4c4f0 Binary files /dev/null and b/themes/posy-white/cursors/vertical-text differ diff --git a/themes/posy-white/cursors/w-resize b/themes/posy-white/cursors/w-resize new file mode 120000 index 0000000..e0da659 --- /dev/null +++ b/themes/posy-white/cursors/w-resize @@ -0,0 +1 @@ +size_hor \ No newline at end of file diff --git a/themes/posy-white/cursors/wait b/themes/posy-white/cursors/wait new file mode 100644 index 0000000..55d481a Binary files /dev/null and b/themes/posy-white/cursors/wait differ diff --git a/themes/posy-white/cursors/watch b/themes/posy-white/cursors/watch new file mode 120000 index 0000000..fd80437 --- /dev/null +++ b/themes/posy-white/cursors/watch @@ -0,0 +1 @@ +wait \ No newline at end of file diff --git a/themes/posy-white/cursors/wayland-cursor b/themes/posy-white/cursors/wayland-cursor new file mode 100644 index 0000000..e9d1f76 Binary files /dev/null and b/themes/posy-white/cursors/wayland-cursor differ diff --git a/themes/posy-white/cursors/whats_this b/themes/posy-white/cursors/whats_this new file mode 120000 index 0000000..4cea3ac --- /dev/null +++ b/themes/posy-white/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/themes/posy-white/cursors/x-cursor b/themes/posy-white/cursors/x-cursor new file mode 100644 index 0000000..858f26f Binary files /dev/null and b/themes/posy-white/cursors/x-cursor differ diff --git a/themes/posy-white/cursors/xterm b/themes/posy-white/cursors/xterm new file mode 120000 index 0000000..f3a3485 --- /dev/null +++ b/themes/posy-white/cursors/xterm @@ -0,0 +1 @@ +text \ No newline at end of file diff --git a/themes/posy-white/cursors/zoom-in b/themes/posy-white/cursors/zoom-in new file mode 100644 index 0000000..515ac3a Binary files /dev/null and b/themes/posy-white/cursors/zoom-in differ diff --git a/themes/posy-white/cursors/zoom-out b/themes/posy-white/cursors/zoom-out new file mode 100644 index 0000000..f68e5de Binary files /dev/null and b/themes/posy-white/cursors/zoom-out differ diff --git a/themes/posy-white/index.theme b/themes/posy-white/index.theme new file mode 100644 index 0000000..3d0973e --- /dev/null +++ b/themes/posy-white/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name=Posy White +