├── .gitignore ├── LICENSE ├── README.md ├── hyprcursor_themes ├── black │ ├── hyprcursors │ │ ├── DnD_alias │ │ │ ├── alias.svg │ │ │ └── meta.hl │ │ ├── DnD_copy │ │ │ ├── copy.svg │ │ │ └── meta.hl │ │ ├── DnD_nodrop │ │ │ ├── meta.hl │ │ │ └── no-drop.svg │ │ ├── beam │ │ │ ├── beam.svg │ │ │ └── meta.hl │ │ ├── col_resize │ │ │ ├── col-resize.svg │ │ │ └── meta.hl │ │ ├── context_menu │ │ │ ├── context-menu.svg │ │ │ └── meta.hl │ │ ├── default │ │ │ ├── default.svg │ │ │ └── meta.hl │ │ ├── forbidden │ │ │ ├── forbidden.svg │ │ │ └── meta.hl │ │ ├── hand │ │ │ ├── hand.svg │ │ │ └── meta.hl │ │ ├── help │ │ │ ├── help.svg │ │ │ └── meta.hl │ │ ├── move │ │ │ ├── meta.hl │ │ │ └── move.svg │ │ ├── pen │ │ │ ├── meta.hl │ │ │ └── pen.svg │ │ ├── precision │ │ │ ├── meta.hl │ │ │ └── precision.svg │ │ ├── progress │ │ │ ├── meta.hl │ │ │ ├── progress-01.svg │ │ │ ├── progress-02.svg │ │ │ ├── progress-03.svg │ │ │ ├── progress-04.svg │ │ │ ├── progress-05.svg │ │ │ ├── progress-06.svg │ │ │ ├── progress-07.svg │ │ │ ├── progress-08.svg │ │ │ ├── progress-09.svg │ │ │ ├── progress-10.svg │ │ │ ├── progress-11.svg │ │ │ ├── progress-12.svg │ │ │ ├── progress-13.svg │ │ │ ├── progress-14.svg │ │ │ ├── progress-15.svg │ │ │ ├── progress-16.svg │ │ │ ├── progress-17.svg │ │ │ ├── progress-18.svg │ │ │ ├── progress-19.svg │ │ │ ├── progress-20.svg │ │ │ ├── progress-21.svg │ │ │ ├── progress-22.svg │ │ │ ├── progress-23.svg │ │ │ ├── progress-24.svg │ │ │ ├── progress-25.svg │ │ │ ├── progress-26.svg │ │ │ ├── progress-27.svg │ │ │ ├── progress-28.svg │ │ │ ├── progress-29.svg │ │ │ ├── progress-30.svg │ │ │ ├── progress-31.svg │ │ │ ├── progress-32.svg │ │ │ ├── progress-33.svg │ │ │ ├── progress-34.svg │ │ │ ├── progress-35.svg │ │ │ ├── progress-36.svg │ │ │ ├── progress-37.svg │ │ │ ├── progress-38.svg │ │ │ ├── progress-39.svg │ │ │ ├── progress-40.svg │ │ │ ├── progress-41.svg │ │ │ ├── progress-42.svg │ │ │ ├── progress-43.svg │ │ │ ├── progress-44.svg │ │ │ ├── progress-45.svg │ │ │ ├── progress-46.svg │ │ │ ├── progress-47.svg │ │ │ ├── progress-48.svg │ │ │ ├── progress-49.svg │ │ │ ├── progress-50.svg │ │ │ ├── progress-51.svg │ │ │ ├── progress-52.svg │ │ │ ├── progress-53.svg │ │ │ ├── progress-54.svg │ │ │ ├── progress-55.svg │ │ │ ├── progress-56.svg │ │ │ ├── progress-57.svg │ │ │ ├── progress-58.svg │ │ │ ├── progress-59.svg │ │ │ ├── progress-60.svg │ │ │ ├── progress-61.svg │ │ │ ├── progress-62.svg │ │ │ ├── progress-63.svg │ │ │ ├── progress-64.svg │ │ │ ├── progress-65.svg │ │ │ ├── progress-66.svg │ │ │ ├── progress-67.svg │ │ │ ├── progress-68.svg │ │ │ ├── progress-69.svg │ │ │ ├── progress-70.svg │ │ │ ├── progress-71.svg │ │ │ ├── progress-72.svg │ │ │ ├── progress-73.svg │ │ │ ├── progress-74.svg │ │ │ └── progress.svg │ │ ├── right_ptr │ │ │ ├── meta.hl │ │ │ └── right_ptr.svg │ │ ├── row_resize │ │ │ ├── meta.hl │ │ │ └── row-resize.svg │ │ ├── size_EW │ │ │ ├── meta.hl │ │ │ └── size_EW.svg │ │ ├── size_NS │ │ │ ├── meta.hl │ │ │ └── size_NS.svg │ │ ├── size_NeSw │ │ │ ├── meta.hl │ │ │ └── size_NeSw.svg │ │ ├── size_NwSe │ │ │ ├── meta.hl │ │ │ └── size_NwSe.svg │ │ ├── vertical_text │ │ │ ├── meta.hl │ │ │ └── vertical-text.svg │ │ └── wait │ │ │ ├── meta.hl │ │ │ ├── wait-01.svg │ │ │ ├── wait-02.svg │ │ │ ├── wait-03.svg │ │ │ ├── wait-04.svg │ │ │ ├── wait-05.svg │ │ │ ├── wait-06.svg │ │ │ ├── wait-07.svg │ │ │ ├── wait-08.svg │ │ │ ├── wait-09.svg │ │ │ ├── wait-10.svg │ │ │ ├── wait-11.svg │ │ │ ├── wait-12.svg │ │ │ ├── wait-13.svg │ │ │ ├── wait-14.svg │ │ │ ├── wait-15.svg │ │ │ ├── wait-16.svg │ │ │ ├── wait-17.svg │ │ │ ├── wait-18.svg │ │ │ ├── wait-19.svg │ │ │ ├── wait-20.svg │ │ │ ├── wait-21.svg │ │ │ ├── wait-22.svg │ │ │ ├── wait-23.svg │ │ │ ├── wait-24.svg │ │ │ ├── wait-25.svg │ │ │ ├── wait-26.svg │ │ │ ├── wait-27.svg │ │ │ ├── wait-28.svg │ │ │ ├── wait-29.svg │ │ │ ├── wait-30.svg │ │ │ ├── wait-31.svg │ │ │ ├── wait-32.svg │ │ │ ├── wait-33.svg │ │ │ ├── wait-34.svg │ │ │ ├── wait-35.svg │ │ │ ├── wait-36.svg │ │ │ ├── wait-37.svg │ │ │ ├── wait-38.svg │ │ │ ├── wait-39.svg │ │ │ ├── wait-40.svg │ │ │ ├── wait-41.svg │ │ │ ├── wait-42.svg │ │ │ ├── wait-43.svg │ │ │ ├── wait-44.svg │ │ │ ├── wait-45.svg │ │ │ ├── wait-46.svg │ │ │ ├── wait-47.svg │ │ │ ├── wait-48.svg │ │ │ ├── wait-49.svg │ │ │ ├── wait-50.svg │ │ │ ├── wait-51.svg │ │ │ ├── wait-52.svg │ │ │ ├── wait-53.svg │ │ │ ├── wait-54.svg │ │ │ ├── wait-55.svg │ │ │ ├── wait-56.svg │ │ │ ├── wait-57.svg │ │ │ ├── wait-58.svg │ │ │ ├── wait-59.svg │ │ │ ├── wait-60.svg │ │ │ ├── wait-61.svg │ │ │ ├── wait-62.svg │ │ │ ├── wait-63.svg │ │ │ ├── wait-64.svg │ │ │ ├── wait-65.svg │ │ │ ├── wait-66.svg │ │ │ ├── wait-67.svg │ │ │ ├── wait-68.svg │ │ │ ├── wait-69.svg │ │ │ ├── wait-70.svg │ │ │ ├── wait-71.svg │ │ │ ├── wait-72.svg │ │ │ ├── wait-73.svg │ │ │ ├── wait-74.svg │ │ │ └── wait.svg │ └── manifest.hl ├── mono │ ├── hyprcursors │ │ ├── DnD_alias │ │ │ ├── alias.svg │ │ │ └── meta.hl │ │ ├── DnD_copy │ │ │ ├── copy.svg │ │ │ └── meta.hl │ │ ├── DnD_nodrop │ │ │ ├── meta.hl │ │ │ └── no-drop.svg │ │ ├── beam │ │ │ ├── beam.svg │ │ │ └── meta.hl │ │ ├── col_resize │ │ │ ├── col-resize.svg │ │ │ └── meta.hl │ │ ├── context_menu │ │ │ ├── context-menu.svg │ │ │ └── meta.hl │ │ ├── default │ │ │ ├── default.svg │ │ │ └── meta.hl │ │ ├── forbidden │ │ │ ├── forbidden.svg │ │ │ └── meta.hl │ │ ├── hand │ │ │ ├── hand.svg │ │ │ └── meta.hl │ │ ├── help │ │ │ ├── help.svg │ │ │ └── meta.hl │ │ ├── move │ │ │ ├── meta.hl │ │ │ └── move.svg │ │ ├── pen │ │ │ ├── meta.hl │ │ │ └── pen.svg │ │ ├── precision │ │ │ ├── meta.hl │ │ │ └── precision.svg │ │ ├── progress │ │ │ ├── meta.hl │ │ │ ├── progress-01.svg │ │ │ ├── progress-02.svg │ │ │ ├── progress-03.svg │ │ │ ├── progress-04.svg │ │ │ ├── progress-05.svg │ │ │ ├── progress-06.svg │ │ │ ├── progress-07.svg │ │ │ ├── progress-08.svg │ │ │ ├── progress-09.svg │ │ │ ├── progress-10.svg │ │ │ ├── progress-11.svg │ │ │ ├── progress-12.svg │ │ │ ├── progress-13.svg │ │ │ ├── progress-14.svg │ │ │ ├── progress-15.svg │ │ │ ├── progress-16.svg │ │ │ ├── progress-17.svg │ │ │ ├── progress-18.svg │ │ │ ├── progress-19.svg │ │ │ ├── progress-20.svg │ │ │ ├── progress-21.svg │ │ │ └── progress.svg │ │ ├── right_ptr │ │ │ ├── meta.hl │ │ │ └── right_ptr.svg │ │ ├── row_resize │ │ │ ├── meta.hl │ │ │ └── row-resize.svg │ │ ├── size_EW │ │ │ ├── meta.hl │ │ │ └── size_EW.svg │ │ ├── size_NS │ │ │ ├── meta.hl │ │ │ └── size_NS.svg │ │ ├── size_NeSw │ │ │ ├── meta.hl │ │ │ └── size_NeSw.svg │ │ ├── size_NwSe │ │ │ ├── meta.hl │ │ │ └── size_NwSe.svg │ │ ├── vertical_text │ │ │ ├── meta.hl │ │ │ └── vertical-text.svg │ │ └── wait │ │ │ ├── meta.hl │ │ │ ├── wait-01.svg │ │ │ ├── wait-02.svg │ │ │ ├── wait-03.svg │ │ │ ├── wait-04.svg │ │ │ ├── wait-05.svg │ │ │ ├── wait-06.svg │ │ │ ├── wait-07.svg │ │ │ ├── wait-08.svg │ │ │ ├── wait-09.svg │ │ │ ├── wait-10.svg │ │ │ ├── wait-11.svg │ │ │ ├── wait-12.svg │ │ │ ├── wait-13.svg │ │ │ ├── wait-14.svg │ │ │ ├── wait-15.svg │ │ │ ├── wait-16.svg │ │ │ ├── wait-17.svg │ │ │ ├── wait-18.svg │ │ │ ├── wait-19.svg │ │ │ ├── wait-20.svg │ │ │ ├── wait-21.svg │ │ │ └── wait.svg │ └── manifest.hl ├── mono_black │ ├── hyprcursors │ │ ├── DnD_alias │ │ │ ├── alias.svg │ │ │ └── meta.hl │ │ ├── DnD_copy │ │ │ ├── copy.svg │ │ │ └── meta.hl │ │ ├── DnD_nodrop │ │ │ ├── meta.hl │ │ │ └── no-drop.svg │ │ ├── beam │ │ │ ├── beam.svg │ │ │ └── meta.hl │ │ ├── col_resize │ │ │ ├── col-resize.svg │ │ │ └── meta.hl │ │ ├── context_menu │ │ │ ├── context-menu.svg │ │ │ └── meta.hl │ │ ├── default │ │ │ ├── default.svg │ │ │ └── meta.hl │ │ ├── forbidden │ │ │ ├── forbidden.svg │ │ │ └── meta.hl │ │ ├── hand │ │ │ ├── hand.svg │ │ │ └── meta.hl │ │ ├── help │ │ │ ├── help.svg │ │ │ └── meta.hl │ │ ├── move │ │ │ ├── meta.hl │ │ │ └── move.svg │ │ ├── pen │ │ │ ├── meta.hl │ │ │ └── pen.svg │ │ ├── precision │ │ │ ├── meta.hl │ │ │ └── precision.svg │ │ ├── progress │ │ │ ├── meta.hl │ │ │ ├── progress-01.svg │ │ │ ├── progress-02.svg │ │ │ ├── progress-03.svg │ │ │ ├── progress-04.svg │ │ │ ├── progress-05.svg │ │ │ ├── progress-06.svg │ │ │ ├── progress-07.svg │ │ │ ├── progress-08.svg │ │ │ ├── progress-09.svg │ │ │ ├── progress-10.svg │ │ │ ├── progress-11.svg │ │ │ ├── progress-12.svg │ │ │ ├── progress-13.svg │ │ │ ├── progress-14.svg │ │ │ ├── progress-15.svg │ │ │ ├── progress-16.svg │ │ │ ├── progress-17.svg │ │ │ ├── progress-18.svg │ │ │ ├── progress-19.svg │ │ │ ├── progress-20.svg │ │ │ ├── progress-21.svg │ │ │ └── progress.svg │ │ ├── right_ptr │ │ │ ├── meta.hl │ │ │ └── right_ptr.svg │ │ ├── row_resize │ │ │ ├── meta.hl │ │ │ └── row-resize.svg │ │ ├── size_EW │ │ │ ├── meta.hl │ │ │ └── size_EW.svg │ │ ├── size_NS │ │ │ ├── meta.hl │ │ │ └── size_NS.svg │ │ ├── size_NeSw │ │ │ ├── meta.hl │ │ │ └── size_NeSw.svg │ │ ├── size_NwSe │ │ │ ├── meta.hl │ │ │ └── size_NwSe.svg │ │ ├── vertical_text │ │ │ ├── meta.hl │ │ │ └── vertical-text.svg │ │ └── wait │ │ │ ├── meta.hl │ │ │ ├── wait-01.svg │ │ │ ├── wait-02.svg │ │ │ ├── wait-03.svg │ │ │ ├── wait-04.svg │ │ │ ├── wait-05.svg │ │ │ ├── wait-06.svg │ │ │ ├── wait-07.svg │ │ │ ├── wait-08.svg │ │ │ ├── wait-09.svg │ │ │ ├── wait-10.svg │ │ │ ├── wait-11.svg │ │ │ ├── wait-12.svg │ │ │ ├── wait-13.svg │ │ │ ├── wait-14.svg │ │ │ ├── wait-15.svg │ │ │ ├── wait-16.svg │ │ │ ├── wait-17.svg │ │ │ ├── wait-18.svg │ │ │ ├── wait-19.svg │ │ │ ├── wait-20.svg │ │ │ ├── wait-21.svg │ │ │ └── wait.svg │ └── manifest.hl └── white │ ├── hyprcursors │ ├── DnD_alias │ │ ├── alias.svg │ │ └── meta.hl │ ├── DnD_copy │ │ ├── copy.svg │ │ └── meta.hl │ ├── DnD_nodrop │ │ ├── meta.hl │ │ └── no-drop.svg │ ├── beam │ │ ├── beam.svg │ │ └── meta.hl │ ├── col_resize │ │ ├── col-resize.svg │ │ └── meta.hl │ ├── context_menu │ │ ├── context-menu.svg │ │ └── meta.hl │ ├── default │ │ ├── default.svg │ │ └── meta.hl │ ├── forbidden │ │ ├── forbidden.svg │ │ └── meta.hl │ ├── hand │ │ ├── hand.svg │ │ └── meta.hl │ ├── help │ │ ├── help.svg │ │ └── meta.hl │ ├── move │ │ ├── meta.hl │ │ └── move.svg │ ├── pen │ │ ├── meta.hl │ │ └── pen.svg │ ├── precision │ │ ├── meta.hl │ │ └── precision.svg │ ├── progress │ │ ├── meta.hl │ │ ├── progress-01.svg │ │ ├── progress-02.svg │ │ ├── progress-03.svg │ │ ├── progress-04.svg │ │ ├── progress-05.svg │ │ ├── progress-06.svg │ │ ├── progress-07.svg │ │ ├── progress-08.svg │ │ ├── progress-09.svg │ │ ├── progress-10.svg │ │ ├── progress-11.svg │ │ ├── progress-12.svg │ │ ├── progress-13.svg │ │ ├── progress-14.svg │ │ ├── progress-15.svg │ │ ├── progress-16.svg │ │ ├── progress-17.svg │ │ ├── progress-18.svg │ │ ├── progress-19.svg │ │ ├── progress-20.svg │ │ ├── progress-21.svg │ │ ├── progress-22.svg │ │ ├── progress-23.svg │ │ ├── progress-24.svg │ │ ├── progress-25.svg │ │ ├── progress-26.svg │ │ ├── progress-27.svg │ │ ├── progress-28.svg │ │ ├── progress-29.svg │ │ ├── progress-30.svg │ │ ├── progress-31.svg │ │ ├── progress-32.svg │ │ ├── progress-33.svg │ │ ├── progress-34.svg │ │ ├── progress-35.svg │ │ ├── progress-36.svg │ │ ├── progress-37.svg │ │ ├── progress-38.svg │ │ ├── progress-39.svg │ │ ├── progress-40.svg │ │ ├── progress-41.svg │ │ ├── progress-42.svg │ │ ├── progress-43.svg │ │ ├── progress-44.svg │ │ ├── progress-45.svg │ │ ├── progress-46.svg │ │ ├── progress-47.svg │ │ ├── progress-48.svg │ │ ├── progress-49.svg │ │ ├── progress-50.svg │ │ ├── progress-51.svg │ │ ├── progress-52.svg │ │ ├── progress-53.svg │ │ ├── progress-54.svg │ │ ├── progress-55.svg │ │ ├── progress-56.svg │ │ ├── progress-57.svg │ │ ├── progress-58.svg │ │ ├── progress-59.svg │ │ ├── progress-60.svg │ │ ├── progress-61.svg │ │ ├── progress-62.svg │ │ ├── progress-63.svg │ │ ├── progress-64.svg │ │ ├── progress-65.svg │ │ ├── progress-66.svg │ │ ├── progress-67.svg │ │ ├── progress-68.svg │ │ ├── progress-69.svg │ │ ├── progress-70.svg │ │ ├── progress-71.svg │ │ ├── progress-72.svg │ │ ├── progress-73.svg │ │ ├── progress-74.svg │ │ └── progress.svg │ ├── right_ptr │ │ ├── meta.hl │ │ └── right_ptr.svg │ ├── row_resize │ │ ├── meta.hl │ │ └── row-resize.svg │ ├── size_EW │ │ ├── meta.hl │ │ └── size_EW.svg │ ├── size_NS │ │ ├── meta.hl │ │ └── size_NS.svg │ ├── size_NeSw │ │ ├── meta.hl │ │ └── size_NeSw.svg │ ├── size_NwSe │ │ ├── meta.hl │ │ └── size_NwSe.svg │ ├── vertical_text │ │ ├── meta.hl │ │ └── vertical-text.svg │ └── wait │ │ ├── meta.hl │ │ ├── wait-01.svg │ │ ├── wait-02.svg │ │ ├── wait-03.svg │ │ ├── wait-04.svg │ │ ├── wait-05.svg │ │ ├── wait-06.svg │ │ ├── wait-07.svg │ │ ├── wait-08.svg │ │ ├── wait-09.svg │ │ ├── wait-10.svg │ │ ├── wait-11.svg │ │ ├── wait-12.svg │ │ ├── wait-13.svg │ │ ├── wait-14.svg │ │ ├── wait-15.svg │ │ ├── wait-16.svg │ │ ├── wait-17.svg │ │ ├── wait-18.svg │ │ ├── wait-19.svg │ │ ├── wait-20.svg │ │ ├── wait-21.svg │ │ ├── wait-22.svg │ │ ├── wait-23.svg │ │ ├── wait-24.svg │ │ ├── wait-25.svg │ │ ├── wait-26.svg │ │ ├── wait-27.svg │ │ ├── wait-28.svg │ │ ├── wait-29.svg │ │ ├── wait-30.svg │ │ ├── wait-31.svg │ │ ├── wait-32.svg │ │ ├── wait-33.svg │ │ ├── wait-34.svg │ │ ├── wait-35.svg │ │ ├── wait-36.svg │ │ ├── wait-37.svg │ │ ├── wait-38.svg │ │ ├── wait-39.svg │ │ ├── wait-40.svg │ │ ├── wait-41.svg │ │ ├── wait-42.svg │ │ ├── wait-43.svg │ │ ├── wait-44.svg │ │ ├── wait-45.svg │ │ ├── wait-46.svg │ │ ├── wait-47.svg │ │ ├── wait-48.svg │ │ ├── wait-49.svg │ │ ├── wait-50.svg │ │ ├── wait-51.svg │ │ ├── wait-52.svg │ │ ├── wait-53.svg │ │ ├── wait-54.svg │ │ ├── wait-55.svg │ │ ├── wait-56.svg │ │ ├── wait-57.svg │ │ ├── wait-58.svg │ │ ├── wait-59.svg │ │ ├── wait-60.svg │ │ ├── wait-61.svg │ │ ├── wait-62.svg │ │ ├── wait-63.svg │ │ ├── wait-64.svg │ │ ├── wait-65.svg │ │ ├── wait-66.svg │ │ ├── wait-67.svg │ │ ├── wait-68.svg │ │ ├── wait-69.svg │ │ ├── wait-70.svg │ │ ├── wait-71.svg │ │ ├── wait-72.svg │ │ ├── wait-73.svg │ │ ├── wait-74.svg │ │ └── wait.svg │ └── manifest.hl ├── install_hyprcursor.sh ├── optimize_plain_svg.sh ├── plasma_themes ├── posys_cursor_scalable │ ├── cursors_scalable │ │ ├── alias │ │ │ ├── alias.svg │ │ │ └── metadata.json │ │ ├── all-scroll │ │ │ ├── all-scroll.svg │ │ │ └── metadata.json │ │ ├── col-resize │ │ │ ├── col-resize.svg │ │ │ └── metadata.json │ │ ├── context-menu │ │ │ ├── context-menu.svg │ │ │ └── metadata.json │ │ ├── copy │ │ │ ├── copy.svg │ │ │ └── metadata.json │ │ ├── crosshair │ │ │ ├── crosshair.svg │ │ │ └── metadata.json │ │ ├── default │ │ │ ├── default.svg │ │ │ └── metadata.json │ │ ├── ew-resize │ │ │ ├── ew-resize.svg │ │ │ └── metadata.json │ │ ├── help │ │ │ ├── help.svg │ │ │ └── metadata.json │ │ ├── nesw-resize │ │ │ ├── metadata.json │ │ │ └── nesw-resize.svg │ │ ├── no-drop │ │ │ ├── metadata.json │ │ │ └── no-drop.svg │ │ ├── not-allowed │ │ │ ├── metadata.json │ │ │ └── not-allowed.svg │ │ ├── ns-resize │ │ │ ├── metadata.json │ │ │ └── ns-resize.svg │ │ ├── nwse-resize │ │ │ ├── metadata.json │ │ │ └── nwse-resize.svg │ │ ├── pen │ │ │ ├── metadata.json │ │ │ └── pen.svg │ │ ├── pointer │ │ │ ├── metadata.json │ │ │ └── pointer.svg │ │ ├── progress │ │ │ ├── metadata.json │ │ │ ├── progress-01.svg │ │ │ ├── progress-02.svg │ │ │ ├── progress-03.svg │ │ │ ├── progress-04.svg │ │ │ ├── progress-05.svg │ │ │ ├── progress-06.svg │ │ │ ├── progress-07.svg │ │ │ ├── progress-08.svg │ │ │ ├── progress-09.svg │ │ │ ├── progress-10.svg │ │ │ ├── progress-11.svg │ │ │ ├── progress-12.svg │ │ │ ├── progress-13.svg │ │ │ ├── progress-14.svg │ │ │ ├── progress-15.svg │ │ │ ├── progress-16.svg │ │ │ ├── progress-17.svg │ │ │ ├── progress-18.svg │ │ │ ├── progress-19.svg │ │ │ ├── progress-20.svg │ │ │ ├── progress-21.svg │ │ │ ├── progress-22.svg │ │ │ ├── progress-23.svg │ │ │ ├── progress-24.svg │ │ │ ├── progress-25.svg │ │ │ ├── progress-26.svg │ │ │ ├── progress-27.svg │ │ │ ├── progress-28.svg │ │ │ ├── progress-29.svg │ │ │ ├── progress-30.svg │ │ │ ├── progress-31.svg │ │ │ ├── progress-32.svg │ │ │ ├── progress-33.svg │ │ │ ├── progress-34.svg │ │ │ ├── progress-35.svg │ │ │ ├── progress-36.svg │ │ │ ├── progress-37.svg │ │ │ ├── progress-38.svg │ │ │ ├── progress-39.svg │ │ │ ├── progress-40.svg │ │ │ ├── progress-41.svg │ │ │ ├── progress-42.svg │ │ │ ├── progress-43.svg │ │ │ ├── progress-44.svg │ │ │ ├── progress-45.svg │ │ │ ├── progress-46.svg │ │ │ ├── progress-47.svg │ │ │ ├── progress-48.svg │ │ │ ├── progress-49.svg │ │ │ ├── progress-50.svg │ │ │ ├── progress-51.svg │ │ │ ├── progress-52.svg │ │ │ ├── progress-53.svg │ │ │ ├── progress-54.svg │ │ │ ├── progress-55.svg │ │ │ ├── progress-56.svg │ │ │ ├── progress-57.svg │ │ │ ├── progress-58.svg │ │ │ ├── progress-59.svg │ │ │ ├── progress-60.svg │ │ │ ├── progress-61.svg │ │ │ ├── progress-62.svg │ │ │ ├── progress-63.svg │ │ │ ├── progress-64.svg │ │ │ ├── progress-65.svg │ │ │ ├── progress-66.svg │ │ │ ├── progress-67.svg │ │ │ ├── progress-68.svg │ │ │ ├── progress-69.svg │ │ │ ├── progress-70.svg │ │ │ ├── progress-71.svg │ │ │ ├── progress-72.svg │ │ │ ├── progress-73.svg │ │ │ ├── progress-74.svg │ │ │ └── progress.svg │ │ ├── row-resize │ │ │ ├── metadata.json │ │ │ └── row-resize.svg │ │ ├── text │ │ │ ├── metadata.json │ │ │ └── text.svg │ │ ├── vertical-text │ │ │ ├── metadata.json │ │ │ └── vertical-text.svg │ │ └── wait │ │ │ ├── metadata.json │ │ │ ├── wait-01.svg │ │ │ ├── wait-02.svg │ │ │ ├── wait-03.svg │ │ │ ├── wait-04.svg │ │ │ ├── wait-05.svg │ │ │ ├── wait-06.svg │ │ │ ├── wait-07.svg │ │ │ ├── wait-08.svg │ │ │ ├── wait-09.svg │ │ │ ├── wait-10.svg │ │ │ ├── wait-11.svg │ │ │ ├── wait-12.svg │ │ │ ├── wait-13.svg │ │ │ ├── wait-14.svg │ │ │ ├── wait-15.svg │ │ │ ├── wait-16.svg │ │ │ ├── wait-17.svg │ │ │ ├── wait-18.svg │ │ │ ├── wait-19.svg │ │ │ ├── wait-20.svg │ │ │ ├── wait-21.svg │ │ │ ├── wait-22.svg │ │ │ ├── wait-23.svg │ │ │ ├── wait-24.svg │ │ │ ├── wait-25.svg │ │ │ ├── wait-26.svg │ │ │ ├── wait-27.svg │ │ │ ├── wait-28.svg │ │ │ ├── wait-29.svg │ │ │ ├── wait-30.svg │ │ │ ├── wait-31.svg │ │ │ ├── wait-32.svg │ │ │ ├── wait-33.svg │ │ │ ├── wait-34.svg │ │ │ ├── wait-35.svg │ │ │ ├── wait-36.svg │ │ │ ├── wait-37.svg │ │ │ ├── wait-38.svg │ │ │ ├── wait-39.svg │ │ │ ├── wait-40.svg │ │ │ ├── wait-41.svg │ │ │ ├── wait-42.svg │ │ │ ├── wait-43.svg │ │ │ ├── wait-44.svg │ │ │ ├── wait-45.svg │ │ │ ├── wait-46.svg │ │ │ ├── wait-47.svg │ │ │ ├── wait-48.svg │ │ │ ├── wait-49.svg │ │ │ ├── wait-50.svg │ │ │ ├── wait-51.svg │ │ │ ├── wait-52.svg │ │ │ ├── wait-53.svg │ │ │ ├── wait-54.svg │ │ │ ├── wait-55.svg │ │ │ ├── wait-56.svg │ │ │ ├── wait-57.svg │ │ │ ├── wait-58.svg │ │ │ ├── wait-59.svg │ │ │ ├── wait-60.svg │ │ │ ├── wait-61.svg │ │ │ ├── wait-62.svg │ │ │ ├── wait-63.svg │ │ │ ├── wait-64.svg │ │ │ ├── wait-65.svg │ │ │ ├── wait-66.svg │ │ │ ├── wait-67.svg │ │ │ ├── wait-68.svg │ │ │ ├── wait-69.svg │ │ │ ├── wait-70.svg │ │ │ ├── wait-71.svg │ │ │ ├── wait-72.svg │ │ │ ├── wait-73.svg │ │ │ ├── wait-74.svg │ │ │ └── wait.svg │ └── index.theme ├── posys_cursor_scalable_black │ ├── cursors_scalable │ │ ├── alias │ │ │ ├── alias.svg │ │ │ └── metadata.json │ │ ├── all-scroll │ │ │ ├── all-scroll.svg │ │ │ └── metadata.json │ │ ├── col-resize │ │ │ ├── col-resize.svg │ │ │ └── metadata.json │ │ ├── context-menu │ │ │ ├── context-menu.svg │ │ │ └── metadata.json │ │ ├── copy │ │ │ ├── copy.svg │ │ │ └── metadata.json │ │ ├── crosshair │ │ │ ├── crosshair.svg │ │ │ └── metadata.json │ │ ├── default │ │ │ ├── default.svg │ │ │ └── metadata.json │ │ ├── ew-resize │ │ │ ├── ew-resize.svg │ │ │ └── metadata.json │ │ ├── help │ │ │ ├── help.svg │ │ │ └── metadata.json │ │ ├── nesw-resize │ │ │ ├── metadata.json │ │ │ └── nesw-resize.svg │ │ ├── no-drop │ │ │ ├── metadata.json │ │ │ └── no-drop.svg │ │ ├── not-allowed │ │ │ ├── metadata.json │ │ │ └── not-allowed.svg │ │ ├── ns-resize │ │ │ ├── metadata.json │ │ │ └── ns-resize.svg │ │ ├── nwse-resize │ │ │ ├── metadata.json │ │ │ └── nwse-resize.svg │ │ ├── pen │ │ │ ├── metadata.json │ │ │ └── pen.svg │ │ ├── pointer │ │ │ ├── metadata.json │ │ │ └── pointer.svg │ │ ├── progress │ │ │ ├── metadata.json │ │ │ ├── progress-01.svg │ │ │ ├── progress-02.svg │ │ │ ├── progress-03.svg │ │ │ ├── progress-04.svg │ │ │ ├── progress-05.svg │ │ │ ├── progress-06.svg │ │ │ ├── progress-07.svg │ │ │ ├── progress-08.svg │ │ │ ├── progress-09.svg │ │ │ ├── progress-10.svg │ │ │ ├── progress-11.svg │ │ │ ├── progress-12.svg │ │ │ ├── progress-13.svg │ │ │ ├── progress-14.svg │ │ │ ├── progress-15.svg │ │ │ ├── progress-16.svg │ │ │ ├── progress-17.svg │ │ │ ├── progress-18.svg │ │ │ ├── progress-19.svg │ │ │ ├── progress-20.svg │ │ │ ├── progress-21.svg │ │ │ ├── progress-22.svg │ │ │ ├── progress-23.svg │ │ │ ├── progress-24.svg │ │ │ ├── progress-25.svg │ │ │ ├── progress-26.svg │ │ │ ├── progress-27.svg │ │ │ ├── progress-28.svg │ │ │ ├── progress-29.svg │ │ │ ├── progress-30.svg │ │ │ ├── progress-31.svg │ │ │ ├── progress-32.svg │ │ │ ├── progress-33.svg │ │ │ ├── progress-34.svg │ │ │ ├── progress-35.svg │ │ │ ├── progress-36.svg │ │ │ ├── progress-37.svg │ │ │ ├── progress-38.svg │ │ │ ├── progress-39.svg │ │ │ ├── progress-40.svg │ │ │ ├── progress-41.svg │ │ │ ├── progress-42.svg │ │ │ ├── progress-43.svg │ │ │ ├── progress-44.svg │ │ │ ├── progress-45.svg │ │ │ ├── progress-46.svg │ │ │ ├── progress-47.svg │ │ │ ├── progress-48.svg │ │ │ ├── progress-49.svg │ │ │ ├── progress-50.svg │ │ │ ├── progress-51.svg │ │ │ ├── progress-52.svg │ │ │ ├── progress-53.svg │ │ │ ├── progress-54.svg │ │ │ ├── progress-55.svg │ │ │ ├── progress-56.svg │ │ │ ├── progress-57.svg │ │ │ ├── progress-58.svg │ │ │ ├── progress-59.svg │ │ │ ├── progress-60.svg │ │ │ ├── progress-61.svg │ │ │ ├── progress-62.svg │ │ │ ├── progress-63.svg │ │ │ ├── progress-64.svg │ │ │ ├── progress-65.svg │ │ │ ├── progress-66.svg │ │ │ ├── progress-67.svg │ │ │ ├── progress-68.svg │ │ │ ├── progress-69.svg │ │ │ ├── progress-70.svg │ │ │ ├── progress-71.svg │ │ │ ├── progress-72.svg │ │ │ ├── progress-73.svg │ │ │ ├── progress-74.svg │ │ │ └── progress.svg │ │ ├── row-resize │ │ │ ├── metadata.json │ │ │ └── row-resize.svg │ │ ├── text │ │ │ ├── metadata.json │ │ │ └── text.svg │ │ ├── vertical-text │ │ │ ├── metadata.json │ │ │ └── vertical-text.svg │ │ └── wait │ │ │ ├── metadata.json │ │ │ ├── wait-01.svg │ │ │ ├── wait-02.svg │ │ │ ├── wait-03.svg │ │ │ ├── wait-04.svg │ │ │ ├── wait-05.svg │ │ │ ├── wait-06.svg │ │ │ ├── wait-07.svg │ │ │ ├── wait-08.svg │ │ │ ├── wait-09.svg │ │ │ ├── wait-10.svg │ │ │ ├── wait-11.svg │ │ │ ├── wait-12.svg │ │ │ ├── wait-13.svg │ │ │ ├── wait-14.svg │ │ │ ├── wait-15.svg │ │ │ ├── wait-16.svg │ │ │ ├── wait-17.svg │ │ │ ├── wait-18.svg │ │ │ ├── wait-19.svg │ │ │ ├── wait-20.svg │ │ │ ├── wait-21.svg │ │ │ ├── wait-22.svg │ │ │ ├── wait-23.svg │ │ │ ├── wait-24.svg │ │ │ ├── wait-25.svg │ │ │ ├── wait-26.svg │ │ │ ├── wait-27.svg │ │ │ ├── wait-28.svg │ │ │ ├── wait-29.svg │ │ │ ├── wait-30.svg │ │ │ ├── wait-31.svg │ │ │ ├── wait-32.svg │ │ │ ├── wait-33.svg │ │ │ ├── wait-34.svg │ │ │ ├── wait-35.svg │ │ │ ├── wait-36.svg │ │ │ ├── wait-37.svg │ │ │ ├── wait-38.svg │ │ │ ├── wait-39.svg │ │ │ ├── wait-40.svg │ │ │ ├── wait-41.svg │ │ │ ├── wait-42.svg │ │ │ ├── wait-43.svg │ │ │ ├── wait-44.svg │ │ │ ├── wait-45.svg │ │ │ ├── wait-46.svg │ │ │ ├── wait-47.svg │ │ │ ├── wait-48.svg │ │ │ ├── wait-49.svg │ │ │ ├── wait-50.svg │ │ │ ├── wait-51.svg │ │ │ ├── wait-52.svg │ │ │ ├── wait-53.svg │ │ │ ├── wait-54.svg │ │ │ ├── wait-55.svg │ │ │ ├── wait-56.svg │ │ │ ├── wait-57.svg │ │ │ ├── wait-58.svg │ │ │ ├── wait-59.svg │ │ │ ├── wait-60.svg │ │ │ ├── wait-61.svg │ │ │ ├── wait-62.svg │ │ │ ├── wait-63.svg │ │ │ ├── wait-64.svg │ │ │ ├── wait-65.svg │ │ │ ├── wait-66.svg │ │ │ ├── wait-67.svg │ │ │ ├── wait-68.svg │ │ │ ├── wait-69.svg │ │ │ ├── wait-70.svg │ │ │ ├── wait-71.svg │ │ │ ├── wait-72.svg │ │ │ ├── wait-73.svg │ │ │ ├── wait-74.svg │ │ │ └── wait.svg │ └── index.theme ├── posys_cursor_scalable_mono │ ├── cursors_scalable │ │ ├── alias │ │ │ ├── alias.svg │ │ │ └── metadata.json │ │ ├── all-scroll │ │ │ ├── all-scroll.svg │ │ │ └── metadata.json │ │ ├── col-resize │ │ │ ├── col-resize.svg │ │ │ └── metadata.json │ │ ├── context-menu │ │ │ ├── context-menu.svg │ │ │ └── metadata.json │ │ ├── copy │ │ │ ├── copy.svg │ │ │ └── metadata.json │ │ ├── crosshair │ │ │ ├── crosshair.svg │ │ │ └── metadata.json │ │ ├── default │ │ │ ├── default.svg │ │ │ └── metadata.json │ │ ├── ew-resize │ │ │ ├── ew-resize.svg │ │ │ └── metadata.json │ │ ├── help │ │ │ ├── help.svg │ │ │ └── metadata.json │ │ ├── nesw-resize │ │ │ ├── metadata.json │ │ │ └── nesw-resize.svg │ │ ├── no-drop │ │ │ ├── metadata.json │ │ │ └── no-drop.svg │ │ ├── not-allowed │ │ │ ├── metadata.json │ │ │ └── not-allowed.svg │ │ ├── ns-resize │ │ │ ├── metadata.json │ │ │ └── ns-resize.svg │ │ ├── nwse-resize │ │ │ ├── metadata.json │ │ │ └── nwse-resize.svg │ │ ├── pen │ │ │ ├── metadata.json │ │ │ └── pen.svg │ │ ├── pointer │ │ │ ├── metadata.json │ │ │ └── pointer.svg │ │ ├── progress │ │ │ ├── metadata.json │ │ │ ├── progress-01.svg │ │ │ ├── progress-02.svg │ │ │ ├── progress-03.svg │ │ │ ├── progress-04.svg │ │ │ ├── progress-05.svg │ │ │ ├── progress-06.svg │ │ │ ├── progress-07.svg │ │ │ ├── progress-08.svg │ │ │ ├── progress-09.svg │ │ │ ├── progress-10.svg │ │ │ ├── progress-11.svg │ │ │ ├── progress-12.svg │ │ │ ├── progress-13.svg │ │ │ ├── progress-14.svg │ │ │ ├── progress-15.svg │ │ │ ├── progress-16.svg │ │ │ ├── progress-17.svg │ │ │ ├── progress-18.svg │ │ │ ├── progress-19.svg │ │ │ ├── progress-20.svg │ │ │ ├── progress-21.svg │ │ │ └── progress.svg │ │ ├── row-resize │ │ │ ├── metadata.json │ │ │ └── row-resize.svg │ │ ├── text │ │ │ ├── metadata.json │ │ │ └── text.svg │ │ ├── vertical-text │ │ │ ├── metadata.json │ │ │ └── vertical-text.svg │ │ └── wait │ │ │ ├── metadata.json │ │ │ ├── wait-01.svg │ │ │ ├── wait-02.svg │ │ │ ├── wait-03.svg │ │ │ ├── wait-04.svg │ │ │ ├── wait-05.svg │ │ │ ├── wait-06.svg │ │ │ ├── wait-07.svg │ │ │ ├── wait-08.svg │ │ │ ├── wait-09.svg │ │ │ ├── wait-10.svg │ │ │ ├── wait-11.svg │ │ │ ├── wait-12.svg │ │ │ ├── wait-13.svg │ │ │ ├── wait-14.svg │ │ │ ├── wait-15.svg │ │ │ ├── wait-16.svg │ │ │ ├── wait-17.svg │ │ │ ├── wait-18.svg │ │ │ ├── wait-19.svg │ │ │ ├── wait-20.svg │ │ │ ├── wait-21.svg │ │ │ └── wait.svg │ └── index.theme ├── posys_cursor_scalable_mono_black │ ├── cursors_scalable │ │ ├── alias │ │ │ ├── alias.svg │ │ │ └── metadata.json │ │ ├── all-scroll │ │ │ ├── all-scroll.svg │ │ │ └── metadata.json │ │ ├── col-resize │ │ │ ├── col-resize.svg │ │ │ └── metadata.json │ │ ├── context-menu │ │ │ ├── context-menu.svg │ │ │ └── metadata.json │ │ ├── copy │ │ │ ├── copy.svg │ │ │ └── metadata.json │ │ ├── crosshair │ │ │ ├── crosshair.svg │ │ │ └── metadata.json │ │ ├── default │ │ │ ├── default.svg │ │ │ └── metadata.json │ │ ├── ew-resize │ │ │ ├── ew-resize.svg │ │ │ └── metadata.json │ │ ├── help │ │ │ ├── help.svg │ │ │ └── metadata.json │ │ ├── nesw-resize │ │ │ ├── metadata.json │ │ │ └── nesw-resize.svg │ │ ├── no-drop │ │ │ ├── metadata.json │ │ │ └── no-drop.svg │ │ ├── not-allowed │ │ │ ├── metadata.json │ │ │ └── not-allowed.svg │ │ ├── ns-resize │ │ │ ├── metadata.json │ │ │ └── ns-resize.svg │ │ ├── nwse-resize │ │ │ ├── metadata.json │ │ │ └── nwse-resize.svg │ │ ├── pen │ │ │ ├── metadata.json │ │ │ └── pen.svg │ │ ├── pointer │ │ │ ├── metadata.json │ │ │ └── pointer.svg │ │ ├── progress │ │ │ ├── metadata.json │ │ │ ├── progress-01.svg │ │ │ ├── progress-02.svg │ │ │ ├── progress-03.svg │ │ │ ├── progress-04.svg │ │ │ ├── progress-05.svg │ │ │ ├── progress-06.svg │ │ │ ├── progress-07.svg │ │ │ ├── progress-08.svg │ │ │ ├── progress-09.svg │ │ │ ├── progress-10.svg │ │ │ ├── progress-11.svg │ │ │ ├── progress-12.svg │ │ │ ├── progress-13.svg │ │ │ ├── progress-14.svg │ │ │ ├── progress-15.svg │ │ │ ├── progress-16.svg │ │ │ ├── progress-17.svg │ │ │ ├── progress-18.svg │ │ │ ├── progress-19.svg │ │ │ ├── progress-20.svg │ │ │ ├── progress-21.svg │ │ │ └── progress.svg │ │ ├── row-resize │ │ │ ├── metadata.json │ │ │ └── row-resize.svg │ │ ├── text │ │ │ ├── metadata.json │ │ │ └── text.svg │ │ ├── vertical-text │ │ │ ├── metadata.json │ │ │ └── vertical-text.svg │ │ └── wait │ │ │ ├── metadata.json │ │ │ ├── wait-01.svg │ │ │ ├── wait-02.svg │ │ │ ├── wait-03.svg │ │ │ ├── wait-04.svg │ │ │ ├── wait-05.svg │ │ │ ├── wait-06.svg │ │ │ ├── wait-07.svg │ │ │ ├── wait-08.svg │ │ │ ├── wait-09.svg │ │ │ ├── wait-10.svg │ │ │ ├── wait-11.svg │ │ │ ├── wait-12.svg │ │ │ ├── wait-13.svg │ │ │ ├── wait-14.svg │ │ │ ├── wait-15.svg │ │ │ ├── wait-16.svg │ │ │ ├── wait-17.svg │ │ │ ├── wait-18.svg │ │ │ ├── wait-19.svg │ │ │ ├── wait-20.svg │ │ │ ├── wait-21.svg │ │ │ └── wait.svg │ └── index.theme └── src │ ├── alias.list │ └── build_tools │ ├── build.sh │ ├── delete_aliases.sh │ ├── diff_pixmaps │ └── generate_cursors ├── src ├── animated │ ├── background-mono-template.svg │ ├── background-template.svg │ ├── generate-frames.py │ ├── hourglass-template.svg │ └── mono-template.svg ├── extra │ ├── person-pin-meta.hl │ ├── posys-cursor-beam-v2.svg │ ├── posys-cursor-hand-dark-skin.svg │ ├── posys-cursor-hand-light-skin.svg │ ├── posys-cursor-hand-medium-skin.svg │ ├── posys-cursor-person.svg │ ├── posys-cursor-pin.svg │ ├── posys-cursor-precision-v2.svg │ ├── posys-cursor-watch (original).svg │ ├── posys-cursor-winhelp.svg │ ├── posys-cursor-wrong-finger.svg │ └── wrong-finger-meta.hl ├── posys-cursor-alt.svg ├── posys-cursor-beam.svg ├── posys-cursor-center_ptr.svg ├── posys-cursor-col-resize.svg ├── posys-cursor-context-menu.svg ├── posys-cursor-default.svg ├── posys-cursor-dnd-alias.svg ├── posys-cursor-dnd-copy.svg ├── posys-cursor-dnd-nodrop.svg ├── posys-cursor-forbidden.svg ├── posys-cursor-hand.svg ├── posys-cursor-hbeam.svg ├── posys-cursor-help.svg ├── posys-cursor-move.svg ├── posys-cursor-pen.svg ├── posys-cursor-precision.svg ├── posys-cursor-right_ptr.svg ├── posys-cursor-row-resize.svg ├── posys-cursor-size_EW.svg ├── posys-cursor-size_NS.svg ├── posys-cursor-size_NeSw.svg ├── posys-cursor-size_NwSe.svg └── posys-cursors-vectors.svg └── svg1.1_to_svg-bimi.sh /.gitignore: -------------------------------------------------------------------------------- 1 | theme_* 2 | src/animated/wait* 3 | src/animated/progress* 4 | src/animated/meta.hl 5 | src/animated/metadata.json 6 | plasma_themes/src/build_tools/build 7 | plasma_themes/src/build_tools/build_white 8 | plasma_themes/src/build_tools/build_black 9 | plasma_themes/src/build_tools/build_mono 10 | plasma_themes/src/build_tools/build_mono_black 11 | plasma_themes/posys_cursor_scalable/cursors 12 | plasma_themes/posys_cursor_scalable_black/cursors 13 | plasma_themes/posys_cursor_scalable_mono/cursors 14 | plasma_themes/posys_cursor_scalable_mono_black/cursors 15 | *.tar.gz 16 | result -------------------------------------------------------------------------------- /hyprcursor_themes/black/hyprcursors/DnD_alias/alias.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/black/hyprcursors/DnD_alias/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0 3 | hotspot_y = 0 4 | 5 | define_size = 0, alias.svg 6 | 7 | define_override = alias -------------------------------------------------------------------------------- /hyprcursor_themes/black/hyprcursors/DnD_copy/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0 3 | hotspot_y = 0 4 | 5 | define_size = 0, copy.svg 6 | 7 | define_override = copy -------------------------------------------------------------------------------- /hyprcursor_themes/black/hyprcursors/DnD_nodrop/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0 3 | hotspot_y = 0 4 | 5 | define_size = 0, no-drop.svg 6 | 7 | define_override = no-drop -------------------------------------------------------------------------------- /hyprcursor_themes/black/hyprcursors/beam/beam.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/black/hyprcursors/beam/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, beam.svg 6 | 7 | define_override = text 8 | define_override = ibeam 9 | define_override = xterm 10 | -------------------------------------------------------------------------------- /hyprcursor_themes/black/hyprcursors/col_resize/col-resize.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/black/hyprcursors/col_resize/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, col-resize.svg 6 | 7 | define_override = col-resize -------------------------------------------------------------------------------- /hyprcursor_themes/black/hyprcursors/context_menu/context-menu.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/black/hyprcursors/context_menu/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0 3 | hotspot_y = 0 4 | 5 | define_size = 0, context-menu.svg 6 | 7 | define_override = context-menu -------------------------------------------------------------------------------- /hyprcursor_themes/black/hyprcursors/default/default.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/black/hyprcursors/default/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0 3 | hotspot_y = 0 4 | 5 | define_size = 0, default.svg 6 | define_override = arrow 7 | define_override = left_ptr 8 | -------------------------------------------------------------------------------- /hyprcursor_themes/black/hyprcursors/forbidden/forbidden.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/black/hyprcursors/forbidden/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, forbidden.svg 6 | 7 | define_override = not-allowed 8 | define_override = crossed_circle 9 | define_override = pirate 10 | define_override = x-cursor 11 | define_override = X_cursor 12 | define_override = unavailable -------------------------------------------------------------------------------- /hyprcursor_themes/black/hyprcursors/hand/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.296 3 | hotspot_y = 0 4 | 5 | define_size = 0, hand.svg 6 | 7 | define_override = pointer 8 | define_override = hand1 9 | define_override = hand2 10 | define_override = pointing_hand 11 | -------------------------------------------------------------------------------- /hyprcursor_themes/black/hyprcursors/help/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0 3 | hotspot_y = 0 4 | 5 | define_size = 0, help.svg 6 | 7 | define_override = question_arrow 8 | define_override = left_ptr_help 9 | define_override = whats_this 10 | define_override = dnd-ask 11 | -------------------------------------------------------------------------------- /hyprcursor_themes/black/hyprcursors/move/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, move.svg 6 | 7 | define_override = size_all 8 | define_override = all-scroll 9 | define_override = pointer-move -------------------------------------------------------------------------------- /hyprcursor_themes/black/hyprcursors/move/move.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/black/hyprcursors/pen/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0 3 | hotspot_y = 0 4 | 5 | define_size = 0, pen.svg 6 | define_override = pencil 7 | -------------------------------------------------------------------------------- /hyprcursor_themes/black/hyprcursors/pen/pen.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/black/hyprcursors/precision/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, precision.svg 6 | 7 | define_override = cross 8 | define_override = cross_reverse 9 | define_override = diamond_cross 10 | define_override = tcross 11 | define_override = crosshair -------------------------------------------------------------------------------- /hyprcursor_themes/black/hyprcursors/right_ptr/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 1 3 | hotspot_y = 0 4 | 5 | define_size = 0, right_ptr.svg 6 | define_override = draft_large 7 | define_override = draft_small 8 | 9 | -------------------------------------------------------------------------------- /hyprcursor_themes/black/hyprcursors/right_ptr/right_ptr.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/black/hyprcursors/row_resize/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, row-resize.svg 6 | 7 | define_override = row-resize -------------------------------------------------------------------------------- /hyprcursor_themes/black/hyprcursors/row_resize/row-resize.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/black/hyprcursors/size_EW/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, size_EW.svg 6 | 7 | define_override = split_v 8 | define_override = e-resize 9 | define_override = w-resize 10 | define_override = sb_v_double_arrow 11 | define_override = size_hor 12 | define_override = size-hor 13 | define_override = v_double_arrow 14 | define_override = ew-resize 15 | -------------------------------------------------------------------------------- /hyprcursor_themes/black/hyprcursors/size_EW/size_EW.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/black/hyprcursors/size_NS/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, size_NS.svg 6 | 7 | define_override = split_h 8 | define_override = n-resize 9 | define_override = s-resize 10 | define_override = h_double_arrow 11 | define_override = sb_h_double_arrow 12 | define_override = size_ver 13 | define_override = size-ver 14 | define_override = ns-resize -------------------------------------------------------------------------------- /hyprcursor_themes/black/hyprcursors/size_NS/size_NS.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/black/hyprcursors/size_NeSw/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, size_NeSw.svg 6 | 7 | define_override = nesw-resize 8 | define_override = ne-resize 9 | define_override = sw-resize 10 | define_override = fb_double_arrow 11 | define_override = size_bdiag 12 | -------------------------------------------------------------------------------- /hyprcursor_themes/black/hyprcursors/size_NeSw/size_NeSw.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/black/hyprcursors/size_NwSe/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, size_NwSe.svg 6 | 7 | define_override = nwse-resize 8 | define_override = nw-resize 9 | define_override = se-resize 10 | define_override = size_fdiag -------------------------------------------------------------------------------- /hyprcursor_themes/black/hyprcursors/size_NwSe/size_NwSe.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/black/hyprcursors/vertical_text/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, vertical-text.svg 6 | 7 | define_override = vertical-text -------------------------------------------------------------------------------- /hyprcursor_themes/black/hyprcursors/vertical_text/vertical-text.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/black/manifest.hl: -------------------------------------------------------------------------------- 1 | name = Posys-Cursor-Scalable-Black 2 | description = Black variant of Posy's Cursors, unrasterized and ported to Hyprcursor with additional cursors for the Linux user 3 | author = Michiel De Boer, Synth Morxemplum 4 | version = 1.3 5 | cursors_directory = hyprcursors 6 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/DnD_alias/alias.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/DnD_alias/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0 3 | hotspot_y = 0 4 | 5 | define_size = 0, alias.svg 6 | 7 | define_override = alias -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/DnD_copy/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0 3 | hotspot_y = 0 4 | 5 | define_size = 0, copy.svg 6 | 7 | define_override = copy -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/DnD_nodrop/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0 3 | hotspot_y = 0 4 | 5 | define_size = 0, no-drop.svg 6 | 7 | define_override = no-drop -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/beam/beam.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/beam/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, beam.svg 6 | 7 | define_override = text 8 | define_override = ibeam 9 | define_override = xterm 10 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/col_resize/col-resize.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/col_resize/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, col-resize.svg 6 | 7 | define_override = col-resize -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/context_menu/context-menu.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/context_menu/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0 3 | hotspot_y = 0 4 | 5 | define_size = 0, context-menu.svg 6 | 7 | define_override = context-menu -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/default/default.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/default/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0 3 | hotspot_y = 0 4 | 5 | define_size = 0, default.svg 6 | define_override = arrow 7 | define_override = left_ptr 8 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/forbidden/forbidden.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/forbidden/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, forbidden.svg 6 | 7 | define_override = not-allowed 8 | define_override = crossed_circle 9 | define_override = pirate 10 | define_override = x-cursor 11 | define_override = X_cursor 12 | define_override = unavailable -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/hand/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.296 3 | hotspot_y = 0 4 | 5 | define_size = 0, hand.svg 6 | 7 | define_override = pointer 8 | define_override = hand1 9 | define_override = hand2 10 | define_override = pointing_hand 11 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/help/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0 3 | hotspot_y = 0 4 | 5 | define_size = 0, help.svg 6 | 7 | define_override = question_arrow 8 | define_override = left_ptr_help 9 | define_override = whats_this 10 | define_override = dnd-ask 11 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/move/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, move.svg 6 | 7 | define_override = size_all 8 | define_override = all-scroll 9 | define_override = pointer-move -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/pen/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0 3 | hotspot_y = 0 4 | 5 | define_size = 0, pen.svg 6 | define_override = pencil 7 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/pen/pen.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/precision/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, precision.svg 6 | 7 | define_override = cross 8 | define_override = cross_reverse 9 | define_override = diamond_cross 10 | define_override = tcross 11 | define_override = crosshair -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/progress/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0 3 | hotspot_y = 0 4 | define_override = half_busy 5 | define_override = left_ptr_watch 6 | define_override = background 7 | 8 | define_size = 0, progress.svg, 33 9 | define_size = 0, progress-01.svg, 33 10 | define_size = 0, progress-02.svg, 34 11 | define_size = 0, progress-03.svg, 33 12 | define_size = 0, progress-04.svg, 33 13 | define_size = 0, progress-05.svg, 34 14 | define_size = 0, progress-06.svg, 33 15 | define_size = 0, progress-07.svg, 33 16 | define_size = 0, progress-08.svg, 34 17 | define_size = 0, progress-09.svg, 33 18 | define_size = 0, progress-10.svg, 33 19 | define_size = 0, progress-11.svg, 34 20 | define_size = 0, progress-12.svg, 33 21 | define_size = 0, progress-13.svg, 33 22 | define_size = 0, progress-14.svg, 34 23 | define_size = 0, progress-15.svg, 33 24 | define_size = 0, progress-16.svg, 33 25 | define_size = 0, progress-17.svg, 34 26 | define_size = 0, progress-18.svg, 33 27 | define_size = 0, progress-19.svg, 33 28 | define_size = 0, progress-20.svg, 34 29 | define_size = 0, progress-21.svg, 33 30 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/right_ptr/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 1 3 | hotspot_y = 0 4 | 5 | define_size = 0, right_ptr.svg 6 | define_override = draft_large 7 | define_override = draft_small 8 | 9 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/right_ptr/right_ptr.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/row_resize/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, row-resize.svg 6 | 7 | define_override = row-resize -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/row_resize/row-resize.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/size_EW/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, size_EW.svg 6 | 7 | define_override = split_v 8 | define_override = e-resize 9 | define_override = w-resize 10 | define_override = sb_v_double_arrow 11 | define_override = size_hor 12 | define_override = size-hor 13 | define_override = v_double_arrow 14 | define_override = ew-resize 15 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/size_EW/size_EW.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/size_NS/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, size_NS.svg 6 | 7 | define_override = split_h 8 | define_override = n-resize 9 | define_override = s-resize 10 | define_override = h_double_arrow 11 | define_override = sb_h_double_arrow 12 | define_override = size_ver 13 | define_override = size-ver 14 | define_override = ns-resize -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/size_NS/size_NS.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/size_NeSw/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, size_NeSw.svg 6 | 7 | define_override = nesw-resize 8 | define_override = ne-resize 9 | define_override = sw-resize 10 | define_override = fb_double_arrow 11 | define_override = size_bdiag 12 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/size_NeSw/size_NeSw.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/size_NwSe/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, size_NwSe.svg 6 | 7 | define_override = nwse-resize 8 | define_override = nw-resize 9 | define_override = se-resize 10 | define_override = size_fdiag -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/size_NwSe/size_NwSe.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/vertical_text/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, vertical-text.svg 6 | 7 | define_override = vertical-text -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/vertical_text/vertical-text.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/wait/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0 3 | hotspot_y = 0 4 | define_override = watch 5 | 6 | define_size = 0, wait.svg, 33 7 | define_size = 0, wait-01.svg, 33 8 | define_size = 0, wait-02.svg, 34 9 | define_size = 0, wait-03.svg, 33 10 | define_size = 0, wait-04.svg, 33 11 | define_size = 0, wait-05.svg, 34 12 | define_size = 0, wait-06.svg, 33 13 | define_size = 0, wait-07.svg, 33 14 | define_size = 0, wait-08.svg, 34 15 | define_size = 0, wait-09.svg, 33 16 | define_size = 0, wait-10.svg, 33 17 | define_size = 0, wait-11.svg, 34 18 | define_size = 0, wait-12.svg, 33 19 | define_size = 0, wait-13.svg, 33 20 | define_size = 0, wait-14.svg, 34 21 | define_size = 0, wait-15.svg, 33 22 | define_size = 0, wait-16.svg, 33 23 | define_size = 0, wait-17.svg, 34 24 | define_size = 0, wait-18.svg, 33 25 | define_size = 0, wait-19.svg, 33 26 | define_size = 0, wait-20.svg, 34 27 | define_size = 0, wait-21.svg, 33 28 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/wait/wait-02.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/wait/wait-03.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/wait/wait-05.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/wait/wait-06.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/wait/wait-08.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/wait/wait-09.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/wait/wait-11.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/wait/wait-12.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/wait/wait-13.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/wait/wait-14.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/wait/wait-15.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/wait/wait-16.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/wait/wait-17.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/wait/wait-19.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/wait/wait-20.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/hyprcursors/wait/wait.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono/manifest.hl: -------------------------------------------------------------------------------- 1 | name = Posys-Cursor-Scalable-Mono 2 | description = Mono variant of Posy's Cursors, unrasterized and ported to Hyprcursor with additional cursors for the Linux user 3 | author = Michiel De Boer, Synth Morxemplum 4 | version = 1.3 5 | cursors_directory = hyprcursors 6 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/DnD_alias/alias.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/DnD_alias/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0 3 | hotspot_y = 0 4 | 5 | define_size = 0, alias.svg 6 | 7 | define_override = alias -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/DnD_copy/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0 3 | hotspot_y = 0 4 | 5 | define_size = 0, copy.svg 6 | 7 | define_override = copy -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/DnD_nodrop/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0 3 | hotspot_y = 0 4 | 5 | define_size = 0, no-drop.svg 6 | 7 | define_override = no-drop -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/beam/beam.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/beam/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, beam.svg 6 | 7 | define_override = text 8 | define_override = ibeam 9 | define_override = xterm 10 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/col_resize/col-resize.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/col_resize/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, col-resize.svg 6 | 7 | define_override = col-resize -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/context_menu/context-menu.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/context_menu/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0 3 | hotspot_y = 0 4 | 5 | define_size = 0, context-menu.svg 6 | 7 | define_override = context-menu -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/default/default.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/default/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0 3 | hotspot_y = 0 4 | 5 | define_size = 0, default.svg 6 | define_override = arrow 7 | define_override = left_ptr 8 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/forbidden/forbidden.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/forbidden/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, forbidden.svg 6 | 7 | define_override = not-allowed 8 | define_override = crossed_circle 9 | define_override = pirate 10 | define_override = x-cursor 11 | define_override = X_cursor 12 | define_override = unavailable -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/hand/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.296 3 | hotspot_y = 0 4 | 5 | define_size = 0, hand.svg 6 | 7 | define_override = pointer 8 | define_override = hand1 9 | define_override = hand2 10 | define_override = pointing_hand 11 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/help/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0 3 | hotspot_y = 0 4 | 5 | define_size = 0, help.svg 6 | 7 | define_override = question_arrow 8 | define_override = left_ptr_help 9 | define_override = whats_this 10 | define_override = dnd-ask 11 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/move/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, move.svg 6 | 7 | define_override = size_all 8 | define_override = all-scroll 9 | define_override = pointer-move -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/move/move.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/pen/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0 3 | hotspot_y = 0 4 | 5 | define_size = 0, pen.svg 6 | define_override = pencil 7 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/pen/pen.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/precision/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, precision.svg 6 | 7 | define_override = cross 8 | define_override = cross_reverse 9 | define_override = diamond_cross 10 | define_override = tcross 11 | define_override = crosshair -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/right_ptr/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 1 3 | hotspot_y = 0 4 | 5 | define_size = 0, right_ptr.svg 6 | define_override = draft_large 7 | define_override = draft_small 8 | 9 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/right_ptr/right_ptr.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/row_resize/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, row-resize.svg 6 | 7 | define_override = row-resize -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/row_resize/row-resize.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/size_EW/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, size_EW.svg 6 | 7 | define_override = split_v 8 | define_override = e-resize 9 | define_override = w-resize 10 | define_override = sb_v_double_arrow 11 | define_override = size_hor 12 | define_override = size-hor 13 | define_override = v_double_arrow 14 | define_override = ew-resize 15 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/size_EW/size_EW.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/size_NS/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, size_NS.svg 6 | 7 | define_override = split_h 8 | define_override = n-resize 9 | define_override = s-resize 10 | define_override = h_double_arrow 11 | define_override = sb_h_double_arrow 12 | define_override = size_ver 13 | define_override = size-ver 14 | define_override = ns-resize -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/size_NS/size_NS.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/size_NeSw/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, size_NeSw.svg 6 | 7 | define_override = nesw-resize 8 | define_override = ne-resize 9 | define_override = sw-resize 10 | define_override = fb_double_arrow 11 | define_override = size_bdiag 12 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/size_NeSw/size_NeSw.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/size_NwSe/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, size_NwSe.svg 6 | 7 | define_override = nwse-resize 8 | define_override = nw-resize 9 | define_override = se-resize 10 | define_override = size_fdiag -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/size_NwSe/size_NwSe.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/vertical_text/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, vertical-text.svg 6 | 7 | define_override = vertical-text -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/vertical_text/vertical-text.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/wait/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0 3 | hotspot_y = 0 4 | define_override = watch 5 | 6 | define_size = 0, wait.svg, 33 7 | define_size = 0, wait-01.svg, 33 8 | define_size = 0, wait-02.svg, 34 9 | define_size = 0, wait-03.svg, 33 10 | define_size = 0, wait-04.svg, 33 11 | define_size = 0, wait-05.svg, 34 12 | define_size = 0, wait-06.svg, 33 13 | define_size = 0, wait-07.svg, 33 14 | define_size = 0, wait-08.svg, 34 15 | define_size = 0, wait-09.svg, 33 16 | define_size = 0, wait-10.svg, 33 17 | define_size = 0, wait-11.svg, 34 18 | define_size = 0, wait-12.svg, 33 19 | define_size = 0, wait-13.svg, 33 20 | define_size = 0, wait-14.svg, 34 21 | define_size = 0, wait-15.svg, 33 22 | define_size = 0, wait-16.svg, 33 23 | define_size = 0, wait-17.svg, 34 24 | define_size = 0, wait-18.svg, 33 25 | define_size = 0, wait-19.svg, 33 26 | define_size = 0, wait-20.svg, 34 27 | define_size = 0, wait-21.svg, 33 28 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/wait/wait-02.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/wait/wait-03.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/wait/wait-05.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/wait/wait-06.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/wait/wait-08.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/wait/wait-09.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/wait/wait-11.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/wait/wait-13.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/wait/wait-14.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/wait/wait-15.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/wait/wait-16.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/wait/wait-17.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/wait/wait-19.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/wait/wait-20.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/hyprcursors/wait/wait.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/mono_black/manifest.hl: -------------------------------------------------------------------------------- 1 | name = Posys-Cursor-Scalable-Mono-Black 2 | description = Mono black variant of Posy's Cursors, unrasterized and ported to Hyprcursor with additional cursors for the Linux user 3 | author = Michiel De Boer, Synth Morxemplum 4 | version = 1.3 5 | cursors_directory = hyprcursors 6 | -------------------------------------------------------------------------------- /hyprcursor_themes/white/hyprcursors/DnD_alias/alias.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/white/hyprcursors/DnD_alias/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0 3 | hotspot_y = 0 4 | 5 | define_size = 0, alias.svg 6 | 7 | define_override = alias -------------------------------------------------------------------------------- /hyprcursor_themes/white/hyprcursors/DnD_copy/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0 3 | hotspot_y = 0 4 | 5 | define_size = 0, copy.svg 6 | 7 | define_override = copy -------------------------------------------------------------------------------- /hyprcursor_themes/white/hyprcursors/DnD_nodrop/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0 3 | hotspot_y = 0 4 | 5 | define_size = 0, no-drop.svg 6 | 7 | define_override = no-drop -------------------------------------------------------------------------------- /hyprcursor_themes/white/hyprcursors/beam/beam.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/white/hyprcursors/beam/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, beam.svg 6 | 7 | define_override = text 8 | define_override = ibeam 9 | define_override = xterm 10 | -------------------------------------------------------------------------------- /hyprcursor_themes/white/hyprcursors/col_resize/col-resize.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/white/hyprcursors/col_resize/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, col-resize.svg 6 | 7 | define_override = col-resize -------------------------------------------------------------------------------- /hyprcursor_themes/white/hyprcursors/context_menu/context-menu.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/white/hyprcursors/context_menu/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0 3 | hotspot_y = 0 4 | 5 | define_size = 0, context-menu.svg 6 | 7 | define_override = context-menu -------------------------------------------------------------------------------- /hyprcursor_themes/white/hyprcursors/default/default.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/white/hyprcursors/default/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0 3 | hotspot_y = 0 4 | 5 | define_size = 0, default.svg 6 | define_override = arrow 7 | define_override = left_ptr 8 | -------------------------------------------------------------------------------- /hyprcursor_themes/white/hyprcursors/forbidden/forbidden.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/white/hyprcursors/forbidden/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, forbidden.svg 6 | 7 | define_override = not-allowed 8 | define_override = crossed_circle 9 | define_override = pirate 10 | define_override = x-cursor 11 | define_override = X_cursor 12 | define_override = unavailable -------------------------------------------------------------------------------- /hyprcursor_themes/white/hyprcursors/hand/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.296 3 | hotspot_y = 0 4 | 5 | define_size = 0, hand.svg 6 | 7 | define_override = pointer 8 | define_override = hand1 9 | define_override = hand2 10 | define_override = pointing_hand 11 | -------------------------------------------------------------------------------- /hyprcursor_themes/white/hyprcursors/help/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0 3 | hotspot_y = 0 4 | 5 | define_size = 0, help.svg 6 | 7 | define_override = question_arrow 8 | define_override = left_ptr_help 9 | define_override = whats_this 10 | define_override = dnd-ask 11 | -------------------------------------------------------------------------------- /hyprcursor_themes/white/hyprcursors/move/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, move.svg 6 | 7 | define_override = size_all 8 | define_override = all-scroll 9 | define_override = pointer-move -------------------------------------------------------------------------------- /hyprcursor_themes/white/hyprcursors/pen/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0 3 | hotspot_y = 0 4 | 5 | define_size = 0, pen.svg 6 | define_override = pencil 7 | -------------------------------------------------------------------------------- /hyprcursor_themes/white/hyprcursors/pen/pen.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/white/hyprcursors/precision/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, precision.svg 6 | 7 | define_override = cross 8 | define_override = cross_reverse 9 | define_override = diamond_cross 10 | define_override = tcross 11 | define_override = crosshair -------------------------------------------------------------------------------- /hyprcursor_themes/white/hyprcursors/right_ptr/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 1 3 | hotspot_y = 0 4 | 5 | define_size = 0, right_ptr.svg 6 | define_override = draft_large 7 | define_override = draft_small 8 | 9 | -------------------------------------------------------------------------------- /hyprcursor_themes/white/hyprcursors/right_ptr/right_ptr.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/white/hyprcursors/row_resize/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, row-resize.svg 6 | 7 | define_override = row-resize -------------------------------------------------------------------------------- /hyprcursor_themes/white/hyprcursors/row_resize/row-resize.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/white/hyprcursors/size_EW/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, size_EW.svg 6 | 7 | define_override = split_v 8 | define_override = e-resize 9 | define_override = w-resize 10 | define_override = sb_v_double_arrow 11 | define_override = size_hor 12 | define_override = size-hor 13 | define_override = v_double_arrow 14 | define_override = ew-resize 15 | -------------------------------------------------------------------------------- /hyprcursor_themes/white/hyprcursors/size_EW/size_EW.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/white/hyprcursors/size_NS/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, size_NS.svg 6 | 7 | define_override = split_h 8 | define_override = n-resize 9 | define_override = s-resize 10 | define_override = h_double_arrow 11 | define_override = sb_h_double_arrow 12 | define_override = size_ver 13 | define_override = size-ver 14 | define_override = ns-resize -------------------------------------------------------------------------------- /hyprcursor_themes/white/hyprcursors/size_NS/size_NS.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/white/hyprcursors/size_NeSw/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, size_NeSw.svg 6 | 7 | define_override = nesw-resize 8 | define_override = ne-resize 9 | define_override = sw-resize 10 | define_override = fb_double_arrow 11 | define_override = size_bdiag 12 | -------------------------------------------------------------------------------- /hyprcursor_themes/white/hyprcursors/size_NeSw/size_NeSw.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/white/hyprcursors/size_NwSe/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, size_NwSe.svg 6 | 7 | define_override = nwse-resize 8 | define_override = nw-resize 9 | define_override = se-resize 10 | define_override = size_fdiag -------------------------------------------------------------------------------- /hyprcursor_themes/white/hyprcursors/size_NwSe/size_NwSe.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/white/hyprcursors/vertical_text/meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.5 3 | hotspot_y = 0.5 4 | 5 | define_size = 0, vertical-text.svg 6 | 7 | define_override = vertical-text -------------------------------------------------------------------------------- /hyprcursor_themes/white/hyprcursors/vertical_text/vertical-text.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hyprcursor_themes/white/manifest.hl: -------------------------------------------------------------------------------- 1 | name = Posys-Cursor-Scalable 2 | description = Posy's infamous cursors, unrasterized and ported to Hyprcursor with additional cursors for the Linux user 3 | author = Michiel De Boer, Synth Morxemplum 4 | version = 1.3 5 | cursors_directory = hyprcursors 6 | -------------------------------------------------------------------------------- /optimize_plain_svg.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | CURRENT_DIR=`pwd` 4 | CURSOR_DIR="${CURRENT_DIR}/plasma_themes/posys_cursor_scalable/cursors_scalable" 5 | 6 | if [ ! -d "$CURSOR_DIR" ]; then 7 | echo "ERROR: Cursor Directory does not exist." 8 | exit 1 9 | fi 10 | 11 | for svg in `find $CURSOR_DIR -iname "*.svg"`; do 12 | FILE_NAME="${svg%.*}" 13 | scour $svg $FILE_NAME-optimized.svg --set-precision=4 --strip-xml-prolog \ 14 | --remove-titles --remove-description --remove-metadata --remove-descriptive-elements \ 15 | --enable-comment-stripping --indent=tab --no-line-breaks --strip-xml-space \ 16 | --enable-id-stripping --shorten-ids 17 | rm $svg 18 | mv $FILE_NAME-optimized.svg $svg 19 | done -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable/cursors_scalable/alias/alias.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable/cursors_scalable/alias/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "alias.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 0, 6 | "hotspot_y": 0 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable/cursors_scalable/all-scroll/all-scroll.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable/cursors_scalable/all-scroll/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "all-scroll.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable/cursors_scalable/col-resize/col-resize.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable/cursors_scalable/col-resize/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "col-resize.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable/cursors_scalable/context-menu/context-menu.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable/cursors_scalable/context-menu/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "context-menu.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 0, 6 | "hotspot_y": 0 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable/cursors_scalable/copy/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "copy.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 0, 6 | "hotspot_y": 0 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable/cursors_scalable/crosshair/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "crosshair.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable/cursors_scalable/default/default.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable/cursors_scalable/default/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "default.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 0, 6 | "hotspot_y": 0 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable/cursors_scalable/ew-resize/ew-resize.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable/cursors_scalable/ew-resize/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "ew-resize.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable/cursors_scalable/help/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "help.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 0, 6 | "hotspot_y": 0 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable/cursors_scalable/nesw-resize/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "nesw-resize.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable/cursors_scalable/nesw-resize/nesw-resize.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable/cursors_scalable/no-drop/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "no-drop.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 0, 6 | "hotspot_y": 0 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable/cursors_scalable/not-allowed/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "not-allowed.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable/cursors_scalable/not-allowed/not-allowed.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable/cursors_scalable/ns-resize/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "ns-resize.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable/cursors_scalable/ns-resize/ns-resize.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable/cursors_scalable/nwse-resize/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "nwse-resize.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable/cursors_scalable/nwse-resize/nwse-resize.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable/cursors_scalable/pen/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "pen.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 0, 6 | "hotspot_y": 0 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable/cursors_scalable/pen/pen.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable/cursors_scalable/pointer/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "pointer.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 7.1, 6 | "hotspot_y": 0 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable/cursors_scalable/row-resize/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "row-resize.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable/cursors_scalable/row-resize/row-resize.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable/cursors_scalable/text/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "text.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable/cursors_scalable/text/text.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable/cursors_scalable/vertical-text/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "vertical-text.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable/cursors_scalable/vertical-text/vertical-text.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable/index.theme: -------------------------------------------------------------------------------- 1 | [Icon Theme] 2 | Name=Posy's Cursor (Scalable) 3 | Comment=Posy's infamous cursors, containing unrasterized and additional cursors for the Linux user 4 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_black/cursors_scalable/alias/alias.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_black/cursors_scalable/alias/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "alias.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 0, 6 | "hotspot_y": 0 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_black/cursors_scalable/all-scroll/all-scroll.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_black/cursors_scalable/all-scroll/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "all-scroll.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_black/cursors_scalable/col-resize/col-resize.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_black/cursors_scalable/col-resize/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "col-resize.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_black/cursors_scalable/context-menu/context-menu.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_black/cursors_scalable/context-menu/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "context-menu.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 0, 6 | "hotspot_y": 0 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_black/cursors_scalable/copy/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "copy.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 0, 6 | "hotspot_y": 0 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_black/cursors_scalable/crosshair/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "crosshair.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_black/cursors_scalable/default/default.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_black/cursors_scalable/default/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "default.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 0, 6 | "hotspot_y": 0 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_black/cursors_scalable/ew-resize/ew-resize.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_black/cursors_scalable/ew-resize/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "ew-resize.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_black/cursors_scalable/help/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "help.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 0, 6 | "hotspot_y": 0 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_black/cursors_scalable/nesw-resize/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "nesw-resize.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_black/cursors_scalable/nesw-resize/nesw-resize.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_black/cursors_scalable/no-drop/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "no-drop.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 0, 6 | "hotspot_y": 0 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_black/cursors_scalable/not-allowed/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "not-allowed.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_black/cursors_scalable/not-allowed/not-allowed.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_black/cursors_scalable/ns-resize/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "ns-resize.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_black/cursors_scalable/ns-resize/ns-resize.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_black/cursors_scalable/nwse-resize/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "nwse-resize.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_black/cursors_scalable/nwse-resize/nwse-resize.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_black/cursors_scalable/pen/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "pen.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 0, 6 | "hotspot_y": 0 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_black/cursors_scalable/pen/pen.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_black/cursors_scalable/pointer/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "pointer.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 7.1, 6 | "hotspot_y": 0 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_black/cursors_scalable/row-resize/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "row-resize.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_black/cursors_scalable/row-resize/row-resize.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_black/cursors_scalable/text/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "text.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_black/cursors_scalable/text/text.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_black/cursors_scalable/vertical-text/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "vertical-text.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_black/cursors_scalable/vertical-text/vertical-text.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_black/index.theme: -------------------------------------------------------------------------------- 1 | [Icon Theme] 2 | Name=Posy's Cursor Black (Scalable) 3 | Comment=Black variant of Posy's infamous cursors, containing unrasterized and additional cursors for the Linux user 4 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/alias/alias.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/alias/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "alias.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 0, 6 | "hotspot_y": 0 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/all-scroll/all-scroll.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/all-scroll/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "all-scroll.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/col-resize/col-resize.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/col-resize/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "col-resize.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/context-menu/context-menu.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/context-menu/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "context-menu.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 0, 6 | "hotspot_y": 0 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/copy/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "copy.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 0, 6 | "hotspot_y": 0 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/crosshair/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "crosshair.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/default/default.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/default/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "default.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 0, 6 | "hotspot_y": 0 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/ew-resize/ew-resize.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/ew-resize/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "ew-resize.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/help/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "help.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 0, 6 | "hotspot_y": 0 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/nesw-resize/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "nesw-resize.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/nesw-resize/nesw-resize.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/no-drop/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "no-drop.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 0, 6 | "hotspot_y": 0 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/not-allowed/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "not-allowed.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/not-allowed/not-allowed.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/ns-resize/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "ns-resize.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/ns-resize/ns-resize.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/nwse-resize/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "nwse-resize.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/nwse-resize/nwse-resize.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/pen/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "pen.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 0, 6 | "hotspot_y": 0 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/pen/pen.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/pointer/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "pointer.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 7.1, 6 | "hotspot_y": 0 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/row-resize/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "row-resize.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/row-resize/row-resize.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/text/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "text.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/text/text.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/vertical-text/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "vertical-text.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/vertical-text/vertical-text.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/wait/wait-02.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/wait/wait-03.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/wait/wait-05.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/wait/wait-06.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/wait/wait-08.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/wait/wait-09.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/wait/wait-11.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/wait/wait-13.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/wait/wait-14.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/wait/wait-15.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/wait/wait-16.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/wait/wait-19.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/wait/wait-20.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/cursors_scalable/wait/wait.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono/index.theme: -------------------------------------------------------------------------------- 1 | [Icon Theme] 2 | Name=Posy's Cursor Mono (Scalable) 3 | Comment=Monochrome variant of Posy's infamous cursors, containing unrasterized and additional cursors for the Linux user 4 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/alias/alias.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/alias/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "alias.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 0, 6 | "hotspot_y": 0 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/all-scroll/all-scroll.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/all-scroll/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "all-scroll.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/col-resize/col-resize.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/col-resize/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "col-resize.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/context-menu/context-menu.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/context-menu/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "context-menu.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 0, 6 | "hotspot_y": 0 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/copy/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "copy.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 0, 6 | "hotspot_y": 0 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/crosshair/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "crosshair.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/default/default.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/default/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "default.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 0, 6 | "hotspot_y": 0 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/ew-resize/ew-resize.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/ew-resize/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "ew-resize.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/help/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "help.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 0, 6 | "hotspot_y": 0 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/nesw-resize/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "nesw-resize.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/nesw-resize/nesw-resize.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/no-drop/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "no-drop.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 0, 6 | "hotspot_y": 0 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/not-allowed/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "not-allowed.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/not-allowed/not-allowed.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/ns-resize/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "ns-resize.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/ns-resize/ns-resize.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/nwse-resize/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "nwse-resize.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/nwse-resize/nwse-resize.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/pen/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "pen.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 0, 6 | "hotspot_y": 0 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/pen/pen.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/pointer/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "pointer.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 7.1, 6 | "hotspot_y": 0 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/row-resize/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "row-resize.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/row-resize/row-resize.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/text/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "text.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/text/text.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/vertical-text/metadata.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "filename": "vertical-text.svg", 4 | "nominal_size": 24, 5 | "hotspot_x": 12, 6 | "hotspot_y": 12 7 | } 8 | ] 9 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/vertical-text/vertical-text.svg: -------------------------------------------------------------------------------- 1 | Posy's Cursor 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/wait/wait-02.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/wait/wait-03.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/wait/wait-05.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/wait/wait-06.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/wait/wait-08.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/wait/wait-09.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/wait/wait-11.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/wait/wait-13.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/wait/wait-14.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/wait/wait-15.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/wait/wait-16.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/wait/wait-19.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/wait/wait-20.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/cursors_scalable/wait/wait.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /plasma_themes/posys_cursor_scalable_mono_black/index.theme: -------------------------------------------------------------------------------- 1 | [Icon Theme] 2 | Name=Posy's Cursor Mono Black (Scalable) 3 | Comment=Monochrome black variant of Posy's infamous cursors, containing unrasterized and additional cursors for the Linux user 4 | -------------------------------------------------------------------------------- /plasma_themes/src/build_tools/diff_pixmaps: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Compare generated pixmaps with the old 3 | # Place the old pixmaps in Breeze/build.old, the new ones in Breeze/build, and run this script 4 | # in Breeze/ 5 | 6 | for i in build/x*; do 7 | echo $i 8 | DIR=`basename $i` 9 | mkdir -p diff/$DIR 10 | for FILE in build/$DIR/*; do 11 | BASENAME=`basename $FILE` 12 | magick compare -metric mae {build.old,build,diff}/$DIR/$BASENAME 13 | echo " $BASENAME" 14 | done 15 | echo 16 | done 17 | -------------------------------------------------------------------------------- /src/extra/person-pin-meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.253 3 | hotspot_y = 0 4 | 5 | define_size = 0, INSERT_SVG_NAME_HERE.svg 6 | 7 | -------------------------------------------------------------------------------- /src/extra/wrong-finger-meta.hl: -------------------------------------------------------------------------------- 1 | resize_algorithm = none 2 | hotspot_x = 0.432 3 | hotspot_y = 0 4 | 5 | define_size = 0, hand.svg 6 | 7 | define_override = pointer 8 | define_override = hand1 9 | define_override = hand2 10 | define_override = pointing_hand 11 | -------------------------------------------------------------------------------- /svg1.1_to_svg-bimi.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | # For KDE Plasma, the SVGs for the scalable cursors must follow SVG Tiny 1.2 4 | # as the Qt framework only uses Tiny 1.2. This script takes advantage of a 5 | # program that converts a Plain SVG (which is SVG 1.1 Full) to a profile called 6 | # BIMI P/S. BIMI P/S is valid Tiny 1.2 as BIMI P/S is a subset of Tiny 1.2. 7 | 8 | # Get the program here: https://github.com/SRWieZ/svgtinyps-cli 9 | 10 | 11 | CURRENT_DIR=`pwd` 12 | SVG_DIR=$CURRENT_DIR 13 | CURSOR_DIR="${CURRENT_DIR}/plasma_themes/posys_cursor_scalable/cursors_scalable" 14 | 15 | if [ ! -d "$CURSOR_DIR" ]; then 16 | echo "ERROR: Cursor Directory does not exist." 17 | exit 1 18 | fi 19 | 20 | EXE="${SVG_DIR}/svgtinyps" 21 | for svg in `find $CURSOR_DIR -iname "*.svg"`; do 22 | FILE_NAME="${svg%.*}" 23 | $EXE convert $svg $FILE_NAME-final.svg --title="Posy's Cursor" 24 | rm $svg 25 | mv $FILE_NAME-final.svg $svg 26 | done --------------------------------------------------------------------------------