diff --git a/CMakeLists.txt b/CMakeLists.txt index 70ce0855..04141b8f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,15 +1,17 @@ find_package(X11) set_package_properties(X11 PROPERTIES DESCRIPTION "X11 libraries" URL "http://www.x.org" TYPE OPTIONAL PURPOSE "Required for building the X11 based workspace" ) if(X11_FOUND) find_package(XCB REQUIRED COMPONENTS XCB XFIXES DAMAGE COMPOSITE SHAPE SYNC RENDER RANDR KEYSYMS IMAGE SHM XTEST) set_package_properties(XCB PROPERTIES TYPE REQUIRED) find_package(XCB COMPONENTS ICCCM) add_feature_info("XCB-ICCCM" XCB_ICCCM_FOUND "Required for building test applications for KWin") endif() add_subdirectory(liboxygen) add_subdirectory(kstyle) +add_subdirectory(cursors) + diff --git a/cursors/CMakeLists.txt b/cursors/CMakeLists.txt new file mode 100644 index 00000000..4b0da9dd --- /dev/null +++ b/cursors/CMakeLists.txt @@ -0,0 +1,13 @@ +set(cursors_folders + Oxygen_Black + Oxygen_Blue + Oxygen_White + Oxygen_Yellow + Oxygen_Zion + KDE_Classic + ) + +foreach(theme ${cursors_folders}) + install(DIRECTORY ${theme} DESTINATION ${ICON_INSTALL_DIR}) +endforeach(theme) + diff --git a/cursors/KDE_Classic/cursors/00000000000000020006000e7e9ffc3f b/cursors/KDE_Classic/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 00000000..3126613d --- /dev/null +++ b/cursors/KDE_Classic/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +half-busy \ No newline at end of file diff --git a/cursors/KDE_Classic/cursors/00008160000006810000408080010102 b/cursors/KDE_Classic/cursors/00008160000006810000408080010102 new file mode 120000 index 00000000..fb54fee2 --- /dev/null +++ b/cursors/KDE_Classic/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/cursors/KDE_Classic/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/cursors/KDE_Classic/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 00000000..3126613d --- /dev/null +++ b/cursors/KDE_Classic/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +half-busy \ No newline at end of file diff --git a/cursors/KDE_Classic/cursors/3ecb610c1bf2410f44200f48c40d3599 b/cursors/KDE_Classic/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 00000000..3126613d --- /dev/null +++ b/cursors/KDE_Classic/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +half-busy \ No newline at end of file diff --git a/cursors/KDE_Classic/cursors/4498f0e0c1937ffe01fd06f973665830 b/cursors/KDE_Classic/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/KDE_Classic/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/KDE_Classic/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/cursors/KDE_Classic/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 00000000..4cea3acc --- /dev/null +++ b/cursors/KDE_Classic/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/cursors/KDE_Classic/cursors/9081237383d90e509aa00f00170e968f b/cursors/KDE_Classic/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/KDE_Classic/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/KDE_Classic/cursors/9d800788f1b08800ae810202380a0822 b/cursors/KDE_Classic/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 00000000..76c78220 --- /dev/null +++ b/cursors/KDE_Classic/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +pointing_hand \ No newline at end of file diff --git a/cursors/KDE_Classic/cursors/X_cursor b/cursors/KDE_Classic/cursors/X_cursor new file mode 100644 index 00000000..2bd051aa Binary files /dev/null and b/cursors/KDE_Classic/cursors/X_cursor differ diff --git a/cursors/KDE_Classic/cursors/all-scroll b/cursors/KDE_Classic/cursors/all-scroll new file mode 120000 index 00000000..147f7449 --- /dev/null +++ b/cursors/KDE_Classic/cursors/all-scroll @@ -0,0 +1 @@ +fleur \ No newline at end of file diff --git a/cursors/KDE_Classic/cursors/bottom_left_corner b/cursors/KDE_Classic/cursors/bottom_left_corner new file mode 100644 index 00000000..abfe647d Binary files /dev/null and b/cursors/KDE_Classic/cursors/bottom_left_corner differ diff --git a/cursors/KDE_Classic/cursors/bottom_right_corner b/cursors/KDE_Classic/cursors/bottom_right_corner new file mode 100644 index 00000000..87b5e293 Binary files /dev/null and b/cursors/KDE_Classic/cursors/bottom_right_corner differ diff --git a/cursors/KDE_Classic/cursors/bottom_side b/cursors/KDE_Classic/cursors/bottom_side new file mode 100644 index 00000000..ca1cf65e Binary files /dev/null and b/cursors/KDE_Classic/cursors/bottom_side differ diff --git a/cursors/KDE_Classic/cursors/center_ptr b/cursors/KDE_Classic/cursors/center_ptr new file mode 100644 index 00000000..519a6e9e Binary files /dev/null and b/cursors/KDE_Classic/cursors/center_ptr differ diff --git a/cursors/KDE_Classic/cursors/closedhand b/cursors/KDE_Classic/cursors/closedhand new file mode 100644 index 00000000..051aa59d Binary files /dev/null and b/cursors/KDE_Classic/cursors/closedhand differ diff --git a/cursors/KDE_Classic/cursors/col-resize b/cursors/KDE_Classic/cursors/col-resize new file mode 120000 index 00000000..179b52be --- /dev/null +++ b/cursors/KDE_Classic/cursors/col-resize @@ -0,0 +1 @@ +split_v \ No newline at end of file diff --git a/cursors/KDE_Classic/cursors/cross b/cursors/KDE_Classic/cursors/cross new file mode 100644 index 00000000..8eeca220 Binary files /dev/null and b/cursors/KDE_Classic/cursors/cross differ diff --git a/cursors/KDE_Classic/cursors/crossed_circle b/cursors/KDE_Classic/cursors/crossed_circle new file mode 120000 index 00000000..74313ca4 --- /dev/null +++ b/cursors/KDE_Classic/cursors/crossed_circle @@ -0,0 +1 @@ +forbidden \ No newline at end of file diff --git a/cursors/KDE_Classic/cursors/crosshair b/cursors/KDE_Classic/cursors/crosshair new file mode 100644 index 00000000..c00bc799 Binary files /dev/null and b/cursors/KDE_Classic/cursors/crosshair differ diff --git a/cursors/KDE_Classic/cursors/d9ce0ab605698f320427677b458ad60b b/cursors/KDE_Classic/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 00000000..4cea3acc --- /dev/null +++ b/cursors/KDE_Classic/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/cursors/KDE_Classic/cursors/dnd-move b/cursors/KDE_Classic/cursors/dnd-move new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/KDE_Classic/cursors/dnd-move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/KDE_Classic/cursors/dnd-no-drop b/cursors/KDE_Classic/cursors/dnd-no-drop new file mode 120000 index 00000000..74313ca4 --- /dev/null +++ b/cursors/KDE_Classic/cursors/dnd-no-drop @@ -0,0 +1 @@ +forbidden \ No newline at end of file diff --git a/cursors/KDE_Classic/cursors/dnd-none b/cursors/KDE_Classic/cursors/dnd-none new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/KDE_Classic/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/KDE_Classic/cursors/e-resize b/cursors/KDE_Classic/cursors/e-resize new file mode 120000 index 00000000..e0da659c --- /dev/null +++ b/cursors/KDE_Classic/cursors/e-resize @@ -0,0 +1 @@ +size_hor \ No newline at end of file diff --git a/cursors/KDE_Classic/cursors/e29285e634086352946a0e7090d73106 b/cursors/KDE_Classic/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 00000000..76c78220 --- /dev/null +++ b/cursors/KDE_Classic/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +pointing_hand \ No newline at end of file diff --git a/cursors/KDE_Classic/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/cursors/KDE_Classic/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/KDE_Classic/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/KDE_Classic/cursors/fleur b/cursors/KDE_Classic/cursors/fleur new file mode 100644 index 00000000..d4332ba8 Binary files /dev/null and b/cursors/KDE_Classic/cursors/fleur differ diff --git a/cursors/KDE_Classic/cursors/forbidden b/cursors/KDE_Classic/cursors/forbidden new file mode 100644 index 00000000..b843aa08 Binary files /dev/null and b/cursors/KDE_Classic/cursors/forbidden differ diff --git a/cursors/KDE_Classic/cursors/half-busy b/cursors/KDE_Classic/cursors/half-busy new file mode 100644 index 00000000..39f1b52e Binary files /dev/null and b/cursors/KDE_Classic/cursors/half-busy differ diff --git a/cursors/KDE_Classic/cursors/hand1 b/cursors/KDE_Classic/cursors/hand1 new file mode 100644 index 00000000..012448a6 Binary files /dev/null and b/cursors/KDE_Classic/cursors/hand1 differ diff --git a/cursors/KDE_Classic/cursors/hand2 b/cursors/KDE_Classic/cursors/hand2 new file mode 100644 index 00000000..1e9cf9c0 Binary files /dev/null and b/cursors/KDE_Classic/cursors/hand2 differ diff --git a/cursors/KDE_Classic/cursors/help b/cursors/KDE_Classic/cursors/help new file mode 100644 index 00000000..5bcc999e Binary files /dev/null and b/cursors/KDE_Classic/cursors/help differ diff --git a/cursors/KDE_Classic/cursors/ibeam b/cursors/KDE_Classic/cursors/ibeam new file mode 100644 index 00000000..90c4dc71 Binary files /dev/null and b/cursors/KDE_Classic/cursors/ibeam differ diff --git a/cursors/KDE_Classic/cursors/left_ptr b/cursors/KDE_Classic/cursors/left_ptr new file mode 100644 index 00000000..5859b2ea Binary files /dev/null and b/cursors/KDE_Classic/cursors/left_ptr differ diff --git a/cursors/KDE_Classic/cursors/left_ptr_watch b/cursors/KDE_Classic/cursors/left_ptr_watch new file mode 120000 index 00000000..3126613d --- /dev/null +++ b/cursors/KDE_Classic/cursors/left_ptr_watch @@ -0,0 +1 @@ +half-busy \ No newline at end of file diff --git a/cursors/KDE_Classic/cursors/left_side b/cursors/KDE_Classic/cursors/left_side new file mode 100644 index 00000000..a17bc1d6 Binary files /dev/null and b/cursors/KDE_Classic/cursors/left_side differ diff --git a/cursors/KDE_Classic/cursors/move b/cursors/KDE_Classic/cursors/move new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/KDE_Classic/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/KDE_Classic/cursors/n-resize b/cursors/KDE_Classic/cursors/n-resize new file mode 120000 index 00000000..fb54fee2 --- /dev/null +++ b/cursors/KDE_Classic/cursors/n-resize @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/cursors/KDE_Classic/cursors/not-allowed b/cursors/KDE_Classic/cursors/not-allowed new file mode 120000 index 00000000..74313ca4 --- /dev/null +++ b/cursors/KDE_Classic/cursors/not-allowed @@ -0,0 +1 @@ +forbidden \ No newline at end of file diff --git a/cursors/KDE_Classic/cursors/openhand b/cursors/KDE_Classic/cursors/openhand new file mode 100644 index 00000000..953b8e7e Binary files /dev/null and b/cursors/KDE_Classic/cursors/openhand differ diff --git a/cursors/KDE_Classic/cursors/pirate b/cursors/KDE_Classic/cursors/pirate new file mode 100644 index 00000000..c13aaa75 Binary files /dev/null and b/cursors/KDE_Classic/cursors/pirate differ diff --git a/cursors/KDE_Classic/cursors/pointer b/cursors/KDE_Classic/cursors/pointer new file mode 120000 index 00000000..76c78220 --- /dev/null +++ b/cursors/KDE_Classic/cursors/pointer @@ -0,0 +1 @@ +pointing_hand \ No newline at end of file diff --git a/cursors/KDE_Classic/cursors/pointing_hand b/cursors/KDE_Classic/cursors/pointing_hand new file mode 100644 index 00000000..1e9cf9c0 Binary files /dev/null and b/cursors/KDE_Classic/cursors/pointing_hand differ diff --git a/cursors/KDE_Classic/cursors/progress b/cursors/KDE_Classic/cursors/progress new file mode 120000 index 00000000..3126613d --- /dev/null +++ b/cursors/KDE_Classic/cursors/progress @@ -0,0 +1 @@ +half-busy \ No newline at end of file diff --git a/cursors/KDE_Classic/cursors/question_arrow b/cursors/KDE_Classic/cursors/question_arrow new file mode 100644 index 00000000..f2ea8ecc Binary files /dev/null and b/cursors/KDE_Classic/cursors/question_arrow differ diff --git a/cursors/KDE_Classic/cursors/right_ptr b/cursors/KDE_Classic/cursors/right_ptr new file mode 100644 index 00000000..368a2a01 Binary files /dev/null and b/cursors/KDE_Classic/cursors/right_ptr differ diff --git a/cursors/KDE_Classic/cursors/right_side b/cursors/KDE_Classic/cursors/right_side new file mode 100644 index 00000000..c9e333ea Binary files /dev/null and b/cursors/KDE_Classic/cursors/right_side differ diff --git a/cursors/KDE_Classic/cursors/row-resize b/cursors/KDE_Classic/cursors/row-resize new file mode 120000 index 00000000..e3aa7487 --- /dev/null +++ b/cursors/KDE_Classic/cursors/row-resize @@ -0,0 +1 @@ +split_h \ No newline at end of file diff --git a/cursors/KDE_Classic/cursors/s-resize b/cursors/KDE_Classic/cursors/s-resize new file mode 120000 index 00000000..fb54fee2 --- /dev/null +++ b/cursors/KDE_Classic/cursors/s-resize @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/cursors/KDE_Classic/cursors/sb_h_double_arrow b/cursors/KDE_Classic/cursors/sb_h_double_arrow new file mode 100644 index 00000000..e9701712 Binary files /dev/null and b/cursors/KDE_Classic/cursors/sb_h_double_arrow differ diff --git a/cursors/KDE_Classic/cursors/sb_v_double_arrow b/cursors/KDE_Classic/cursors/sb_v_double_arrow new file mode 100644 index 00000000..a7a28081 Binary files /dev/null and b/cursors/KDE_Classic/cursors/sb_v_double_arrow differ diff --git a/cursors/KDE_Classic/cursors/size_all b/cursors/KDE_Classic/cursors/size_all new file mode 100644 index 00000000..d4332ba8 Binary files /dev/null and b/cursors/KDE_Classic/cursors/size_all differ diff --git a/cursors/KDE_Classic/cursors/size_bdiag b/cursors/KDE_Classic/cursors/size_bdiag new file mode 100644 index 00000000..403b892f Binary files /dev/null and b/cursors/KDE_Classic/cursors/size_bdiag differ diff --git a/cursors/KDE_Classic/cursors/size_fdiag b/cursors/KDE_Classic/cursors/size_fdiag new file mode 100644 index 00000000..922dd8f4 Binary files /dev/null and b/cursors/KDE_Classic/cursors/size_fdiag differ diff --git a/cursors/KDE_Classic/cursors/size_hor b/cursors/KDE_Classic/cursors/size_hor new file mode 100644 index 00000000..05ef64f7 Binary files /dev/null and b/cursors/KDE_Classic/cursors/size_hor differ diff --git a/cursors/KDE_Classic/cursors/size_ver b/cursors/KDE_Classic/cursors/size_ver new file mode 100644 index 00000000..28c7a446 Binary files /dev/null and b/cursors/KDE_Classic/cursors/size_ver differ diff --git a/cursors/KDE_Classic/cursors/split_h b/cursors/KDE_Classic/cursors/split_h new file mode 100644 index 00000000..2fc7ea9f Binary files /dev/null and b/cursors/KDE_Classic/cursors/split_h differ diff --git a/cursors/KDE_Classic/cursors/split_v b/cursors/KDE_Classic/cursors/split_v new file mode 100644 index 00000000..550990f4 Binary files /dev/null and b/cursors/KDE_Classic/cursors/split_v differ diff --git a/cursors/KDE_Classic/cursors/text b/cursors/KDE_Classic/cursors/text new file mode 120000 index 00000000..18632c40 --- /dev/null +++ b/cursors/KDE_Classic/cursors/text @@ -0,0 +1 @@ +xterm \ No newline at end of file diff --git a/cursors/KDE_Classic/cursors/top_left_corner b/cursors/KDE_Classic/cursors/top_left_corner new file mode 100644 index 00000000..193e1d49 Binary files /dev/null and b/cursors/KDE_Classic/cursors/top_left_corner differ diff --git a/cursors/KDE_Classic/cursors/top_right_corner b/cursors/KDE_Classic/cursors/top_right_corner new file mode 100644 index 00000000..c28d128c Binary files /dev/null and b/cursors/KDE_Classic/cursors/top_right_corner differ diff --git a/cursors/KDE_Classic/cursors/top_side b/cursors/KDE_Classic/cursors/top_side new file mode 100644 index 00000000..30f3435e Binary files /dev/null and b/cursors/KDE_Classic/cursors/top_side differ diff --git a/cursors/KDE_Classic/cursors/up_arrow b/cursors/KDE_Classic/cursors/up_arrow new file mode 100644 index 00000000..519a6e9e Binary files /dev/null and b/cursors/KDE_Classic/cursors/up_arrow differ diff --git a/cursors/KDE_Classic/cursors/v_double_arrow b/cursors/KDE_Classic/cursors/v_double_arrow new file mode 120000 index 00000000..fb54fee2 --- /dev/null +++ b/cursors/KDE_Classic/cursors/v_double_arrow @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/cursors/KDE_Classic/cursors/w-resize b/cursors/KDE_Classic/cursors/w-resize new file mode 120000 index 00000000..e0da659c --- /dev/null +++ b/cursors/KDE_Classic/cursors/w-resize @@ -0,0 +1 @@ +size_hor \ No newline at end of file diff --git a/cursors/KDE_Classic/cursors/wait b/cursors/KDE_Classic/cursors/wait new file mode 100644 index 00000000..e9cc6b09 Binary files /dev/null and b/cursors/KDE_Classic/cursors/wait differ diff --git a/cursors/KDE_Classic/cursors/watch b/cursors/KDE_Classic/cursors/watch new file mode 100644 index 00000000..e9cc6b09 Binary files /dev/null and b/cursors/KDE_Classic/cursors/watch differ diff --git a/cursors/KDE_Classic/cursors/whats_this b/cursors/KDE_Classic/cursors/whats_this new file mode 120000 index 00000000..4cea3acc --- /dev/null +++ b/cursors/KDE_Classic/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/cursors/KDE_Classic/cursors/xcursorconfig b/cursors/KDE_Classic/cursors/xcursorconfig new file mode 100644 index 00000000..0dd949e2 --- /dev/null +++ b/cursors/KDE_Classic/cursors/xcursorconfig @@ -0,0 +1 @@ +24 7 12 pirate.png \ No newline at end of file diff --git a/cursors/KDE_Classic/cursors/xterm b/cursors/KDE_Classic/cursors/xterm new file mode 100644 index 00000000..90c4dc71 Binary files /dev/null and b/cursors/KDE_Classic/cursors/xterm differ diff --git a/cursors/KDE_Classic/index.theme b/cursors/KDE_Classic/index.theme new file mode 100644 index 00000000..b4083cb7 --- /dev/null +++ b/cursors/KDE_Classic/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = KDE Classic +Comment = The default cursor theme in KDE 2 and 3 diff --git a/cursors/LICENSE b/cursors/LICENSE new file mode 100644 index 00000000..fc8a5de7 --- /dev/null +++ b/cursors/LICENSE @@ -0,0 +1,165 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + You may place library facilities that are a work based on the +Library side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + + Each version is given a distinguishing version number. If the +Library as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. diff --git a/cursors/Oxygen_Black/cursors/00000000000000020006000e7e9ffc3f b/cursors/Oxygen_Black/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 00000000..3126613d --- /dev/null +++ b/cursors/Oxygen_Black/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +half-busy \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/00008160000006810000408080010102 b/cursors/Oxygen_Black/cursors/00008160000006810000408080010102 new file mode 120000 index 00000000..fb54fee2 --- /dev/null +++ b/cursors/Oxygen_Black/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/03b6e0fcb3499374a867c041f52298f0 b/cursors/Oxygen_Black/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 00000000..031757cf --- /dev/null +++ b/cursors/Oxygen_Black/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/cursors/Oxygen_Black/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 00000000..3126613d --- /dev/null +++ b/cursors/Oxygen_Black/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +half-busy \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/1081e37283d90000800003c07f3ef6bf b/cursors/Oxygen_Black/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 00000000..88740b2c --- /dev/null +++ b/cursors/Oxygen_Black/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/3085a0e285430894940527032f8b26df b/cursors/Oxygen_Black/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 00000000..c150ede2 --- /dev/null +++ b/cursors/Oxygen_Black/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/3ecb610c1bf2410f44200f48c40d3599 b/cursors/Oxygen_Black/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 00000000..3126613d --- /dev/null +++ b/cursors/Oxygen_Black/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +half-busy \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/4498f0e0c1937ffe01fd06f973665830 b/cursors/Oxygen_Black/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/Oxygen_Black/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/cursors/Oxygen_Black/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 00000000..4cea3acc --- /dev/null +++ b/cursors/Oxygen_Black/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/6407b0e94181790501fd1e167b474872 b/cursors/Oxygen_Black/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 00000000..88740b2c --- /dev/null +++ b/cursors/Oxygen_Black/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/640fb0e74195791501fd1ed57b41487f b/cursors/Oxygen_Black/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 00000000..c150ede2 --- /dev/null +++ b/cursors/Oxygen_Black/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/9081237383d90e509aa00f00170e968f b/cursors/Oxygen_Black/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/Oxygen_Black/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/9d800788f1b08800ae810202380a0822 b/cursors/Oxygen_Black/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 00000000..76c78220 --- /dev/null +++ b/cursors/Oxygen_Black/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +pointing_hand \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/X_cursor b/cursors/Oxygen_Black/cursors/X_cursor new file mode 100644 index 00000000..f6865b59 Binary files /dev/null and b/cursors/Oxygen_Black/cursors/X_cursor differ diff --git a/cursors/Oxygen_Black/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/cursors/Oxygen_Black/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 00000000..c150ede2 --- /dev/null +++ b/cursors/Oxygen_Black/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/alias b/cursors/Oxygen_Black/cursors/alias new file mode 120000 index 00000000..c150ede2 --- /dev/null +++ b/cursors/Oxygen_Black/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/all-scroll b/cursors/Oxygen_Black/cursors/all-scroll new file mode 120000 index 00000000..147f7449 --- /dev/null +++ b/cursors/Oxygen_Black/cursors/all-scroll @@ -0,0 +1 @@ +fleur \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/cursors/Oxygen_Black/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 00000000..88740b2c --- /dev/null +++ b/cursors/Oxygen_Black/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/circle b/cursors/Oxygen_Black/cursors/circle new file mode 100644 index 00000000..057ce294 Binary files /dev/null and b/cursors/Oxygen_Black/cursors/circle differ diff --git a/cursors/Oxygen_Black/cursors/closedhand b/cursors/Oxygen_Black/cursors/closedhand new file mode 100644 index 00000000..587d8d11 Binary files /dev/null and b/cursors/Oxygen_Black/cursors/closedhand differ diff --git a/cursors/Oxygen_Black/cursors/col-resize b/cursors/Oxygen_Black/cursors/col-resize new file mode 120000 index 00000000..179b52be --- /dev/null +++ b/cursors/Oxygen_Black/cursors/col-resize @@ -0,0 +1 @@ +split_v \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/color-picker b/cursors/Oxygen_Black/cursors/color-picker new file mode 100644 index 00000000..0f36e7ab Binary files /dev/null and b/cursors/Oxygen_Black/cursors/color-picker differ diff --git a/cursors/Oxygen_Black/cursors/copy b/cursors/Oxygen_Black/cursors/copy new file mode 100644 index 00000000..9229c1d8 Binary files /dev/null and b/cursors/Oxygen_Black/cursors/copy differ diff --git a/cursors/Oxygen_Black/cursors/cross b/cursors/Oxygen_Black/cursors/cross new file mode 100644 index 00000000..71c82470 Binary files /dev/null and b/cursors/Oxygen_Black/cursors/cross differ diff --git a/cursors/Oxygen_Black/cursors/crossed_circle b/cursors/Oxygen_Black/cursors/crossed_circle new file mode 120000 index 00000000..031757cf --- /dev/null +++ b/cursors/Oxygen_Black/cursors/crossed_circle @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/d9ce0ab605698f320427677b458ad60b b/cursors/Oxygen_Black/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 00000000..4cea3acc --- /dev/null +++ b/cursors/Oxygen_Black/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/dnd-copy b/cursors/Oxygen_Black/cursors/dnd-copy new file mode 120000 index 00000000..88740b2c --- /dev/null +++ b/cursors/Oxygen_Black/cursors/dnd-copy @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/dnd-link b/cursors/Oxygen_Black/cursors/dnd-link new file mode 120000 index 00000000..c150ede2 --- /dev/null +++ b/cursors/Oxygen_Black/cursors/dnd-link @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/dnd-move b/cursors/Oxygen_Black/cursors/dnd-move new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/Oxygen_Black/cursors/dnd-move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/dnd-no-drop b/cursors/Oxygen_Black/cursors/dnd-no-drop new file mode 120000 index 00000000..74313ca4 --- /dev/null +++ b/cursors/Oxygen_Black/cursors/dnd-no-drop @@ -0,0 +1 @@ +forbidden \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/dnd-none b/cursors/Oxygen_Black/cursors/dnd-none new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/Oxygen_Black/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/e-resize b/cursors/Oxygen_Black/cursors/e-resize new file mode 120000 index 00000000..e0da659c --- /dev/null +++ b/cursors/Oxygen_Black/cursors/e-resize @@ -0,0 +1 @@ +size_hor \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/e29285e634086352946a0e7090d73106 b/cursors/Oxygen_Black/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 00000000..76c78220 --- /dev/null +++ b/cursors/Oxygen_Black/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +pointing_hand \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/cursors/Oxygen_Black/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/Oxygen_Black/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/fleur b/cursors/Oxygen_Black/cursors/fleur new file mode 100644 index 00000000..9e0469ef Binary files /dev/null and b/cursors/Oxygen_Black/cursors/fleur differ diff --git a/cursors/Oxygen_Black/cursors/forbidden b/cursors/Oxygen_Black/cursors/forbidden new file mode 100644 index 00000000..d268ff8c Binary files /dev/null and b/cursors/Oxygen_Black/cursors/forbidden differ diff --git a/cursors/Oxygen_Black/cursors/half-busy b/cursors/Oxygen_Black/cursors/half-busy new file mode 100644 index 00000000..402922cd Binary files /dev/null and b/cursors/Oxygen_Black/cursors/half-busy differ diff --git a/cursors/Oxygen_Black/cursors/hand1 b/cursors/Oxygen_Black/cursors/hand1 new file mode 120000 index 00000000..76c78220 --- /dev/null +++ b/cursors/Oxygen_Black/cursors/hand1 @@ -0,0 +1 @@ +pointing_hand \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/hand2 b/cursors/Oxygen_Black/cursors/hand2 new file mode 120000 index 00000000..76c78220 --- /dev/null +++ b/cursors/Oxygen_Black/cursors/hand2 @@ -0,0 +1 @@ +pointing_hand \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/help b/cursors/Oxygen_Black/cursors/help new file mode 100644 index 00000000..286a8eeb Binary files /dev/null and b/cursors/Oxygen_Black/cursors/help differ diff --git a/cursors/Oxygen_Black/cursors/ibeam b/cursors/Oxygen_Black/cursors/ibeam new file mode 120000 index 00000000..18632c40 --- /dev/null +++ b/cursors/Oxygen_Black/cursors/ibeam @@ -0,0 +1 @@ +xterm \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/left_ptr b/cursors/Oxygen_Black/cursors/left_ptr new file mode 100644 index 00000000..23a43e83 Binary files /dev/null and b/cursors/Oxygen_Black/cursors/left_ptr differ diff --git a/cursors/Oxygen_Black/cursors/left_ptr_watch b/cursors/Oxygen_Black/cursors/left_ptr_watch new file mode 120000 index 00000000..3126613d --- /dev/null +++ b/cursors/Oxygen_Black/cursors/left_ptr_watch @@ -0,0 +1 @@ +half-busy \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/link b/cursors/Oxygen_Black/cursors/link new file mode 100644 index 00000000..d156caa1 Binary files /dev/null and b/cursors/Oxygen_Black/cursors/link differ diff --git a/cursors/Oxygen_Black/cursors/move b/cursors/Oxygen_Black/cursors/move new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/Oxygen_Black/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/n-resize b/cursors/Oxygen_Black/cursors/n-resize new file mode 120000 index 00000000..fb54fee2 --- /dev/null +++ b/cursors/Oxygen_Black/cursors/n-resize @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/not-allowed b/cursors/Oxygen_Black/cursors/not-allowed new file mode 120000 index 00000000..74313ca4 --- /dev/null +++ b/cursors/Oxygen_Black/cursors/not-allowed @@ -0,0 +1 @@ +forbidden \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/openhand b/cursors/Oxygen_Black/cursors/openhand new file mode 100644 index 00000000..7502f911 Binary files /dev/null and b/cursors/Oxygen_Black/cursors/openhand differ diff --git a/cursors/Oxygen_Black/cursors/pencil b/cursors/Oxygen_Black/cursors/pencil new file mode 100644 index 00000000..43c29d90 Binary files /dev/null and b/cursors/Oxygen_Black/cursors/pencil differ diff --git a/cursors/Oxygen_Black/cursors/pirate b/cursors/Oxygen_Black/cursors/pirate new file mode 100644 index 00000000..a7f82c4c Binary files /dev/null and b/cursors/Oxygen_Black/cursors/pirate differ diff --git a/cursors/Oxygen_Black/cursors/plus b/cursors/Oxygen_Black/cursors/plus new file mode 100644 index 00000000..c56772a7 Binary files /dev/null and b/cursors/Oxygen_Black/cursors/plus differ diff --git a/cursors/Oxygen_Black/cursors/pointer b/cursors/Oxygen_Black/cursors/pointer new file mode 120000 index 00000000..76c78220 --- /dev/null +++ b/cursors/Oxygen_Black/cursors/pointer @@ -0,0 +1 @@ +pointing_hand \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/pointing_hand b/cursors/Oxygen_Black/cursors/pointing_hand new file mode 100644 index 00000000..dc9f77e8 Binary files /dev/null and b/cursors/Oxygen_Black/cursors/pointing_hand differ diff --git a/cursors/Oxygen_Black/cursors/progress b/cursors/Oxygen_Black/cursors/progress new file mode 120000 index 00000000..3126613d --- /dev/null +++ b/cursors/Oxygen_Black/cursors/progress @@ -0,0 +1 @@ +half-busy \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/question_arrow b/cursors/Oxygen_Black/cursors/question_arrow new file mode 120000 index 00000000..4cea3acc --- /dev/null +++ b/cursors/Oxygen_Black/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/row-resize b/cursors/Oxygen_Black/cursors/row-resize new file mode 120000 index 00000000..e3aa7487 --- /dev/null +++ b/cursors/Oxygen_Black/cursors/row-resize @@ -0,0 +1 @@ +split_h \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/s-resize b/cursors/Oxygen_Black/cursors/s-resize new file mode 120000 index 00000000..fb54fee2 --- /dev/null +++ b/cursors/Oxygen_Black/cursors/s-resize @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/sb_h_double_arrow b/cursors/Oxygen_Black/cursors/sb_h_double_arrow new file mode 120000 index 00000000..e0da659c --- /dev/null +++ b/cursors/Oxygen_Black/cursors/sb_h_double_arrow @@ -0,0 +1 @@ +size_hor \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/sb_v_double_arrow b/cursors/Oxygen_Black/cursors/sb_v_double_arrow new file mode 120000 index 00000000..fb54fee2 --- /dev/null +++ b/cursors/Oxygen_Black/cursors/sb_v_double_arrow @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/size_all b/cursors/Oxygen_Black/cursors/size_all new file mode 120000 index 00000000..147f7449 --- /dev/null +++ b/cursors/Oxygen_Black/cursors/size_all @@ -0,0 +1 @@ +fleur \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/size_bdiag b/cursors/Oxygen_Black/cursors/size_bdiag new file mode 100644 index 00000000..45d3c703 Binary files /dev/null and b/cursors/Oxygen_Black/cursors/size_bdiag differ diff --git a/cursors/Oxygen_Black/cursors/size_fdiag b/cursors/Oxygen_Black/cursors/size_fdiag new file mode 100644 index 00000000..92d05279 Binary files /dev/null and b/cursors/Oxygen_Black/cursors/size_fdiag differ diff --git a/cursors/Oxygen_Black/cursors/size_hor b/cursors/Oxygen_Black/cursors/size_hor new file mode 100644 index 00000000..0cb5b9a2 Binary files /dev/null and b/cursors/Oxygen_Black/cursors/size_hor differ diff --git a/cursors/Oxygen_Black/cursors/size_ver b/cursors/Oxygen_Black/cursors/size_ver new file mode 100644 index 00000000..ed30b599 Binary files /dev/null and b/cursors/Oxygen_Black/cursors/size_ver differ diff --git a/cursors/Oxygen_Black/cursors/split_h b/cursors/Oxygen_Black/cursors/split_h new file mode 100644 index 00000000..28df4a5b Binary files /dev/null and b/cursors/Oxygen_Black/cursors/split_h differ diff --git a/cursors/Oxygen_Black/cursors/split_v b/cursors/Oxygen_Black/cursors/split_v new file mode 100644 index 00000000..553261d9 Binary files /dev/null and b/cursors/Oxygen_Black/cursors/split_v differ diff --git a/cursors/Oxygen_Black/cursors/text b/cursors/Oxygen_Black/cursors/text new file mode 120000 index 00000000..18632c40 --- /dev/null +++ b/cursors/Oxygen_Black/cursors/text @@ -0,0 +1 @@ +xterm \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/up_arrow b/cursors/Oxygen_Black/cursors/up_arrow new file mode 100644 index 00000000..cb6d683f Binary files /dev/null and b/cursors/Oxygen_Black/cursors/up_arrow differ diff --git a/cursors/Oxygen_Black/cursors/v_double_arrow b/cursors/Oxygen_Black/cursors/v_double_arrow new file mode 120000 index 00000000..fb54fee2 --- /dev/null +++ b/cursors/Oxygen_Black/cursors/v_double_arrow @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/w-resize b/cursors/Oxygen_Black/cursors/w-resize new file mode 120000 index 00000000..e0da659c --- /dev/null +++ b/cursors/Oxygen_Black/cursors/w-resize @@ -0,0 +1 @@ +size_hor \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/wait b/cursors/Oxygen_Black/cursors/wait new file mode 100644 index 00000000..a5920b57 Binary files /dev/null and b/cursors/Oxygen_Black/cursors/wait differ diff --git a/cursors/Oxygen_Black/cursors/watch b/cursors/Oxygen_Black/cursors/watch new file mode 120000 index 00000000..fd80437a --- /dev/null +++ b/cursors/Oxygen_Black/cursors/watch @@ -0,0 +1 @@ +wait \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/whats_this b/cursors/Oxygen_Black/cursors/whats_this new file mode 120000 index 00000000..4cea3acc --- /dev/null +++ b/cursors/Oxygen_Black/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/cursors/Oxygen_Black/cursors/xterm b/cursors/Oxygen_Black/cursors/xterm new file mode 100644 index 00000000..14bb5da5 Binary files /dev/null and b/cursors/Oxygen_Black/cursors/xterm differ diff --git a/cursors/Oxygen_Black/index.theme b/cursors/Oxygen_Black/index.theme new file mode 100644 index 00000000..a2a6d246 --- /dev/null +++ b/cursors/Oxygen_Black/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Black +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/Oxygen_Blue/cursors/00000000000000020006000e7e9ffc3f b/cursors/Oxygen_Blue/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 00000000..3126613d --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +half-busy \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/00008160000006810000408080010102 b/cursors/Oxygen_Blue/cursors/00008160000006810000408080010102 new file mode 120000 index 00000000..fb54fee2 --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/03b6e0fcb3499374a867c041f52298f0 b/cursors/Oxygen_Blue/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 00000000..031757cf --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/cursors/Oxygen_Blue/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 00000000..3126613d --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +half-busy \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/1081e37283d90000800003c07f3ef6bf b/cursors/Oxygen_Blue/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 00000000..88740b2c --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/3085a0e285430894940527032f8b26df b/cursors/Oxygen_Blue/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 00000000..c150ede2 --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/3ecb610c1bf2410f44200f48c40d3599 b/cursors/Oxygen_Blue/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 00000000..3126613d --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +half-busy \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/4498f0e0c1937ffe01fd06f973665830 b/cursors/Oxygen_Blue/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/cursors/Oxygen_Blue/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 00000000..4cea3acc --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/6407b0e94181790501fd1e167b474872 b/cursors/Oxygen_Blue/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 00000000..88740b2c --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/640fb0e74195791501fd1ed57b41487f b/cursors/Oxygen_Blue/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 00000000..c150ede2 --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/9081237383d90e509aa00f00170e968f b/cursors/Oxygen_Blue/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/9d800788f1b08800ae810202380a0822 b/cursors/Oxygen_Blue/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 00000000..76c78220 --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +pointing_hand \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/X_cursor b/cursors/Oxygen_Blue/cursors/X_cursor new file mode 100644 index 00000000..215d1b2f Binary files /dev/null and b/cursors/Oxygen_Blue/cursors/X_cursor differ diff --git a/cursors/Oxygen_Blue/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/cursors/Oxygen_Blue/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 00000000..c150ede2 --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/alias b/cursors/Oxygen_Blue/cursors/alias new file mode 120000 index 00000000..c150ede2 --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/all-scroll b/cursors/Oxygen_Blue/cursors/all-scroll new file mode 120000 index 00000000..147f7449 --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/all-scroll @@ -0,0 +1 @@ +fleur \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/cursors/Oxygen_Blue/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 00000000..88740b2c --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/circle b/cursors/Oxygen_Blue/cursors/circle new file mode 100644 index 00000000..057ce294 Binary files /dev/null and b/cursors/Oxygen_Blue/cursors/circle differ diff --git a/cursors/Oxygen_Blue/cursors/closedhand b/cursors/Oxygen_Blue/cursors/closedhand new file mode 100644 index 00000000..61d924c3 Binary files /dev/null and b/cursors/Oxygen_Blue/cursors/closedhand differ diff --git a/cursors/Oxygen_Blue/cursors/col-resize b/cursors/Oxygen_Blue/cursors/col-resize new file mode 120000 index 00000000..179b52be --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/col-resize @@ -0,0 +1 @@ +split_v \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/color-picker b/cursors/Oxygen_Blue/cursors/color-picker new file mode 100644 index 00000000..888cfa64 Binary files /dev/null and b/cursors/Oxygen_Blue/cursors/color-picker differ diff --git a/cursors/Oxygen_Blue/cursors/copy b/cursors/Oxygen_Blue/cursors/copy new file mode 100644 index 00000000..62b899b9 Binary files /dev/null and b/cursors/Oxygen_Blue/cursors/copy differ diff --git a/cursors/Oxygen_Blue/cursors/cross b/cursors/Oxygen_Blue/cursors/cross new file mode 100644 index 00000000..7657e241 Binary files /dev/null and b/cursors/Oxygen_Blue/cursors/cross differ diff --git a/cursors/Oxygen_Blue/cursors/crossed_circle b/cursors/Oxygen_Blue/cursors/crossed_circle new file mode 120000 index 00000000..031757cf --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/crossed_circle @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/d9ce0ab605698f320427677b458ad60b b/cursors/Oxygen_Blue/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 00000000..4cea3acc --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/dnd-copy b/cursors/Oxygen_Blue/cursors/dnd-copy new file mode 120000 index 00000000..88740b2c --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/dnd-copy @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/dnd-link b/cursors/Oxygen_Blue/cursors/dnd-link new file mode 120000 index 00000000..c150ede2 --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/dnd-link @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/dnd-move b/cursors/Oxygen_Blue/cursors/dnd-move new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/dnd-move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/dnd-no-drop b/cursors/Oxygen_Blue/cursors/dnd-no-drop new file mode 120000 index 00000000..74313ca4 --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/dnd-no-drop @@ -0,0 +1 @@ +forbidden \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/dnd-none b/cursors/Oxygen_Blue/cursors/dnd-none new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/e-resize b/cursors/Oxygen_Blue/cursors/e-resize new file mode 120000 index 00000000..e0da659c --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/e-resize @@ -0,0 +1 @@ +size_hor \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/e29285e634086352946a0e7090d73106 b/cursors/Oxygen_Blue/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 00000000..76c78220 --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +pointing_hand \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/cursors/Oxygen_Blue/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/fleur b/cursors/Oxygen_Blue/cursors/fleur new file mode 100644 index 00000000..26ce80ee Binary files /dev/null and b/cursors/Oxygen_Blue/cursors/fleur differ diff --git a/cursors/Oxygen_Blue/cursors/forbidden b/cursors/Oxygen_Blue/cursors/forbidden new file mode 100644 index 00000000..f467d7b2 Binary files /dev/null and b/cursors/Oxygen_Blue/cursors/forbidden differ diff --git a/cursors/Oxygen_Blue/cursors/half-busy b/cursors/Oxygen_Blue/cursors/half-busy new file mode 100644 index 00000000..d37fe7c3 Binary files /dev/null and b/cursors/Oxygen_Blue/cursors/half-busy differ diff --git a/cursors/Oxygen_Blue/cursors/hand1 b/cursors/Oxygen_Blue/cursors/hand1 new file mode 120000 index 00000000..76c78220 --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/hand1 @@ -0,0 +1 @@ +pointing_hand \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/hand2 b/cursors/Oxygen_Blue/cursors/hand2 new file mode 120000 index 00000000..76c78220 --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/hand2 @@ -0,0 +1 @@ +pointing_hand \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/help b/cursors/Oxygen_Blue/cursors/help new file mode 100644 index 00000000..d32c8cfd Binary files /dev/null and b/cursors/Oxygen_Blue/cursors/help differ diff --git a/cursors/Oxygen_Blue/cursors/ibeam b/cursors/Oxygen_Blue/cursors/ibeam new file mode 120000 index 00000000..18632c40 --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/ibeam @@ -0,0 +1 @@ +xterm \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/left_ptr b/cursors/Oxygen_Blue/cursors/left_ptr new file mode 100644 index 00000000..033662ef Binary files /dev/null and b/cursors/Oxygen_Blue/cursors/left_ptr differ diff --git a/cursors/Oxygen_Blue/cursors/left_ptr_watch b/cursors/Oxygen_Blue/cursors/left_ptr_watch new file mode 120000 index 00000000..3126613d --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/left_ptr_watch @@ -0,0 +1 @@ +half-busy \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/link b/cursors/Oxygen_Blue/cursors/link new file mode 100644 index 00000000..25059582 Binary files /dev/null and b/cursors/Oxygen_Blue/cursors/link differ diff --git a/cursors/Oxygen_Blue/cursors/move b/cursors/Oxygen_Blue/cursors/move new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/n-resize b/cursors/Oxygen_Blue/cursors/n-resize new file mode 120000 index 00000000..fb54fee2 --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/n-resize @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/not-allowed b/cursors/Oxygen_Blue/cursors/not-allowed new file mode 120000 index 00000000..74313ca4 --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/not-allowed @@ -0,0 +1 @@ +forbidden \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/openhand b/cursors/Oxygen_Blue/cursors/openhand new file mode 100644 index 00000000..7c58f7ca Binary files /dev/null and b/cursors/Oxygen_Blue/cursors/openhand differ diff --git a/cursors/Oxygen_Blue/cursors/pencil b/cursors/Oxygen_Blue/cursors/pencil new file mode 100644 index 00000000..cd6c843a Binary files /dev/null and b/cursors/Oxygen_Blue/cursors/pencil differ diff --git a/cursors/Oxygen_Blue/cursors/pirate b/cursors/Oxygen_Blue/cursors/pirate new file mode 100644 index 00000000..a492ef0f Binary files /dev/null and b/cursors/Oxygen_Blue/cursors/pirate differ diff --git a/cursors/Oxygen_Blue/cursors/plus b/cursors/Oxygen_Blue/cursors/plus new file mode 100644 index 00000000..087c4359 Binary files /dev/null and b/cursors/Oxygen_Blue/cursors/plus differ diff --git a/cursors/Oxygen_Blue/cursors/pointer b/cursors/Oxygen_Blue/cursors/pointer new file mode 120000 index 00000000..76c78220 --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/pointer @@ -0,0 +1 @@ +pointing_hand \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/pointing_hand b/cursors/Oxygen_Blue/cursors/pointing_hand new file mode 100644 index 00000000..a1c5fbe0 Binary files /dev/null and b/cursors/Oxygen_Blue/cursors/pointing_hand differ diff --git a/cursors/Oxygen_Blue/cursors/progress b/cursors/Oxygen_Blue/cursors/progress new file mode 120000 index 00000000..3126613d --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/progress @@ -0,0 +1 @@ +half-busy \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/question_arrow b/cursors/Oxygen_Blue/cursors/question_arrow new file mode 120000 index 00000000..4cea3acc --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/row-resize b/cursors/Oxygen_Blue/cursors/row-resize new file mode 120000 index 00000000..e3aa7487 --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/row-resize @@ -0,0 +1 @@ +split_h \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/s-resize b/cursors/Oxygen_Blue/cursors/s-resize new file mode 120000 index 00000000..fb54fee2 --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/s-resize @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/sb_h_double_arrow b/cursors/Oxygen_Blue/cursors/sb_h_double_arrow new file mode 120000 index 00000000..e0da659c --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/sb_h_double_arrow @@ -0,0 +1 @@ +size_hor \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/sb_v_double_arrow b/cursors/Oxygen_Blue/cursors/sb_v_double_arrow new file mode 120000 index 00000000..fb54fee2 --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/sb_v_double_arrow @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/size_all b/cursors/Oxygen_Blue/cursors/size_all new file mode 120000 index 00000000..147f7449 --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/size_all @@ -0,0 +1 @@ +fleur \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/size_bdiag b/cursors/Oxygen_Blue/cursors/size_bdiag new file mode 100644 index 00000000..dd3f89dc Binary files /dev/null and b/cursors/Oxygen_Blue/cursors/size_bdiag differ diff --git a/cursors/Oxygen_Blue/cursors/size_fdiag b/cursors/Oxygen_Blue/cursors/size_fdiag new file mode 100644 index 00000000..ca91aed8 Binary files /dev/null and b/cursors/Oxygen_Blue/cursors/size_fdiag differ diff --git a/cursors/Oxygen_Blue/cursors/size_hor b/cursors/Oxygen_Blue/cursors/size_hor new file mode 100644 index 00000000..2279fdf6 Binary files /dev/null and b/cursors/Oxygen_Blue/cursors/size_hor differ diff --git a/cursors/Oxygen_Blue/cursors/size_ver b/cursors/Oxygen_Blue/cursors/size_ver new file mode 100644 index 00000000..ce8bc8b3 Binary files /dev/null and b/cursors/Oxygen_Blue/cursors/size_ver differ diff --git a/cursors/Oxygen_Blue/cursors/split_h b/cursors/Oxygen_Blue/cursors/split_h new file mode 100644 index 00000000..18480987 Binary files /dev/null and b/cursors/Oxygen_Blue/cursors/split_h differ diff --git a/cursors/Oxygen_Blue/cursors/split_v b/cursors/Oxygen_Blue/cursors/split_v new file mode 100644 index 00000000..cc9f078e Binary files /dev/null and b/cursors/Oxygen_Blue/cursors/split_v differ diff --git a/cursors/Oxygen_Blue/cursors/text b/cursors/Oxygen_Blue/cursors/text new file mode 120000 index 00000000..18632c40 --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/text @@ -0,0 +1 @@ +xterm \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/up_arrow b/cursors/Oxygen_Blue/cursors/up_arrow new file mode 100644 index 00000000..0efc3e1c Binary files /dev/null and b/cursors/Oxygen_Blue/cursors/up_arrow differ diff --git a/cursors/Oxygen_Blue/cursors/v_double_arrow b/cursors/Oxygen_Blue/cursors/v_double_arrow new file mode 120000 index 00000000..fb54fee2 --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/v_double_arrow @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/w-resize b/cursors/Oxygen_Blue/cursors/w-resize new file mode 120000 index 00000000..e0da659c --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/w-resize @@ -0,0 +1 @@ +size_hor \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/wait b/cursors/Oxygen_Blue/cursors/wait new file mode 100644 index 00000000..556453a4 Binary files /dev/null and b/cursors/Oxygen_Blue/cursors/wait differ diff --git a/cursors/Oxygen_Blue/cursors/watch b/cursors/Oxygen_Blue/cursors/watch new file mode 120000 index 00000000..fd80437a --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/watch @@ -0,0 +1 @@ +wait \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/whats_this b/cursors/Oxygen_Blue/cursors/whats_this new file mode 120000 index 00000000..4cea3acc --- /dev/null +++ b/cursors/Oxygen_Blue/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/cursors/Oxygen_Blue/cursors/xterm b/cursors/Oxygen_Blue/cursors/xterm new file mode 100644 index 00000000..5db9b7d3 Binary files /dev/null and b/cursors/Oxygen_Blue/cursors/xterm differ diff --git a/cursors/Oxygen_Blue/index.theme b/cursors/Oxygen_Blue/index.theme new file mode 100644 index 00000000..61f96a37 --- /dev/null +++ b/cursors/Oxygen_Blue/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Blue +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/Oxygen_White/cursors/00000000000000020006000e7e9ffc3f b/cursors/Oxygen_White/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 00000000..3126613d --- /dev/null +++ b/cursors/Oxygen_White/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +half-busy \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/00008160000006810000408080010102 b/cursors/Oxygen_White/cursors/00008160000006810000408080010102 new file mode 120000 index 00000000..fb54fee2 --- /dev/null +++ b/cursors/Oxygen_White/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/03b6e0fcb3499374a867c041f52298f0 b/cursors/Oxygen_White/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 00000000..031757cf --- /dev/null +++ b/cursors/Oxygen_White/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/cursors/Oxygen_White/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 00000000..3126613d --- /dev/null +++ b/cursors/Oxygen_White/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +half-busy \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/1081e37283d90000800003c07f3ef6bf b/cursors/Oxygen_White/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 00000000..88740b2c --- /dev/null +++ b/cursors/Oxygen_White/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/3085a0e285430894940527032f8b26df b/cursors/Oxygen_White/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 00000000..c150ede2 --- /dev/null +++ b/cursors/Oxygen_White/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/3ecb610c1bf2410f44200f48c40d3599 b/cursors/Oxygen_White/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 00000000..3126613d --- /dev/null +++ b/cursors/Oxygen_White/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +half-busy \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/4498f0e0c1937ffe01fd06f973665830 b/cursors/Oxygen_White/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/Oxygen_White/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/cursors/Oxygen_White/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 00000000..4cea3acc --- /dev/null +++ b/cursors/Oxygen_White/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/6407b0e94181790501fd1e167b474872 b/cursors/Oxygen_White/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 00000000..88740b2c --- /dev/null +++ b/cursors/Oxygen_White/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/640fb0e74195791501fd1ed57b41487f b/cursors/Oxygen_White/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 00000000..c150ede2 --- /dev/null +++ b/cursors/Oxygen_White/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/9081237383d90e509aa00f00170e968f b/cursors/Oxygen_White/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/Oxygen_White/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/9d800788f1b08800ae810202380a0822 b/cursors/Oxygen_White/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 00000000..76c78220 --- /dev/null +++ b/cursors/Oxygen_White/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +pointing_hand \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/X_cursor b/cursors/Oxygen_White/cursors/X_cursor new file mode 100644 index 00000000..5f0be9a6 Binary files /dev/null and b/cursors/Oxygen_White/cursors/X_cursor differ diff --git a/cursors/Oxygen_White/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/cursors/Oxygen_White/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 00000000..c150ede2 --- /dev/null +++ b/cursors/Oxygen_White/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/alias b/cursors/Oxygen_White/cursors/alias new file mode 120000 index 00000000..c150ede2 --- /dev/null +++ b/cursors/Oxygen_White/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/all-scroll b/cursors/Oxygen_White/cursors/all-scroll new file mode 120000 index 00000000..147f7449 --- /dev/null +++ b/cursors/Oxygen_White/cursors/all-scroll @@ -0,0 +1 @@ +fleur \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/cursors/Oxygen_White/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 00000000..88740b2c --- /dev/null +++ b/cursors/Oxygen_White/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/circle b/cursors/Oxygen_White/cursors/circle new file mode 100644 index 00000000..057ce294 Binary files /dev/null and b/cursors/Oxygen_White/cursors/circle differ diff --git a/cursors/Oxygen_White/cursors/closedhand b/cursors/Oxygen_White/cursors/closedhand new file mode 100644 index 00000000..985c0abb Binary files /dev/null and b/cursors/Oxygen_White/cursors/closedhand differ diff --git a/cursors/Oxygen_White/cursors/col-resize b/cursors/Oxygen_White/cursors/col-resize new file mode 120000 index 00000000..179b52be --- /dev/null +++ b/cursors/Oxygen_White/cursors/col-resize @@ -0,0 +1 @@ +split_v \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/color-picker b/cursors/Oxygen_White/cursors/color-picker new file mode 100644 index 00000000..afd7d42d Binary files /dev/null and b/cursors/Oxygen_White/cursors/color-picker differ diff --git a/cursors/Oxygen_White/cursors/copy b/cursors/Oxygen_White/cursors/copy new file mode 100644 index 00000000..9cebec32 Binary files /dev/null and b/cursors/Oxygen_White/cursors/copy differ diff --git a/cursors/Oxygen_White/cursors/cross b/cursors/Oxygen_White/cursors/cross new file mode 100644 index 00000000..1cb37652 Binary files /dev/null and b/cursors/Oxygen_White/cursors/cross differ diff --git a/cursors/Oxygen_White/cursors/crossed_circle b/cursors/Oxygen_White/cursors/crossed_circle new file mode 120000 index 00000000..031757cf --- /dev/null +++ b/cursors/Oxygen_White/cursors/crossed_circle @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/d9ce0ab605698f320427677b458ad60b b/cursors/Oxygen_White/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 00000000..4cea3acc --- /dev/null +++ b/cursors/Oxygen_White/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/dnd-copy b/cursors/Oxygen_White/cursors/dnd-copy new file mode 120000 index 00000000..88740b2c --- /dev/null +++ b/cursors/Oxygen_White/cursors/dnd-copy @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/dnd-link b/cursors/Oxygen_White/cursors/dnd-link new file mode 120000 index 00000000..c150ede2 --- /dev/null +++ b/cursors/Oxygen_White/cursors/dnd-link @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/dnd-move b/cursors/Oxygen_White/cursors/dnd-move new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/Oxygen_White/cursors/dnd-move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/dnd-no-drop b/cursors/Oxygen_White/cursors/dnd-no-drop new file mode 120000 index 00000000..74313ca4 --- /dev/null +++ b/cursors/Oxygen_White/cursors/dnd-no-drop @@ -0,0 +1 @@ +forbidden \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/dnd-none b/cursors/Oxygen_White/cursors/dnd-none new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/Oxygen_White/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/e-resize b/cursors/Oxygen_White/cursors/e-resize new file mode 120000 index 00000000..e0da659c --- /dev/null +++ b/cursors/Oxygen_White/cursors/e-resize @@ -0,0 +1 @@ +size_hor \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/e29285e634086352946a0e7090d73106 b/cursors/Oxygen_White/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 00000000..76c78220 --- /dev/null +++ b/cursors/Oxygen_White/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +pointing_hand \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/cursors/Oxygen_White/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/Oxygen_White/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/fleur b/cursors/Oxygen_White/cursors/fleur new file mode 100644 index 00000000..eb7c8f09 Binary files /dev/null and b/cursors/Oxygen_White/cursors/fleur differ diff --git a/cursors/Oxygen_White/cursors/forbidden b/cursors/Oxygen_White/cursors/forbidden new file mode 100644 index 00000000..bc7ca8e9 Binary files /dev/null and b/cursors/Oxygen_White/cursors/forbidden differ diff --git a/cursors/Oxygen_White/cursors/half-busy b/cursors/Oxygen_White/cursors/half-busy new file mode 100644 index 00000000..003eb6e6 Binary files /dev/null and b/cursors/Oxygen_White/cursors/half-busy differ diff --git a/cursors/Oxygen_White/cursors/hand1 b/cursors/Oxygen_White/cursors/hand1 new file mode 120000 index 00000000..76c78220 --- /dev/null +++ b/cursors/Oxygen_White/cursors/hand1 @@ -0,0 +1 @@ +pointing_hand \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/hand2 b/cursors/Oxygen_White/cursors/hand2 new file mode 120000 index 00000000..76c78220 --- /dev/null +++ b/cursors/Oxygen_White/cursors/hand2 @@ -0,0 +1 @@ +pointing_hand \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/help b/cursors/Oxygen_White/cursors/help new file mode 100644 index 00000000..4d1f8b19 Binary files /dev/null and b/cursors/Oxygen_White/cursors/help differ diff --git a/cursors/Oxygen_White/cursors/ibeam b/cursors/Oxygen_White/cursors/ibeam new file mode 120000 index 00000000..18632c40 --- /dev/null +++ b/cursors/Oxygen_White/cursors/ibeam @@ -0,0 +1 @@ +xterm \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/left_ptr b/cursors/Oxygen_White/cursors/left_ptr new file mode 100644 index 00000000..24fac724 Binary files /dev/null and b/cursors/Oxygen_White/cursors/left_ptr differ diff --git a/cursors/Oxygen_White/cursors/left_ptr_watch b/cursors/Oxygen_White/cursors/left_ptr_watch new file mode 120000 index 00000000..3126613d --- /dev/null +++ b/cursors/Oxygen_White/cursors/left_ptr_watch @@ -0,0 +1 @@ +half-busy \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/link b/cursors/Oxygen_White/cursors/link new file mode 100644 index 00000000..13c98bf4 Binary files /dev/null and b/cursors/Oxygen_White/cursors/link differ diff --git a/cursors/Oxygen_White/cursors/move b/cursors/Oxygen_White/cursors/move new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/Oxygen_White/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/n-resize b/cursors/Oxygen_White/cursors/n-resize new file mode 120000 index 00000000..fb54fee2 --- /dev/null +++ b/cursors/Oxygen_White/cursors/n-resize @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/not-allowed b/cursors/Oxygen_White/cursors/not-allowed new file mode 120000 index 00000000..74313ca4 --- /dev/null +++ b/cursors/Oxygen_White/cursors/not-allowed @@ -0,0 +1 @@ +forbidden \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/openhand b/cursors/Oxygen_White/cursors/openhand new file mode 100644 index 00000000..e0ab243a Binary files /dev/null and b/cursors/Oxygen_White/cursors/openhand differ diff --git a/cursors/Oxygen_White/cursors/pencil b/cursors/Oxygen_White/cursors/pencil new file mode 100644 index 00000000..69705123 Binary files /dev/null and b/cursors/Oxygen_White/cursors/pencil differ diff --git a/cursors/Oxygen_White/cursors/pirate b/cursors/Oxygen_White/cursors/pirate new file mode 100644 index 00000000..a24d7541 Binary files /dev/null and b/cursors/Oxygen_White/cursors/pirate differ diff --git a/cursors/Oxygen_White/cursors/plus b/cursors/Oxygen_White/cursors/plus new file mode 100644 index 00000000..a60e981f Binary files /dev/null and b/cursors/Oxygen_White/cursors/plus differ diff --git a/cursors/Oxygen_White/cursors/pointer b/cursors/Oxygen_White/cursors/pointer new file mode 120000 index 00000000..76c78220 --- /dev/null +++ b/cursors/Oxygen_White/cursors/pointer @@ -0,0 +1 @@ +pointing_hand \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/pointing_hand b/cursors/Oxygen_White/cursors/pointing_hand new file mode 100644 index 00000000..dbe5e6c9 Binary files /dev/null and b/cursors/Oxygen_White/cursors/pointing_hand differ diff --git a/cursors/Oxygen_White/cursors/progress b/cursors/Oxygen_White/cursors/progress new file mode 120000 index 00000000..3126613d --- /dev/null +++ b/cursors/Oxygen_White/cursors/progress @@ -0,0 +1 @@ +half-busy \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/question_arrow b/cursors/Oxygen_White/cursors/question_arrow new file mode 120000 index 00000000..4cea3acc --- /dev/null +++ b/cursors/Oxygen_White/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/row-resize b/cursors/Oxygen_White/cursors/row-resize new file mode 120000 index 00000000..e3aa7487 --- /dev/null +++ b/cursors/Oxygen_White/cursors/row-resize @@ -0,0 +1 @@ +split_h \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/s-resize b/cursors/Oxygen_White/cursors/s-resize new file mode 120000 index 00000000..fb54fee2 --- /dev/null +++ b/cursors/Oxygen_White/cursors/s-resize @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/sb_h_double_arrow b/cursors/Oxygen_White/cursors/sb_h_double_arrow new file mode 120000 index 00000000..e0da659c --- /dev/null +++ b/cursors/Oxygen_White/cursors/sb_h_double_arrow @@ -0,0 +1 @@ +size_hor \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/sb_v_double_arrow b/cursors/Oxygen_White/cursors/sb_v_double_arrow new file mode 120000 index 00000000..fb54fee2 --- /dev/null +++ b/cursors/Oxygen_White/cursors/sb_v_double_arrow @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/size_all b/cursors/Oxygen_White/cursors/size_all new file mode 120000 index 00000000..147f7449 --- /dev/null +++ b/cursors/Oxygen_White/cursors/size_all @@ -0,0 +1 @@ +fleur \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/size_bdiag b/cursors/Oxygen_White/cursors/size_bdiag new file mode 100644 index 00000000..b3aa9b27 Binary files /dev/null and b/cursors/Oxygen_White/cursors/size_bdiag differ diff --git a/cursors/Oxygen_White/cursors/size_fdiag b/cursors/Oxygen_White/cursors/size_fdiag new file mode 100644 index 00000000..0933e0cb Binary files /dev/null and b/cursors/Oxygen_White/cursors/size_fdiag differ diff --git a/cursors/Oxygen_White/cursors/size_hor b/cursors/Oxygen_White/cursors/size_hor new file mode 100644 index 00000000..87e1d01a Binary files /dev/null and b/cursors/Oxygen_White/cursors/size_hor differ diff --git a/cursors/Oxygen_White/cursors/size_ver b/cursors/Oxygen_White/cursors/size_ver new file mode 100644 index 00000000..93cb3fb0 Binary files /dev/null and b/cursors/Oxygen_White/cursors/size_ver differ diff --git a/cursors/Oxygen_White/cursors/split_h b/cursors/Oxygen_White/cursors/split_h new file mode 100644 index 00000000..69410798 Binary files /dev/null and b/cursors/Oxygen_White/cursors/split_h differ diff --git a/cursors/Oxygen_White/cursors/split_v b/cursors/Oxygen_White/cursors/split_v new file mode 100644 index 00000000..fd0d5419 Binary files /dev/null and b/cursors/Oxygen_White/cursors/split_v differ diff --git a/cursors/Oxygen_White/cursors/text b/cursors/Oxygen_White/cursors/text new file mode 120000 index 00000000..18632c40 --- /dev/null +++ b/cursors/Oxygen_White/cursors/text @@ -0,0 +1 @@ +xterm \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/up_arrow b/cursors/Oxygen_White/cursors/up_arrow new file mode 100644 index 00000000..e7dc0065 Binary files /dev/null and b/cursors/Oxygen_White/cursors/up_arrow differ diff --git a/cursors/Oxygen_White/cursors/v_double_arrow b/cursors/Oxygen_White/cursors/v_double_arrow new file mode 120000 index 00000000..fb54fee2 --- /dev/null +++ b/cursors/Oxygen_White/cursors/v_double_arrow @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/w-resize b/cursors/Oxygen_White/cursors/w-resize new file mode 120000 index 00000000..e0da659c --- /dev/null +++ b/cursors/Oxygen_White/cursors/w-resize @@ -0,0 +1 @@ +size_hor \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/wait b/cursors/Oxygen_White/cursors/wait new file mode 100644 index 00000000..a9fd0cd0 Binary files /dev/null and b/cursors/Oxygen_White/cursors/wait differ diff --git a/cursors/Oxygen_White/cursors/watch b/cursors/Oxygen_White/cursors/watch new file mode 120000 index 00000000..fd80437a --- /dev/null +++ b/cursors/Oxygen_White/cursors/watch @@ -0,0 +1 @@ +wait \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/whats_this b/cursors/Oxygen_White/cursors/whats_this new file mode 120000 index 00000000..4cea3acc --- /dev/null +++ b/cursors/Oxygen_White/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/cursors/Oxygen_White/cursors/xterm b/cursors/Oxygen_White/cursors/xterm new file mode 100644 index 00000000..2e2ce611 Binary files /dev/null and b/cursors/Oxygen_White/cursors/xterm differ diff --git a/cursors/Oxygen_White/index.theme b/cursors/Oxygen_White/index.theme new file mode 100644 index 00000000..6e4470ac --- /dev/null +++ b/cursors/Oxygen_White/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen White +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/Oxygen_Yellow/cursors/00000000000000020006000e7e9ffc3f b/cursors/Oxygen_Yellow/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 00000000..3126613d --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +half-busy \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/00008160000006810000408080010102 b/cursors/Oxygen_Yellow/cursors/00008160000006810000408080010102 new file mode 120000 index 00000000..fb54fee2 --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/03b6e0fcb3499374a867c041f52298f0 b/cursors/Oxygen_Yellow/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 00000000..031757cf --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/cursors/Oxygen_Yellow/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 00000000..3126613d --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +half-busy \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/1081e37283d90000800003c07f3ef6bf b/cursors/Oxygen_Yellow/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 00000000..88740b2c --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/3085a0e285430894940527032f8b26df b/cursors/Oxygen_Yellow/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 00000000..c150ede2 --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/3ecb610c1bf2410f44200f48c40d3599 b/cursors/Oxygen_Yellow/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 00000000..3126613d --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +half-busy \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/4498f0e0c1937ffe01fd06f973665830 b/cursors/Oxygen_Yellow/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/cursors/Oxygen_Yellow/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 00000000..4cea3acc --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/6407b0e94181790501fd1e167b474872 b/cursors/Oxygen_Yellow/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 00000000..88740b2c --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/640fb0e74195791501fd1ed57b41487f b/cursors/Oxygen_Yellow/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 00000000..c150ede2 --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/9081237383d90e509aa00f00170e968f b/cursors/Oxygen_Yellow/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/9d800788f1b08800ae810202380a0822 b/cursors/Oxygen_Yellow/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 00000000..76c78220 --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +pointing_hand \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/X_cursor b/cursors/Oxygen_Yellow/cursors/X_cursor new file mode 100644 index 00000000..80d67f7c Binary files /dev/null and b/cursors/Oxygen_Yellow/cursors/X_cursor differ diff --git a/cursors/Oxygen_Yellow/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/cursors/Oxygen_Yellow/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 00000000..c150ede2 --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/alias b/cursors/Oxygen_Yellow/cursors/alias new file mode 120000 index 00000000..c150ede2 --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/all-scroll b/cursors/Oxygen_Yellow/cursors/all-scroll new file mode 120000 index 00000000..147f7449 --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/all-scroll @@ -0,0 +1 @@ +fleur \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/cursors/Oxygen_Yellow/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 00000000..88740b2c --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/circle b/cursors/Oxygen_Yellow/cursors/circle new file mode 100644 index 00000000..057ce294 Binary files /dev/null and b/cursors/Oxygen_Yellow/cursors/circle differ diff --git a/cursors/Oxygen_Yellow/cursors/closedhand b/cursors/Oxygen_Yellow/cursors/closedhand new file mode 100644 index 00000000..eb99172f Binary files /dev/null and b/cursors/Oxygen_Yellow/cursors/closedhand differ diff --git a/cursors/Oxygen_Yellow/cursors/col-resize b/cursors/Oxygen_Yellow/cursors/col-resize new file mode 120000 index 00000000..179b52be --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/col-resize @@ -0,0 +1 @@ +split_v \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/color-picker b/cursors/Oxygen_Yellow/cursors/color-picker new file mode 100644 index 00000000..9546544a Binary files /dev/null and b/cursors/Oxygen_Yellow/cursors/color-picker differ diff --git a/cursors/Oxygen_Yellow/cursors/copy b/cursors/Oxygen_Yellow/cursors/copy new file mode 100644 index 00000000..4fd7f17e Binary files /dev/null and b/cursors/Oxygen_Yellow/cursors/copy differ diff --git a/cursors/Oxygen_Yellow/cursors/cross b/cursors/Oxygen_Yellow/cursors/cross new file mode 100644 index 00000000..4a27f1c3 Binary files /dev/null and b/cursors/Oxygen_Yellow/cursors/cross differ diff --git a/cursors/Oxygen_Yellow/cursors/crossed_circle b/cursors/Oxygen_Yellow/cursors/crossed_circle new file mode 120000 index 00000000..031757cf --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/crossed_circle @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/d9ce0ab605698f320427677b458ad60b b/cursors/Oxygen_Yellow/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 00000000..4cea3acc --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/dnd-copy b/cursors/Oxygen_Yellow/cursors/dnd-copy new file mode 120000 index 00000000..88740b2c --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/dnd-copy @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/dnd-link b/cursors/Oxygen_Yellow/cursors/dnd-link new file mode 120000 index 00000000..c150ede2 --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/dnd-link @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/dnd-move b/cursors/Oxygen_Yellow/cursors/dnd-move new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/dnd-move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/dnd-no-drop b/cursors/Oxygen_Yellow/cursors/dnd-no-drop new file mode 120000 index 00000000..74313ca4 --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/dnd-no-drop @@ -0,0 +1 @@ +forbidden \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/dnd-none b/cursors/Oxygen_Yellow/cursors/dnd-none new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/e-resize b/cursors/Oxygen_Yellow/cursors/e-resize new file mode 120000 index 00000000..e0da659c --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/e-resize @@ -0,0 +1 @@ +size_hor \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/e29285e634086352946a0e7090d73106 b/cursors/Oxygen_Yellow/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 00000000..76c78220 --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +pointing_hand \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/cursors/Oxygen_Yellow/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/fleur b/cursors/Oxygen_Yellow/cursors/fleur new file mode 100644 index 00000000..71ff1dd6 Binary files /dev/null and b/cursors/Oxygen_Yellow/cursors/fleur differ diff --git a/cursors/Oxygen_Yellow/cursors/forbidden b/cursors/Oxygen_Yellow/cursors/forbidden new file mode 100644 index 00000000..5c1decd2 Binary files /dev/null and b/cursors/Oxygen_Yellow/cursors/forbidden differ diff --git a/cursors/Oxygen_Yellow/cursors/half-busy b/cursors/Oxygen_Yellow/cursors/half-busy new file mode 100644 index 00000000..05396742 Binary files /dev/null and b/cursors/Oxygen_Yellow/cursors/half-busy differ diff --git a/cursors/Oxygen_Yellow/cursors/hand1 b/cursors/Oxygen_Yellow/cursors/hand1 new file mode 120000 index 00000000..76c78220 --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/hand1 @@ -0,0 +1 @@ +pointing_hand \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/hand2 b/cursors/Oxygen_Yellow/cursors/hand2 new file mode 120000 index 00000000..76c78220 --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/hand2 @@ -0,0 +1 @@ +pointing_hand \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/help b/cursors/Oxygen_Yellow/cursors/help new file mode 100644 index 00000000..1bba2fc4 Binary files /dev/null and b/cursors/Oxygen_Yellow/cursors/help differ diff --git a/cursors/Oxygen_Yellow/cursors/ibeam b/cursors/Oxygen_Yellow/cursors/ibeam new file mode 120000 index 00000000..18632c40 --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/ibeam @@ -0,0 +1 @@ +xterm \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/left_ptr b/cursors/Oxygen_Yellow/cursors/left_ptr new file mode 100644 index 00000000..33d6b6f2 Binary files /dev/null and b/cursors/Oxygen_Yellow/cursors/left_ptr differ diff --git a/cursors/Oxygen_Yellow/cursors/left_ptr_watch b/cursors/Oxygen_Yellow/cursors/left_ptr_watch new file mode 120000 index 00000000..3126613d --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/left_ptr_watch @@ -0,0 +1 @@ +half-busy \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/link b/cursors/Oxygen_Yellow/cursors/link new file mode 100644 index 00000000..ad47bcf5 Binary files /dev/null and b/cursors/Oxygen_Yellow/cursors/link differ diff --git a/cursors/Oxygen_Yellow/cursors/move b/cursors/Oxygen_Yellow/cursors/move new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/n-resize b/cursors/Oxygen_Yellow/cursors/n-resize new file mode 120000 index 00000000..fb54fee2 --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/n-resize @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/not-allowed b/cursors/Oxygen_Yellow/cursors/not-allowed new file mode 120000 index 00000000..74313ca4 --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/not-allowed @@ -0,0 +1 @@ +forbidden \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/openhand b/cursors/Oxygen_Yellow/cursors/openhand new file mode 100644 index 00000000..cb8b7412 Binary files /dev/null and b/cursors/Oxygen_Yellow/cursors/openhand differ diff --git a/cursors/Oxygen_Yellow/cursors/pencil b/cursors/Oxygen_Yellow/cursors/pencil new file mode 100644 index 00000000..1bcdb79e Binary files /dev/null and b/cursors/Oxygen_Yellow/cursors/pencil differ diff --git a/cursors/Oxygen_Yellow/cursors/pirate b/cursors/Oxygen_Yellow/cursors/pirate new file mode 100644 index 00000000..20106c34 Binary files /dev/null and b/cursors/Oxygen_Yellow/cursors/pirate differ diff --git a/cursors/Oxygen_Yellow/cursors/plus b/cursors/Oxygen_Yellow/cursors/plus new file mode 100644 index 00000000..40ea3cc5 Binary files /dev/null and b/cursors/Oxygen_Yellow/cursors/plus differ diff --git a/cursors/Oxygen_Yellow/cursors/pointer b/cursors/Oxygen_Yellow/cursors/pointer new file mode 120000 index 00000000..76c78220 --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/pointer @@ -0,0 +1 @@ +pointing_hand \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/pointing_hand b/cursors/Oxygen_Yellow/cursors/pointing_hand new file mode 100644 index 00000000..3b02fdea Binary files /dev/null and b/cursors/Oxygen_Yellow/cursors/pointing_hand differ diff --git a/cursors/Oxygen_Yellow/cursors/progress b/cursors/Oxygen_Yellow/cursors/progress new file mode 120000 index 00000000..3126613d --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/progress @@ -0,0 +1 @@ +half-busy \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/question_arrow b/cursors/Oxygen_Yellow/cursors/question_arrow new file mode 120000 index 00000000..4cea3acc --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/row-resize b/cursors/Oxygen_Yellow/cursors/row-resize new file mode 120000 index 00000000..e3aa7487 --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/row-resize @@ -0,0 +1 @@ +split_h \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/s-resize b/cursors/Oxygen_Yellow/cursors/s-resize new file mode 120000 index 00000000..fb54fee2 --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/s-resize @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/sb_h_double_arrow b/cursors/Oxygen_Yellow/cursors/sb_h_double_arrow new file mode 120000 index 00000000..e0da659c --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/sb_h_double_arrow @@ -0,0 +1 @@ +size_hor \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/sb_v_double_arrow b/cursors/Oxygen_Yellow/cursors/sb_v_double_arrow new file mode 120000 index 00000000..fb54fee2 --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/sb_v_double_arrow @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/size_all b/cursors/Oxygen_Yellow/cursors/size_all new file mode 120000 index 00000000..147f7449 --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/size_all @@ -0,0 +1 @@ +fleur \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/size_bdiag b/cursors/Oxygen_Yellow/cursors/size_bdiag new file mode 100644 index 00000000..2abf1eed Binary files /dev/null and b/cursors/Oxygen_Yellow/cursors/size_bdiag differ diff --git a/cursors/Oxygen_Yellow/cursors/size_fdiag b/cursors/Oxygen_Yellow/cursors/size_fdiag new file mode 100644 index 00000000..1d2b226c Binary files /dev/null and b/cursors/Oxygen_Yellow/cursors/size_fdiag differ diff --git a/cursors/Oxygen_Yellow/cursors/size_hor b/cursors/Oxygen_Yellow/cursors/size_hor new file mode 100644 index 00000000..d66cf3d7 Binary files /dev/null and b/cursors/Oxygen_Yellow/cursors/size_hor differ diff --git a/cursors/Oxygen_Yellow/cursors/size_ver b/cursors/Oxygen_Yellow/cursors/size_ver new file mode 100644 index 00000000..6fe46785 Binary files /dev/null and b/cursors/Oxygen_Yellow/cursors/size_ver differ diff --git a/cursors/Oxygen_Yellow/cursors/split_h b/cursors/Oxygen_Yellow/cursors/split_h new file mode 100644 index 00000000..468e56e3 Binary files /dev/null and b/cursors/Oxygen_Yellow/cursors/split_h differ diff --git a/cursors/Oxygen_Yellow/cursors/split_v b/cursors/Oxygen_Yellow/cursors/split_v new file mode 100644 index 00000000..41927977 Binary files /dev/null and b/cursors/Oxygen_Yellow/cursors/split_v differ diff --git a/cursors/Oxygen_Yellow/cursors/text b/cursors/Oxygen_Yellow/cursors/text new file mode 120000 index 00000000..18632c40 --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/text @@ -0,0 +1 @@ +xterm \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/up_arrow b/cursors/Oxygen_Yellow/cursors/up_arrow new file mode 100644 index 00000000..ec3c3568 Binary files /dev/null and b/cursors/Oxygen_Yellow/cursors/up_arrow differ diff --git a/cursors/Oxygen_Yellow/cursors/v_double_arrow b/cursors/Oxygen_Yellow/cursors/v_double_arrow new file mode 120000 index 00000000..fb54fee2 --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/v_double_arrow @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/w-resize b/cursors/Oxygen_Yellow/cursors/w-resize new file mode 120000 index 00000000..e0da659c --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/w-resize @@ -0,0 +1 @@ +size_hor \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/wait b/cursors/Oxygen_Yellow/cursors/wait new file mode 100644 index 00000000..1895ed9c Binary files /dev/null and b/cursors/Oxygen_Yellow/cursors/wait differ diff --git a/cursors/Oxygen_Yellow/cursors/watch b/cursors/Oxygen_Yellow/cursors/watch new file mode 120000 index 00000000..fd80437a --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/watch @@ -0,0 +1 @@ +wait \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/whats_this b/cursors/Oxygen_Yellow/cursors/whats_this new file mode 120000 index 00000000..4cea3acc --- /dev/null +++ b/cursors/Oxygen_Yellow/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/cursors/Oxygen_Yellow/cursors/xterm b/cursors/Oxygen_Yellow/cursors/xterm new file mode 100644 index 00000000..4797b88d Binary files /dev/null and b/cursors/Oxygen_Yellow/cursors/xterm differ diff --git a/cursors/Oxygen_Yellow/index.theme b/cursors/Oxygen_Yellow/index.theme new file mode 100644 index 00000000..c0a16cd6 --- /dev/null +++ b/cursors/Oxygen_Yellow/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Yellow +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/Oxygen_Zion/cursors/00000000000000020006000e7e9ffc3f b/cursors/Oxygen_Zion/cursors/00000000000000020006000e7e9ffc3f new file mode 120000 index 00000000..3126613d --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +half-busy \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/00008160000006810000408080010102 b/cursors/Oxygen_Zion/cursors/00008160000006810000408080010102 new file mode 120000 index 00000000..fb54fee2 --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/00008160000006810000408080010102 @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/03b6e0fcb3499374a867c041f52298f0 b/cursors/Oxygen_Zion/cursors/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 00000000..031757cf --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/cursors/Oxygen_Zion/cursors/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 00000000..3126613d --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +half-busy \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/1081e37283d90000800003c07f3ef6bf b/cursors/Oxygen_Zion/cursors/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 00000000..88740b2c --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/3085a0e285430894940527032f8b26df b/cursors/Oxygen_Zion/cursors/3085a0e285430894940527032f8b26df new file mode 120000 index 00000000..c150ede2 --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/3ecb610c1bf2410f44200f48c40d3599 b/cursors/Oxygen_Zion/cursors/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 00000000..3126613d --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +half-busy \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/4498f0e0c1937ffe01fd06f973665830 b/cursors/Oxygen_Zion/cursors/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/cursors/Oxygen_Zion/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 00000000..4cea3acc --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/6407b0e94181790501fd1e167b474872 b/cursors/Oxygen_Zion/cursors/6407b0e94181790501fd1e167b474872 new file mode 120000 index 00000000..88740b2c --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/640fb0e74195791501fd1ed57b41487f b/cursors/Oxygen_Zion/cursors/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 00000000..c150ede2 --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/9081237383d90e509aa00f00170e968f b/cursors/Oxygen_Zion/cursors/9081237383d90e509aa00f00170e968f new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/9d800788f1b08800ae810202380a0822 b/cursors/Oxygen_Zion/cursors/9d800788f1b08800ae810202380a0822 new file mode 120000 index 00000000..76c78220 --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +pointing_hand \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/X_cursor b/cursors/Oxygen_Zion/cursors/X_cursor new file mode 100644 index 00000000..ade77fa9 Binary files /dev/null and b/cursors/Oxygen_Zion/cursors/X_cursor differ diff --git a/cursors/Oxygen_Zion/cursors/a2a266d0498c3104214a47bd64ab0fc8 b/cursors/Oxygen_Zion/cursors/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 00000000..c150ede2 --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/alias b/cursors/Oxygen_Zion/cursors/alias new file mode 120000 index 00000000..c150ede2 --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/all-scroll b/cursors/Oxygen_Zion/cursors/all-scroll new file mode 120000 index 00000000..147f7449 --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/all-scroll @@ -0,0 +1 @@ +fleur \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/b66166c04f8c3109214a4fbd64a50fc8 b/cursors/Oxygen_Zion/cursors/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 00000000..88740b2c --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/circle b/cursors/Oxygen_Zion/cursors/circle new file mode 100644 index 00000000..057ce294 Binary files /dev/null and b/cursors/Oxygen_Zion/cursors/circle differ diff --git a/cursors/Oxygen_Zion/cursors/closedhand b/cursors/Oxygen_Zion/cursors/closedhand new file mode 100644 index 00000000..147feaa3 Binary files /dev/null and b/cursors/Oxygen_Zion/cursors/closedhand differ diff --git a/cursors/Oxygen_Zion/cursors/col-resize b/cursors/Oxygen_Zion/cursors/col-resize new file mode 120000 index 00000000..179b52be --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/col-resize @@ -0,0 +1 @@ +split_v \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/color-picker b/cursors/Oxygen_Zion/cursors/color-picker new file mode 100644 index 00000000..5299eece Binary files /dev/null and b/cursors/Oxygen_Zion/cursors/color-picker differ diff --git a/cursors/Oxygen_Zion/cursors/copy b/cursors/Oxygen_Zion/cursors/copy new file mode 100644 index 00000000..2ef4bffb Binary files /dev/null and b/cursors/Oxygen_Zion/cursors/copy differ diff --git a/cursors/Oxygen_Zion/cursors/cross b/cursors/Oxygen_Zion/cursors/cross new file mode 100644 index 00000000..d59a9c3b Binary files /dev/null and b/cursors/Oxygen_Zion/cursors/cross differ diff --git a/cursors/Oxygen_Zion/cursors/crossed_circle b/cursors/Oxygen_Zion/cursors/crossed_circle new file mode 120000 index 00000000..031757cf --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/crossed_circle @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/d9ce0ab605698f320427677b458ad60b b/cursors/Oxygen_Zion/cursors/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 00000000..4cea3acc --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/dnd-copy b/cursors/Oxygen_Zion/cursors/dnd-copy new file mode 120000 index 00000000..88740b2c --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/dnd-copy @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/dnd-link b/cursors/Oxygen_Zion/cursors/dnd-link new file mode 120000 index 00000000..c150ede2 --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/dnd-link @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/dnd-move b/cursors/Oxygen_Zion/cursors/dnd-move new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/dnd-move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/dnd-no-drop b/cursors/Oxygen_Zion/cursors/dnd-no-drop new file mode 120000 index 00000000..74313ca4 --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/dnd-no-drop @@ -0,0 +1 @@ +forbidden \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/dnd-none b/cursors/Oxygen_Zion/cursors/dnd-none new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/e-resize b/cursors/Oxygen_Zion/cursors/e-resize new file mode 120000 index 00000000..e0da659c --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/e-resize @@ -0,0 +1 @@ +size_hor \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/e29285e634086352946a0e7090d73106 b/cursors/Oxygen_Zion/cursors/e29285e634086352946a0e7090d73106 new file mode 120000 index 00000000..76c78220 --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +pointing_hand \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff b/cursors/Oxygen_Zion/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/fleur b/cursors/Oxygen_Zion/cursors/fleur new file mode 100644 index 00000000..7cec7472 Binary files /dev/null and b/cursors/Oxygen_Zion/cursors/fleur differ diff --git a/cursors/Oxygen_Zion/cursors/forbidden b/cursors/Oxygen_Zion/cursors/forbidden new file mode 100644 index 00000000..dceaf88e Binary files /dev/null and b/cursors/Oxygen_Zion/cursors/forbidden differ diff --git a/cursors/Oxygen_Zion/cursors/half-busy b/cursors/Oxygen_Zion/cursors/half-busy new file mode 100644 index 00000000..bac0338a Binary files /dev/null and b/cursors/Oxygen_Zion/cursors/half-busy differ diff --git a/cursors/Oxygen_Zion/cursors/hand1 b/cursors/Oxygen_Zion/cursors/hand1 new file mode 120000 index 00000000..76c78220 --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/hand1 @@ -0,0 +1 @@ +pointing_hand \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/hand2 b/cursors/Oxygen_Zion/cursors/hand2 new file mode 120000 index 00000000..76c78220 --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/hand2 @@ -0,0 +1 @@ +pointing_hand \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/help b/cursors/Oxygen_Zion/cursors/help new file mode 100644 index 00000000..3da67a2a Binary files /dev/null and b/cursors/Oxygen_Zion/cursors/help differ diff --git a/cursors/Oxygen_Zion/cursors/ibeam b/cursors/Oxygen_Zion/cursors/ibeam new file mode 120000 index 00000000..18632c40 --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/ibeam @@ -0,0 +1 @@ +xterm \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/left_ptr b/cursors/Oxygen_Zion/cursors/left_ptr new file mode 100644 index 00000000..e546bf79 Binary files /dev/null and b/cursors/Oxygen_Zion/cursors/left_ptr differ diff --git a/cursors/Oxygen_Zion/cursors/left_ptr_watch b/cursors/Oxygen_Zion/cursors/left_ptr_watch new file mode 120000 index 00000000..3126613d --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/left_ptr_watch @@ -0,0 +1 @@ +half-busy \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/link b/cursors/Oxygen_Zion/cursors/link new file mode 100644 index 00000000..2c02a5a1 Binary files /dev/null and b/cursors/Oxygen_Zion/cursors/link differ diff --git a/cursors/Oxygen_Zion/cursors/move b/cursors/Oxygen_Zion/cursors/move new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/n-resize b/cursors/Oxygen_Zion/cursors/n-resize new file mode 120000 index 00000000..fb54fee2 --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/n-resize @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/not-allowed b/cursors/Oxygen_Zion/cursors/not-allowed new file mode 120000 index 00000000..74313ca4 --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/not-allowed @@ -0,0 +1 @@ +forbidden \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/openhand b/cursors/Oxygen_Zion/cursors/openhand new file mode 100644 index 00000000..a8dfbeed Binary files /dev/null and b/cursors/Oxygen_Zion/cursors/openhand differ diff --git a/cursors/Oxygen_Zion/cursors/pencil b/cursors/Oxygen_Zion/cursors/pencil new file mode 100644 index 00000000..6d555ab0 Binary files /dev/null and b/cursors/Oxygen_Zion/cursors/pencil differ diff --git a/cursors/Oxygen_Zion/cursors/pirate b/cursors/Oxygen_Zion/cursors/pirate new file mode 100644 index 00000000..d5d0c0e0 Binary files /dev/null and b/cursors/Oxygen_Zion/cursors/pirate differ diff --git a/cursors/Oxygen_Zion/cursors/plus b/cursors/Oxygen_Zion/cursors/plus new file mode 100644 index 00000000..323873d2 Binary files /dev/null and b/cursors/Oxygen_Zion/cursors/plus differ diff --git a/cursors/Oxygen_Zion/cursors/pointer b/cursors/Oxygen_Zion/cursors/pointer new file mode 120000 index 00000000..76c78220 --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/pointer @@ -0,0 +1 @@ +pointing_hand \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/pointing_hand b/cursors/Oxygen_Zion/cursors/pointing_hand new file mode 100644 index 00000000..47fb5b32 Binary files /dev/null and b/cursors/Oxygen_Zion/cursors/pointing_hand differ diff --git a/cursors/Oxygen_Zion/cursors/progress b/cursors/Oxygen_Zion/cursors/progress new file mode 120000 index 00000000..3126613d --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/progress @@ -0,0 +1 @@ +half-busy \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/question_arrow b/cursors/Oxygen_Zion/cursors/question_arrow new file mode 120000 index 00000000..4cea3acc --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/row-resize b/cursors/Oxygen_Zion/cursors/row-resize new file mode 120000 index 00000000..e3aa7487 --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/row-resize @@ -0,0 +1 @@ +split_h \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/s-resize b/cursors/Oxygen_Zion/cursors/s-resize new file mode 120000 index 00000000..fb54fee2 --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/s-resize @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/sb_h_double_arrow b/cursors/Oxygen_Zion/cursors/sb_h_double_arrow new file mode 120000 index 00000000..e0da659c --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/sb_h_double_arrow @@ -0,0 +1 @@ +size_hor \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/sb_v_double_arrow b/cursors/Oxygen_Zion/cursors/sb_v_double_arrow new file mode 120000 index 00000000..fb54fee2 --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/sb_v_double_arrow @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/size_all b/cursors/Oxygen_Zion/cursors/size_all new file mode 120000 index 00000000..147f7449 --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/size_all @@ -0,0 +1 @@ +fleur \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/size_bdiag b/cursors/Oxygen_Zion/cursors/size_bdiag new file mode 100644 index 00000000..1cf8ac75 Binary files /dev/null and b/cursors/Oxygen_Zion/cursors/size_bdiag differ diff --git a/cursors/Oxygen_Zion/cursors/size_fdiag b/cursors/Oxygen_Zion/cursors/size_fdiag new file mode 100644 index 00000000..d4732f6d Binary files /dev/null and b/cursors/Oxygen_Zion/cursors/size_fdiag differ diff --git a/cursors/Oxygen_Zion/cursors/size_hor b/cursors/Oxygen_Zion/cursors/size_hor new file mode 100644 index 00000000..388a9acd Binary files /dev/null and b/cursors/Oxygen_Zion/cursors/size_hor differ diff --git a/cursors/Oxygen_Zion/cursors/size_ver b/cursors/Oxygen_Zion/cursors/size_ver new file mode 100644 index 00000000..92efa154 Binary files /dev/null and b/cursors/Oxygen_Zion/cursors/size_ver differ diff --git a/cursors/Oxygen_Zion/cursors/split_h b/cursors/Oxygen_Zion/cursors/split_h new file mode 100644 index 00000000..50a9fb7d Binary files /dev/null and b/cursors/Oxygen_Zion/cursors/split_h differ diff --git a/cursors/Oxygen_Zion/cursors/split_v b/cursors/Oxygen_Zion/cursors/split_v new file mode 100644 index 00000000..e38085ce Binary files /dev/null and b/cursors/Oxygen_Zion/cursors/split_v differ diff --git a/cursors/Oxygen_Zion/cursors/text b/cursors/Oxygen_Zion/cursors/text new file mode 120000 index 00000000..18632c40 --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/text @@ -0,0 +1 @@ +xterm \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/up_arrow b/cursors/Oxygen_Zion/cursors/up_arrow new file mode 100644 index 00000000..ea3521c9 Binary files /dev/null and b/cursors/Oxygen_Zion/cursors/up_arrow differ diff --git a/cursors/Oxygen_Zion/cursors/v_double_arrow b/cursors/Oxygen_Zion/cursors/v_double_arrow new file mode 120000 index 00000000..fb54fee2 --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/v_double_arrow @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/w-resize b/cursors/Oxygen_Zion/cursors/w-resize new file mode 120000 index 00000000..e0da659c --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/w-resize @@ -0,0 +1 @@ +size_hor \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/wait b/cursors/Oxygen_Zion/cursors/wait new file mode 100644 index 00000000..6c17265a Binary files /dev/null and b/cursors/Oxygen_Zion/cursors/wait differ diff --git a/cursors/Oxygen_Zion/cursors/watch b/cursors/Oxygen_Zion/cursors/watch new file mode 120000 index 00000000..fd80437a --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/watch @@ -0,0 +1 @@ +wait \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/whats_this b/cursors/Oxygen_Zion/cursors/whats_this new file mode 120000 index 00000000..4cea3acc --- /dev/null +++ b/cursors/Oxygen_Zion/cursors/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/cursors/Oxygen_Zion/cursors/xterm b/cursors/Oxygen_Zion/cursors/xterm new file mode 100644 index 00000000..739f9733 Binary files /dev/null and b/cursors/Oxygen_Zion/cursors/xterm differ diff --git a/cursors/Oxygen_Zion/index.theme b/cursors/Oxygen_Zion/index.theme new file mode 100644 index 00000000..241e15b1 --- /dev/null +++ b/cursors/Oxygen_Zion/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Zion +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/CMakeLists.txt b/cursors/src/CMakeLists.txt new file mode 100644 index 00000000..f701f985 --- /dev/null +++ b/cursors/src/CMakeLists.txt @@ -0,0 +1,49 @@ +include(cursors.cmake) +include(config.cmake) +include(setup.cmake) + +set(COLORS + black + blue + bluecurve + brown + cherry + chrome + desert + emerald + green + grey + honeycomb + hot_orange + lilac + midnight_meadow + navy + norway + obsidian + obsidian-hc + olympus + olympus-inv + orchid + oxygen + peach + purple + red + red-argentina + sea_blue + steel + terra + terra_green + violet + viorange + white + whitewater + wonton + yellow + zion + ) + +foreach(color ${COLORS}) + add_subdirectory(theme-${color}) + list(APPEND PACKAGES package-${color}) + message(STATUS "Added themes for ${color}") +endforeach(color) diff --git a/cursors/src/COPYING b/cursors/src/COPYING new file mode 100644 index 00000000..0cd37f5b --- /dev/null +++ b/cursors/src/COPYING @@ -0,0 +1,18 @@ +Copyright (C) 2007-2008 by Riccardo Iaconelli +Copyright (C) 2007-2008 by David Miller +Copyright (C) 2007-2008 by Matthew Woehlke + +This cursor theme and the associated scripts are free software: +you can redistribute them and/or modify them under the terms of +the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) +any later version. + +This cursor theme and the associated scripts are distributed in +the hope that they will be useful, but WITHOUT ANY WARRANTY; +without even the implied warranty of MERCHANTABILITY or FITNESS +FOR A PARTICULAR PURPOSE. See the GNU General Public License +for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . diff --git a/cursors/src/LICENSE b/cursors/src/LICENSE new file mode 100644 index 00000000..94a9ed02 --- /dev/null +++ b/cursors/src/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/cursors/src/README b/cursors/src/README new file mode 100644 index 00000000..f1638748 --- /dev/null +++ b/cursors/src/README @@ -0,0 +1,17 @@ +How to generate all the pngs and the SVGs and the cursor files: + +mkdir build +cd build +cmake ../src +make [-j ] [theme-|package-] + +Where is the number of jobs to run in parallel (man make), and is the color you want generated if you want just one of them. + +The build system is still young, with rough edges (e.g. doesn't check if inkscape is found). Hopefully it will work, +but there may still be problems. + +All of what you see here is to be considered a work in progress, and therefore must be considered as unreleased. + +Information on the graphics: Riccardo "ruphy" Iaconelli +Information on the build system: Matthew Woehlke and Diego 'Flameeyes' Pettenò. +Preferred place to get help: #oxygen on irc.freenode.net (http://freenode.net/) diff --git a/cursors/src/TODO b/cursors/src/TODO new file mode 100644 index 00000000..3472fe7a --- /dev/null +++ b/cursors/src/TODO @@ -0,0 +1 @@ +* fix hotspot for clock diff --git a/cursors/src/config.cmake b/cursors/src/config.cmake new file mode 100644 index 00000000..dfadfe75 --- /dev/null +++ b/cursors/src/config.cmake @@ -0,0 +1,8 @@ +file(GLOB SVGS svg/*.svg) +file(GLOB CONFIGS config/*.in) +file(GLOB SYMLINKS_PATHS symlinks/*) + +set(SVGDIR ${CMAKE_SOURCE_DIR}/svg) +set(CONFIGDIR ${CMAKE_SOURCE_DIR}/config) +set(MAKE_CONFIG ${CMAKE_SOURCE_DIR}/make_config.cmake) +set(MAKE_SVG ${CMAKE_SOURCE_DIR}/make_svg.cmake) diff --git a/cursors/src/config/Description b/cursors/src/config/Description new file mode 100644 index 00000000..84be4aab --- /dev/null +++ b/cursors/src/config/Description @@ -0,0 +1,5 @@ +== Namespec Description == + +WriteMe! + + diff --git a/cursors/src/config/X_cursor.in b/cursors/src/config/X_cursor.in new file mode 100644 index 00000000..04f86c3d --- /dev/null +++ b/cursors/src/config/X_cursor.in @@ -0,0 +1 @@ +24 12 12 x.png diff --git a/cursors/src/config/circle.in b/cursors/src/config/circle.in new file mode 100644 index 00000000..3d69e87e --- /dev/null +++ b/cursors/src/config/circle.in @@ -0,0 +1 @@ +24 12 12 circle.png diff --git a/cursors/src/config/closedhand.in b/cursors/src/config/closedhand.in new file mode 100644 index 00000000..cf73de12 --- /dev/null +++ b/cursors/src/config/closedhand.in @@ -0,0 +1 @@ +24 12 11 grab.png diff --git a/cursors/src/config/color-picker.in b/cursors/src/config/color-picker.in new file mode 100644 index 00000000..cdfe33b9 --- /dev/null +++ b/cursors/src/config/color-picker.in @@ -0,0 +1 @@ +24 2 20 picker.png diff --git a/cursors/src/config/copy.in b/cursors/src/config/copy.in new file mode 100644 index 00000000..ee8d91a0 --- /dev/null +++ b/cursors/src/config/copy.in @@ -0,0 +1 @@ +24 0 0 copy.png diff --git a/cursors/src/config/cross.in b/cursors/src/config/cross.in new file mode 100644 index 00000000..545353cf --- /dev/null +++ b/cursors/src/config/cross.in @@ -0,0 +1 @@ +24 7 7 cross.png diff --git a/cursors/src/config/fleur.in b/cursors/src/config/fleur.in new file mode 100644 index 00000000..470d84eb --- /dev/null +++ b/cursors/src/config/fleur.in @@ -0,0 +1 @@ +32 16 15 fleur.png diff --git a/cursors/src/config/forbidden.in b/cursors/src/config/forbidden.in new file mode 100644 index 00000000..1e7cf6b5 --- /dev/null +++ b/cursors/src/config/forbidden.in @@ -0,0 +1 @@ +24 0 0 forbidden.png diff --git a/cursors/src/config/half-busy.in b/cursors/src/config/half-busy.in new file mode 100644 index 00000000..97c8476b --- /dev/null +++ b/cursors/src/config/half-busy.in @@ -0,0 +1,18 @@ +32 0 0 half-busy17.png 40 +32 0 0 half-busy16.png 40 +32 0 0 half-busy15.png 40 +32 0 0 half-busy14.png 40 +32 0 0 half-busy13.png 40 +32 0 0 half-busy12.png 40 +32 0 0 half-busy11.png 40 +32 0 0 half-busy10.png 40 +32 0 0 half-busy9.png 40 +32 0 0 half-busy8.png 40 +32 0 0 half-busy7.png 40 +32 0 0 half-busy6.png 40 +32 0 0 half-busy5.png 40 +32 0 0 half-busy4.png 40 +32 0 0 half-busy3.png 40 +32 0 0 half-busy2.png 40 +32 0 0 half-busy1.png 40 +32 0 0 half-busy.png 40 \ No newline at end of file diff --git a/cursors/src/config/help.in b/cursors/src/config/help.in new file mode 100644 index 00000000..50dbbaf6 --- /dev/null +++ b/cursors/src/config/help.in @@ -0,0 +1 @@ +24 0 0 help.png diff --git a/cursors/src/config/left_ptr.in b/cursors/src/config/left_ptr.in new file mode 100644 index 00000000..f38772f2 --- /dev/null +++ b/cursors/src/config/left_ptr.in @@ -0,0 +1 @@ +24 5 0 left_ptr.png diff --git a/cursors/src/config/link.in b/cursors/src/config/link.in new file mode 100644 index 00000000..68d8bebb --- /dev/null +++ b/cursors/src/config/link.in @@ -0,0 +1 @@ +24 0 0 link.png diff --git a/cursors/src/config/openhand.in b/cursors/src/config/openhand.in new file mode 100644 index 00000000..561f8247 --- /dev/null +++ b/cursors/src/config/openhand.in @@ -0,0 +1 @@ +24 12 11 grab_open.png diff --git a/cursors/src/config/pencil.in b/cursors/src/config/pencil.in new file mode 100644 index 00000000..cf73a68b --- /dev/null +++ b/cursors/src/config/pencil.in @@ -0,0 +1 @@ +24 3 20 pencil.png diff --git a/cursors/src/config/pirate.in b/cursors/src/config/pirate.in new file mode 100644 index 00000000..dff24cdd --- /dev/null +++ b/cursors/src/config/pirate.in @@ -0,0 +1 @@ +24 12 12 kill.png diff --git a/cursors/src/config/plus.in b/cursors/src/config/plus.in new file mode 100644 index 00000000..177737af --- /dev/null +++ b/cursors/src/config/plus.in @@ -0,0 +1 @@ +24 12 12 plus.png diff --git a/cursors/src/config/pointing_hand.in b/cursors/src/config/pointing_hand.in new file mode 100644 index 00000000..e9f3bce1 --- /dev/null +++ b/cursors/src/config/pointing_hand.in @@ -0,0 +1 @@ +24 9 1 hand.png diff --git a/cursors/src/config/size_bdiag.in b/cursors/src/config/size_bdiag.in new file mode 100644 index 00000000..0c2de7b1 --- /dev/null +++ b/cursors/src/config/size_bdiag.in @@ -0,0 +1 @@ +24 11 11 size_diag-tr2bl.png diff --git a/cursors/src/config/size_fdiag.in b/cursors/src/config/size_fdiag.in new file mode 100644 index 00000000..70ec1457 --- /dev/null +++ b/cursors/src/config/size_fdiag.in @@ -0,0 +1 @@ +24 11 11 size_diag-tl2br.png diff --git a/cursors/src/config/size_hor.in b/cursors/src/config/size_hor.in new file mode 100644 index 00000000..e3640ac5 --- /dev/null +++ b/cursors/src/config/size_hor.in @@ -0,0 +1 @@ +24 11 11 size_hor.png diff --git a/cursors/src/config/size_ver.in b/cursors/src/config/size_ver.in new file mode 100644 index 00000000..1277ad78 --- /dev/null +++ b/cursors/src/config/size_ver.in @@ -0,0 +1 @@ +24 11 11 size_ver.png diff --git a/cursors/src/config/split_h.in b/cursors/src/config/split_h.in new file mode 100644 index 00000000..b551623b --- /dev/null +++ b/cursors/src/config/split_h.in @@ -0,0 +1 @@ +24 11 11 split_h.png diff --git a/cursors/src/config/split_v.in b/cursors/src/config/split_v.in new file mode 100644 index 00000000..70edff01 --- /dev/null +++ b/cursors/src/config/split_v.in @@ -0,0 +1 @@ +24 11 11 split_v.png diff --git a/cursors/src/config/up_arrow.in b/cursors/src/config/up_arrow.in new file mode 100644 index 00000000..11d4efbb --- /dev/null +++ b/cursors/src/config/up_arrow.in @@ -0,0 +1 @@ +24 12 0 up_arrow.png diff --git a/cursors/src/config/wait.in b/cursors/src/config/wait.in new file mode 100644 index 00000000..bf83b522 --- /dev/null +++ b/cursors/src/config/wait.in @@ -0,0 +1,18 @@ +32 16 16 busy17.png 40 +32 16 16 busy16.png 40 +32 16 16 busy15.png 40 +32 16 16 busy14.png 40 +32 16 16 busy13.png 40 +32 16 16 busy12.png 40 +32 16 16 busy11.png 40 +32 16 16 busy10.png 40 +32 16 16 busy9.png 40 +32 16 16 busy8.png 40 +32 16 16 busy7.png 40 +32 16 16 busy6.png 40 +32 16 16 busy5.png 40 +32 16 16 busy4.png 40 +32 16 16 busy3.png 40 +32 16 16 busy2.png 40 +32 16 16 busy1.png 40 +32 16 16 busy.png 40 \ No newline at end of file diff --git a/cursors/src/config/xterm.in b/cursors/src/config/xterm.in new file mode 100644 index 00000000..c5f341dd --- /dev/null +++ b/cursors/src/config/xterm.in @@ -0,0 +1 @@ +24 4 9 xterm.png diff --git a/cursors/src/cursors.cmake b/cursors/src/cursors.cmake new file mode 100644 index 00000000..19f6bb58 --- /dev/null +++ b/cursors/src/cursors.cmake @@ -0,0 +1,120 @@ +# This macro produces a "themed" version of the SVG, using the spcified colors. +# Than, it renders this themed SVG to PNG files. +# You can specify one or more dpi values when you call this macro. +macro(add_cursor cursor color theme dpi) + # Produce a "themed" SVG + add_custom_command(OUTPUT ${CMAKE_BINARY_DIR}/oxy-${theme}/svg/${cursor}.svg + DEPENDS ${MAKE_SVG} ${CMAKE_CURRENT_SOURCE_DIR}/colors.in ${SVGDIR}/${cursor}.svg + COMMAND ${CMAKE_COMMAND} -Dconfig=${CMAKE_CURRENT_SOURCE_DIR}/colors.in + -Dinput=${SVGDIR}/${cursor}.svg + -Doutput=${CMAKE_BINARY_DIR}/oxy-${theme}/svg/${cursor}.svg + -P ${MAKE_SVG} + ) + # Prepare a list of resolutions in dpi + set(resolutions ${ARGV}) + list(REMOVE_AT resolutions 0) + list(REMOVE_AT resolutions 0) + list(REMOVE_AT resolutions 0) + # Render the SVG + foreach(resolution ${resolutions}) + add_custom_command(OUTPUT ${CMAKE_BINARY_DIR}/oxy-${theme}/png/${resolution}/${cursor}.png + DEPENDS ${CMAKE_BINARY_DIR}/oxy-${theme}/svg/${cursor}.svg + COMMAND ${INKSCAPE} --without-gui --export-dpi=${resolution} + --export-png=${CMAKE_BINARY_DIR}/oxy-${theme}/png/${resolution}/${cursor}.png + ${CMAKE_BINARY_DIR}/oxy-${theme}/svg/${cursor}.svg + ) + endforeach(resolution) +endmacro(add_cursor) + +macro(add_x_cursor theme cursor dpi) + # Prepare a list of resolutions in dpi + set(resolutions ${ARGV}) + list(REMOVE_AT resolutions 0) + list(REMOVE_AT resolutions 0) + # Prepare a list of the png files that are necessary + set(inputs) + foreach(png ${${cursor}_inputs}) + foreach(resolution ${resolutions}) + list(APPEND inputs ${CMAKE_BINARY_DIR}/oxy-${theme}/png/${resolution}/${png}) + endforeach(resolution) + endforeach(png) + # Make a coma-separated list (normal lists can't be passed as argument) + string(REPLACE ";" "," resolutions_coma_separated "${resolutions}") + # Adopt the x cursor config file to the requested resolutions + add_custom_command(OUTPUT ${CMAKE_BINARY_DIR}/oxy-${theme}/config/${cursor}.in + DEPENDS ${MAKE_CONFIG} ${CONFIGDIR}/${cursor}.in + COMMAND ${CMAKE_COMMAND} -Dconfig=${CONFIGDIR}/${cursor}.in + -Doutput=${CMAKE_BINARY_DIR}/oxy-${theme}/config/${cursor}.in + -Dresolutions=${resolutions_coma_separated} + -P ${MAKE_CONFIG} + ) + # Use the adopted x cursor config file and the png files to produce the cursor file + if(NOT WIN32) + add_custom_command(OUTPUT ${CMAKE_BINARY_DIR}/oxy-${theme}/cursors/${cursor} + DEPENDS ${inputs} ${CMAKE_BINARY_DIR}/oxy-${theme}/config/${cursor}.in + COMMAND ${XCURSORGEN} -p ${CMAKE_BINARY_DIR}/oxy-${theme}/png + ${CMAKE_BINARY_DIR}/oxy-${theme}/config/${cursor}.in + ${CMAKE_BINARY_DIR}/oxy-${theme}/cursors/${cursor} + ) + else(NOT WIN32) + add_custom_command(OUTPUT ${CMAKE_BINARY_DIR}/oxy-${theme}/cursors/${cursor} + DEPENDS ${inputs} ${CMAKE_BINARY_DIR}/oxy-${theme}/config/${cursor}.in + COMMAND "${CMAKE_SOURCE_DIR}/wincursor.py" ${CMAKE_BINARY_DIR}/oxy-${theme}/png + ${CMAKE_BINARY_DIR}/oxy-${theme}/config/${cursor}.in + ${CMAKE_BINARY_DIR}/wincursors/oxy-${theme} + ${CMAKE_BINARY_DIR}/oxy-${theme}/cursors/${cursor} + ) + endif(NOT WIN32) +endmacro(add_x_cursor) + +file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/packages) + +# Macro that adds a theme. You can specify more than one dpi value (overloaded macro). +macro(add_theme color theme dpi) + # Prepare a list of resolutions in dpi + set(resolutions ${ARGV}) + list(REMOVE_AT resolutions 0) + list(REMOVE_AT resolutions 0) + # Make missing directories + foreach (resolution ${resolutions}) + file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/oxy-${theme}/png/${resolution}) + endforeach(resolution) + file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/oxy-${theme}/svg) + file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/oxy-${theme}/config) + file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/oxy-${theme}/cursors) + if(WIN32) + file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/wincursors/oxy-${theme}) + endif(WIN32) + set(${theme}_cursors) + # render SVG to PNG files + foreach(svg ${SVGS}) + string(REGEX REPLACE ".*/" "" cursor ${svg}) # use relative paths + string(REGEX REPLACE "[.]svg" "" cursor ${cursor}) # remove ".svg" from the path + add_cursor(${cursor} ${color} ${theme} ${resolutions}) # Render a "themed" version of the SVG to PNG files. + endforeach(svg) + # produce cursor files from the png files + foreach(cursor ${CURSORS}) + add_x_cursor(${theme} ${cursor} ${resolutions}) + list(APPEND ${theme}_cursors ${CMAKE_BINARY_DIR}/oxy-${theme}/cursors/${cursor}) + endforeach(cursor) + # add the symbolic links + foreach(symlink ${SYMLINKS_PATHS}) + file(COPY ${symlink} DESTINATION ${CMAKE_BINARY_DIR}/oxy-${theme}/cursors) + endforeach(symlink) + # packaging + add_custom_target(theme-${theme} ALL DEPENDS ${${theme}_cursors}) + add_custom_command(OUTPUT ${CMAKE_BINARY_DIR}/oxy-${theme}/index.theme + DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/index.theme + COMMAND ${CMAKE_COMMAND} -E copy + ${CMAKE_CURRENT_SOURCE_DIR}/index.theme + ${CMAKE_BINARY_DIR}/oxy-${theme}/index.theme + ) + add_custom_command(OUTPUT ${CMAKE_BINARY_DIR}/packages/oxy-${theme}.tar.bz2 + DEPENDS ${${theme}_cursors} ${CMAKE_BINARY_DIR}/oxy-${theme}/index.theme + COMMAND ${TAR} cjf ${CMAKE_BINARY_DIR}/packages/oxy-${theme}.tar.bz2 + oxy-${theme}/cursors + oxy-${theme}/index.theme + WORKING_DIRECTORY ${CMAKE_BINARY_DIR} + ) + add_custom_target(package-${theme} ALL DEPENDS ${CMAKE_BINARY_DIR}/packages/oxy-${theme}.tar.bz2) +endmacro(add_theme) diff --git a/cursors/src/make_config.cmake b/cursors/src/make_config.cmake new file mode 100644 index 00000000..b9f6132a --- /dev/null +++ b/cursors/src/make_config.cmake @@ -0,0 +1,33 @@ +macro(adjust in_size in_xhot in_yhot) + #math(EXPR out_size "( ${in_size} * ${resolution} ) / 90") + # The Oxygen cursors have different default sizes at 90 dpi: + # Some have 24x24 px, others have 32x32 px. This causes some + # side-effects when you want to choose your cursor size. + # Instead of the real in_size, we use 24 as convenience value. + # Xcursorlib interpretats this as a _nominal_ size; it is legal + # that the nominal size is different from the real size of the + # png image. + math(EXPR out_size "( 24 * ${resolution} ) / 90") + math(EXPR out_xhot "( ${in_xhot} * ${resolution} ) / 90") + math(EXPR out_yhot "( ${in_yhot} * ${resolution} ) / 90") + set(out_line "${out_size} ${out_xhot} ${out_yhot} ${resolution}/${ARGN}") + string(REPLACE ";" " " out_line "${out_line}") + list(APPEND out_contents "${out_line}") +endmacro(adjust) + +# load config file +file(READ "${config}" in_contents) +set(out_contents) +string(REPLACE "\n" ";" in_contents "${in_contents}") +# convert the coma separated list in a standard list +string(REPLACE "," ";" resolutions ${resolutions}) +# adjust the config file +foreach(resolution ${resolutions}) + foreach(in_line ${in_contents}) + string(REGEX REPLACE "[ \t]+" ";" in_line "${in_line}") + adjust(${in_line}) + endforeach(in_line) +endforeach(resolution) +# save the adjusted config file +string(REPLACE ";" "\n" out_contents "${out_contents}") +file(WRITE "${output}" "${out_contents}\n") diff --git a/cursors/src/make_svg.cmake b/cursors/src/make_svg.cmake new file mode 100644 index 00000000..7aa192c2 --- /dev/null +++ b/cursors/src/make_svg.cmake @@ -0,0 +1,20 @@ +include(${config}) + +if(NOT altLighterColor) + set(altLighterColor ${lighterColor}) +endif(NOT altLighterColor) +if(NOT altMediumColor) + set(altMediumColor ${mediumColor}) +endif(NOT altMediumColor) +if(NOT altDarkerColor) + set(altDarkerColor ${darkerColor}) +endif(NOT altDarkerColor) + +file(READ "${input}" contents) +string(REPLACE "#ff80ff;" "${lighterColor};" contents "${contents}") +string(REPLACE "#804080;" "${mediumColor};" contents "${contents}") +string(REPLACE "#201020;" "${darkerColor};" contents "${contents}") +string(REPLACE "#c080ff;" "${altLighterColor};" contents "${contents}") +string(REPLACE "#604080;" "${altMediumColor};" contents "${contents}") +string(REPLACE "#181020;" "${altDarkerColor};" contents "${contents}") +file(WRITE "${output}" "${contents}") diff --git a/cursors/src/setup.cmake b/cursors/src/setup.cmake new file mode 100644 index 00000000..aedb7772 --- /dev/null +++ b/cursors/src/setup.cmake @@ -0,0 +1,32 @@ +find_program(TAR tar) +# TODO abort if tar not found (or does not understand cjf?) +if(NOT WIN32) +find_program(INKSCAPE inkscape) +# TODO abort if inkscape not found + +find_program(XCURSORGEN xcursorgen) +# TODO abort if xcursorgen not found +else(NOT WIN32) +find_program(INKSCAPE inkscape "$ENV{PROGRAMFILES}/Inkscape" "$ENV{INKSCAPE_DIR}") +endif(NOT WIN32) + +# For a given cursor, this macro defines a variable ${cursor}_inputs that contains +# a list of the necessary png files. +macro(set_dependencies cursor) + file(READ ${CONFIGDIR}/${cursor}.in config_contents) + string(REPLACE "\n" ";" config_contents ${config_contents}) + set(${cursor}_inputs) + foreach(png ${config_contents}) + string(REGEX REPLACE "[0-9]* [0-9]* [0-9]* " "" png ${png}) + string(REGEX REPLACE "[.]png [0-9]*$" ".png" png ${png}) + list(APPEND ${cursor}_inputs ${png}) + endforeach(png) +endmacro(set_dependencies) + +set(CURSORS) +foreach(config ${CONFIGS}) + string(REGEX REPLACE ".*/" "" cursor ${config}) + string(REGEX REPLACE "[.]in" "" cursor ${cursor}) + list(APPEND CURSORS ${cursor}) + set_dependencies(${cursor}) +endforeach(config) \ No newline at end of file diff --git a/cursors/src/svg/busy.svg b/cursors/src/svg/busy.svg new file mode 100644 index 00000000..5348f4fc --- /dev/null +++ b/cursors/src/svg/busy.svg @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/cursors/src/svg/busy1.svg b/cursors/src/svg/busy1.svg new file mode 100644 index 00000000..a00f18ca --- /dev/null +++ b/cursors/src/svg/busy1.svg @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/cursors/src/svg/busy10.svg b/cursors/src/svg/busy10.svg new file mode 100644 index 00000000..9b7c2a0b --- /dev/null +++ b/cursors/src/svg/busy10.svg @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/cursors/src/svg/busy11.svg b/cursors/src/svg/busy11.svg new file mode 100644 index 00000000..42a3c0b9 --- /dev/null +++ b/cursors/src/svg/busy11.svg @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/cursors/src/svg/busy12.svg b/cursors/src/svg/busy12.svg new file mode 100644 index 00000000..c4b1108f --- /dev/null +++ b/cursors/src/svg/busy12.svg @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/cursors/src/svg/busy13.svg b/cursors/src/svg/busy13.svg new file mode 100644 index 00000000..2c18a098 --- /dev/null +++ b/cursors/src/svg/busy13.svg @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/cursors/src/svg/busy14.svg b/cursors/src/svg/busy14.svg new file mode 100644 index 00000000..f0255095 --- /dev/null +++ b/cursors/src/svg/busy14.svg @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/cursors/src/svg/busy15.svg b/cursors/src/svg/busy15.svg new file mode 100644 index 00000000..e712da9d --- /dev/null +++ b/cursors/src/svg/busy15.svg @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/cursors/src/svg/busy16.svg b/cursors/src/svg/busy16.svg new file mode 100644 index 00000000..c7465c6d --- /dev/null +++ b/cursors/src/svg/busy16.svg @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/cursors/src/svg/busy17.svg b/cursors/src/svg/busy17.svg new file mode 100644 index 00000000..045c554a --- /dev/null +++ b/cursors/src/svg/busy17.svg @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/cursors/src/svg/busy2.svg b/cursors/src/svg/busy2.svg new file mode 100644 index 00000000..5257eb01 --- /dev/null +++ b/cursors/src/svg/busy2.svg @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/cursors/src/svg/busy3.svg b/cursors/src/svg/busy3.svg new file mode 100644 index 00000000..c4e4ec60 --- /dev/null +++ b/cursors/src/svg/busy3.svg @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/cursors/src/svg/busy4.svg b/cursors/src/svg/busy4.svg new file mode 100644 index 00000000..76e87c4a --- /dev/null +++ b/cursors/src/svg/busy4.svg @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/cursors/src/svg/busy5.svg b/cursors/src/svg/busy5.svg new file mode 100644 index 00000000..7fea7b17 --- /dev/null +++ b/cursors/src/svg/busy5.svg @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/cursors/src/svg/busy6.svg b/cursors/src/svg/busy6.svg new file mode 100644 index 00000000..fbcc072b --- /dev/null +++ b/cursors/src/svg/busy6.svg @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/cursors/src/svg/busy7.svg b/cursors/src/svg/busy7.svg new file mode 100644 index 00000000..87dcb5b4 --- /dev/null +++ b/cursors/src/svg/busy7.svg @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/cursors/src/svg/busy8.svg b/cursors/src/svg/busy8.svg new file mode 100644 index 00000000..573acd94 --- /dev/null +++ b/cursors/src/svg/busy8.svg @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/cursors/src/svg/busy9.svg b/cursors/src/svg/busy9.svg new file mode 100644 index 00000000..6e58ac34 --- /dev/null +++ b/cursors/src/svg/busy9.svg @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/cursors/src/svg/circle.svg b/cursors/src/svg/circle.svg new file mode 100644 index 00000000..67c0b4d9 --- /dev/null +++ b/cursors/src/svg/circle.svg @@ -0,0 +1,333 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/copy.svg b/cursors/src/svg/copy.svg new file mode 100644 index 00000000..eaf56371 --- /dev/null +++ b/cursors/src/svg/copy.svg @@ -0,0 +1,326 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/cross.svg b/cursors/src/svg/cross.svg new file mode 100644 index 00000000..c927f3ff --- /dev/null +++ b/cursors/src/svg/cross.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/cursors/src/svg/dnd-move.svg b/cursors/src/svg/dnd-move.svg new file mode 100644 index 00000000..916dffd9 --- /dev/null +++ b/cursors/src/svg/dnd-move.svg @@ -0,0 +1,717 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/cursors/src/svg/fleur.svg b/cursors/src/svg/fleur.svg new file mode 100644 index 00000000..3b25aada --- /dev/null +++ b/cursors/src/svg/fleur.svg @@ -0,0 +1,393 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/forbidden.svg b/cursors/src/svg/forbidden.svg new file mode 100644 index 00000000..63fc5a35 --- /dev/null +++ b/cursors/src/svg/forbidden.svg @@ -0,0 +1,465 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/grab.svg b/cursors/src/svg/grab.svg new file mode 100644 index 00000000..1a97be9b --- /dev/null +++ b/cursors/src/svg/grab.svg @@ -0,0 +1,185 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/grab_open.svg b/cursors/src/svg/grab_open.svg new file mode 100644 index 00000000..b8b1cdf0 --- /dev/null +++ b/cursors/src/svg/grab_open.svg @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/half-busy.svg b/cursors/src/svg/half-busy.svg new file mode 100644 index 00000000..d27601c2 --- /dev/null +++ b/cursors/src/svg/half-busy.svg @@ -0,0 +1,270 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/half-busy1.svg b/cursors/src/svg/half-busy1.svg new file mode 100644 index 00000000..0cc73e8c --- /dev/null +++ b/cursors/src/svg/half-busy1.svg @@ -0,0 +1,270 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/half-busy10.svg b/cursors/src/svg/half-busy10.svg new file mode 100644 index 00000000..4140457f --- /dev/null +++ b/cursors/src/svg/half-busy10.svg @@ -0,0 +1,271 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/half-busy11.svg b/cursors/src/svg/half-busy11.svg new file mode 100644 index 00000000..f8883fe6 --- /dev/null +++ b/cursors/src/svg/half-busy11.svg @@ -0,0 +1,271 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/half-busy12.svg b/cursors/src/svg/half-busy12.svg new file mode 100644 index 00000000..d0c2acf6 --- /dev/null +++ b/cursors/src/svg/half-busy12.svg @@ -0,0 +1,250 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/half-busy13.svg b/cursors/src/svg/half-busy13.svg new file mode 100644 index 00000000..b3f5a556 --- /dev/null +++ b/cursors/src/svg/half-busy13.svg @@ -0,0 +1,250 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/half-busy14.svg b/cursors/src/svg/half-busy14.svg new file mode 100644 index 00000000..e5530a62 --- /dev/null +++ b/cursors/src/svg/half-busy14.svg @@ -0,0 +1,271 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/half-busy15.svg b/cursors/src/svg/half-busy15.svg new file mode 100644 index 00000000..f33a7c9b --- /dev/null +++ b/cursors/src/svg/half-busy15.svg @@ -0,0 +1,271 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/half-busy16.svg b/cursors/src/svg/half-busy16.svg new file mode 100644 index 00000000..5266f2a1 --- /dev/null +++ b/cursors/src/svg/half-busy16.svg @@ -0,0 +1,271 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/half-busy17.svg b/cursors/src/svg/half-busy17.svg new file mode 100644 index 00000000..42d4f228 --- /dev/null +++ b/cursors/src/svg/half-busy17.svg @@ -0,0 +1,271 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/half-busy2.svg b/cursors/src/svg/half-busy2.svg new file mode 100644 index 00000000..a624f925 --- /dev/null +++ b/cursors/src/svg/half-busy2.svg @@ -0,0 +1,249 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/half-busy3.svg b/cursors/src/svg/half-busy3.svg new file mode 100644 index 00000000..abb5af86 --- /dev/null +++ b/cursors/src/svg/half-busy3.svg @@ -0,0 +1,249 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/half-busy4.svg b/cursors/src/svg/half-busy4.svg new file mode 100644 index 00000000..2f4311a9 --- /dev/null +++ b/cursors/src/svg/half-busy4.svg @@ -0,0 +1,270 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/half-busy5.svg b/cursors/src/svg/half-busy5.svg new file mode 100644 index 00000000..2cc12b94 --- /dev/null +++ b/cursors/src/svg/half-busy5.svg @@ -0,0 +1,271 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/half-busy6.svg b/cursors/src/svg/half-busy6.svg new file mode 100644 index 00000000..e711c940 --- /dev/null +++ b/cursors/src/svg/half-busy6.svg @@ -0,0 +1,271 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/half-busy7.svg b/cursors/src/svg/half-busy7.svg new file mode 100644 index 00000000..fd495239 --- /dev/null +++ b/cursors/src/svg/half-busy7.svg @@ -0,0 +1,271 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/half-busy8.svg b/cursors/src/svg/half-busy8.svg new file mode 100644 index 00000000..63b21ac8 --- /dev/null +++ b/cursors/src/svg/half-busy8.svg @@ -0,0 +1,271 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/half-busy9.svg b/cursors/src/svg/half-busy9.svg new file mode 100644 index 00000000..bdd7fbf9 --- /dev/null +++ b/cursors/src/svg/half-busy9.svg @@ -0,0 +1,271 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/hand.svg b/cursors/src/svg/hand.svg new file mode 100644 index 00000000..0ae210dd --- /dev/null +++ b/cursors/src/svg/hand.svg @@ -0,0 +1,516 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/help.svg b/cursors/src/svg/help.svg new file mode 100644 index 00000000..3566f4ef --- /dev/null +++ b/cursors/src/svg/help.svg @@ -0,0 +1,457 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/kill.svg b/cursors/src/svg/kill.svg new file mode 100644 index 00000000..8fcc071c --- /dev/null +++ b/cursors/src/svg/kill.svg @@ -0,0 +1,399 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/left_ptr.svg b/cursors/src/svg/left_ptr.svg new file mode 100644 index 00000000..de8c93bf --- /dev/null +++ b/cursors/src/svg/left_ptr.svg @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/cursors/src/svg/link.svg b/cursors/src/svg/link.svg new file mode 100644 index 00000000..d1fba913 --- /dev/null +++ b/cursors/src/svg/link.svg @@ -0,0 +1,321 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/pencil.svg b/cursors/src/svg/pencil.svg new file mode 100644 index 00000000..d3a152e2 --- /dev/null +++ b/cursors/src/svg/pencil.svg @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/picker.svg b/cursors/src/svg/picker.svg new file mode 100644 index 00000000..898be9b6 --- /dev/null +++ b/cursors/src/svg/picker.svg @@ -0,0 +1,253 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/plus.svg b/cursors/src/svg/plus.svg new file mode 100644 index 00000000..2bdf5384 --- /dev/null +++ b/cursors/src/svg/plus.svg @@ -0,0 +1,799 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/cursors/src/svg/size_diag-tl2br.svg b/cursors/src/svg/size_diag-tl2br.svg new file mode 100644 index 00000000..3be88d69 --- /dev/null +++ b/cursors/src/svg/size_diag-tl2br.svg @@ -0,0 +1,569 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/size_diag-tr2bl.svg b/cursors/src/svg/size_diag-tr2bl.svg new file mode 100644 index 00000000..08a16650 --- /dev/null +++ b/cursors/src/svg/size_diag-tr2bl.svg @@ -0,0 +1,573 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/size_hor.svg b/cursors/src/svg/size_hor.svg new file mode 100644 index 00000000..9ce3e800 --- /dev/null +++ b/cursors/src/svg/size_hor.svg @@ -0,0 +1,570 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/size_ver.svg b/cursors/src/svg/size_ver.svg new file mode 100644 index 00000000..9d4055c0 --- /dev/null +++ b/cursors/src/svg/size_ver.svg @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/split_h.svg b/cursors/src/svg/split_h.svg new file mode 100644 index 00000000..64034bc4 --- /dev/null +++ b/cursors/src/svg/split_h.svg @@ -0,0 +1,225 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/split_v.svg b/cursors/src/svg/split_v.svg new file mode 100644 index 00000000..e33dfd3e --- /dev/null +++ b/cursors/src/svg/split_v.svg @@ -0,0 +1,226 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/up_arrow.svg b/cursors/src/svg/up_arrow.svg new file mode 100644 index 00000000..f1e3946a --- /dev/null +++ b/cursors/src/svg/up_arrow.svg @@ -0,0 +1,205 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/x.svg b/cursors/src/svg/x.svg new file mode 100644 index 00000000..81c1b0c8 --- /dev/null +++ b/cursors/src/svg/x.svg @@ -0,0 +1,1130 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cursors/src/svg/xterm.svg b/cursors/src/svg/xterm.svg new file mode 100644 index 00000000..321a94f3 --- /dev/null +++ b/cursors/src/svg/xterm.svg @@ -0,0 +1,165 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/cursors/src/symlinks/.directory b/cursors/src/symlinks/.directory new file mode 100644 index 00000000..9fea84a3 --- /dev/null +++ b/cursors/src/symlinks/.directory @@ -0,0 +1,5 @@ +[Dolphin] +AdditionalInfoV2=Details_Size,Details_Date,CustomizedDetails +Timestamp=2011,9,4,15,13,34 +Version=2 +ViewMode=1 diff --git a/cursors/src/symlinks/00000000000000020006000e7e9ffc3f b/cursors/src/symlinks/00000000000000020006000e7e9ffc3f new file mode 120000 index 00000000..3126613d --- /dev/null +++ b/cursors/src/symlinks/00000000000000020006000e7e9ffc3f @@ -0,0 +1 @@ +half-busy \ No newline at end of file diff --git a/cursors/src/symlinks/00008160000006810000408080010102 b/cursors/src/symlinks/00008160000006810000408080010102 new file mode 120000 index 00000000..fb54fee2 --- /dev/null +++ b/cursors/src/symlinks/00008160000006810000408080010102 @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/cursors/src/symlinks/03b6e0fcb3499374a867c041f52298f0 b/cursors/src/symlinks/03b6e0fcb3499374a867c041f52298f0 new file mode 120000 index 00000000..031757cf --- /dev/null +++ b/cursors/src/symlinks/03b6e0fcb3499374a867c041f52298f0 @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/cursors/src/symlinks/08e8e1c95fe2fc01f976f1e063a24ccd b/cursors/src/symlinks/08e8e1c95fe2fc01f976f1e063a24ccd new file mode 120000 index 00000000..3126613d --- /dev/null +++ b/cursors/src/symlinks/08e8e1c95fe2fc01f976f1e063a24ccd @@ -0,0 +1 @@ +half-busy \ No newline at end of file diff --git a/cursors/src/symlinks/1081e37283d90000800003c07f3ef6bf b/cursors/src/symlinks/1081e37283d90000800003c07f3ef6bf new file mode 120000 index 00000000..88740b2c --- /dev/null +++ b/cursors/src/symlinks/1081e37283d90000800003c07f3ef6bf @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/cursors/src/symlinks/3085a0e285430894940527032f8b26df b/cursors/src/symlinks/3085a0e285430894940527032f8b26df new file mode 120000 index 00000000..c150ede2 --- /dev/null +++ b/cursors/src/symlinks/3085a0e285430894940527032f8b26df @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/cursors/src/symlinks/3ecb610c1bf2410f44200f48c40d3599 b/cursors/src/symlinks/3ecb610c1bf2410f44200f48c40d3599 new file mode 120000 index 00000000..3126613d --- /dev/null +++ b/cursors/src/symlinks/3ecb610c1bf2410f44200f48c40d3599 @@ -0,0 +1 @@ +half-busy \ No newline at end of file diff --git a/cursors/src/symlinks/4498f0e0c1937ffe01fd06f973665830 b/cursors/src/symlinks/4498f0e0c1937ffe01fd06f973665830 new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/src/symlinks/4498f0e0c1937ffe01fd06f973665830 @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/src/symlinks/5c6cd98b3f3ebcb1f9c7f1c204630408 b/cursors/src/symlinks/5c6cd98b3f3ebcb1f9c7f1c204630408 new file mode 120000 index 00000000..4cea3acc --- /dev/null +++ b/cursors/src/symlinks/5c6cd98b3f3ebcb1f9c7f1c204630408 @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/cursors/src/symlinks/6407b0e94181790501fd1e167b474872 b/cursors/src/symlinks/6407b0e94181790501fd1e167b474872 new file mode 120000 index 00000000..88740b2c --- /dev/null +++ b/cursors/src/symlinks/6407b0e94181790501fd1e167b474872 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/cursors/src/symlinks/640fb0e74195791501fd1ed57b41487f b/cursors/src/symlinks/640fb0e74195791501fd1ed57b41487f new file mode 120000 index 00000000..c150ede2 --- /dev/null +++ b/cursors/src/symlinks/640fb0e74195791501fd1ed57b41487f @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/cursors/src/symlinks/9081237383d90e509aa00f00170e968f b/cursors/src/symlinks/9081237383d90e509aa00f00170e968f new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/src/symlinks/9081237383d90e509aa00f00170e968f @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/src/symlinks/9d800788f1b08800ae810202380a0822 b/cursors/src/symlinks/9d800788f1b08800ae810202380a0822 new file mode 120000 index 00000000..76c78220 --- /dev/null +++ b/cursors/src/symlinks/9d800788f1b08800ae810202380a0822 @@ -0,0 +1 @@ +pointing_hand \ No newline at end of file diff --git a/cursors/src/symlinks/a2a266d0498c3104214a47bd64ab0fc8 b/cursors/src/symlinks/a2a266d0498c3104214a47bd64ab0fc8 new file mode 120000 index 00000000..c150ede2 --- /dev/null +++ b/cursors/src/symlinks/a2a266d0498c3104214a47bd64ab0fc8 @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/cursors/src/symlinks/alias b/cursors/src/symlinks/alias new file mode 120000 index 00000000..c150ede2 --- /dev/null +++ b/cursors/src/symlinks/alias @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/cursors/src/symlinks/all-scroll b/cursors/src/symlinks/all-scroll new file mode 120000 index 00000000..147f7449 --- /dev/null +++ b/cursors/src/symlinks/all-scroll @@ -0,0 +1 @@ +fleur \ No newline at end of file diff --git a/cursors/src/symlinks/b66166c04f8c3109214a4fbd64a50fc8 b/cursors/src/symlinks/b66166c04f8c3109214a4fbd64a50fc8 new file mode 120000 index 00000000..88740b2c --- /dev/null +++ b/cursors/src/symlinks/b66166c04f8c3109214a4fbd64a50fc8 @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/cursors/src/symlinks/col-resize b/cursors/src/symlinks/col-resize new file mode 120000 index 00000000..179b52be --- /dev/null +++ b/cursors/src/symlinks/col-resize @@ -0,0 +1 @@ +split_v \ No newline at end of file diff --git a/cursors/src/symlinks/crossed_circle b/cursors/src/symlinks/crossed_circle new file mode 120000 index 00000000..031757cf --- /dev/null +++ b/cursors/src/symlinks/crossed_circle @@ -0,0 +1 @@ +circle \ No newline at end of file diff --git a/cursors/src/symlinks/d9ce0ab605698f320427677b458ad60b b/cursors/src/symlinks/d9ce0ab605698f320427677b458ad60b new file mode 120000 index 00000000..4cea3acc --- /dev/null +++ b/cursors/src/symlinks/d9ce0ab605698f320427677b458ad60b @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/cursors/src/symlinks/dnd-copy b/cursors/src/symlinks/dnd-copy new file mode 120000 index 00000000..88740b2c --- /dev/null +++ b/cursors/src/symlinks/dnd-copy @@ -0,0 +1 @@ +copy \ No newline at end of file diff --git a/cursors/src/symlinks/dnd-link b/cursors/src/symlinks/dnd-link new file mode 120000 index 00000000..c150ede2 --- /dev/null +++ b/cursors/src/symlinks/dnd-link @@ -0,0 +1 @@ +link \ No newline at end of file diff --git a/cursors/src/symlinks/dnd-move b/cursors/src/symlinks/dnd-move new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/src/symlinks/dnd-move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/src/symlinks/dnd-no-drop b/cursors/src/symlinks/dnd-no-drop new file mode 120000 index 00000000..74313ca4 --- /dev/null +++ b/cursors/src/symlinks/dnd-no-drop @@ -0,0 +1 @@ +forbidden \ No newline at end of file diff --git a/cursors/src/symlinks/dnd-none b/cursors/src/symlinks/dnd-none new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/src/symlinks/dnd-none @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/src/symlinks/e-resize b/cursors/src/symlinks/e-resize new file mode 120000 index 00000000..e0da659c --- /dev/null +++ b/cursors/src/symlinks/e-resize @@ -0,0 +1 @@ +size_hor \ No newline at end of file diff --git a/cursors/src/symlinks/e29285e634086352946a0e7090d73106 b/cursors/src/symlinks/e29285e634086352946a0e7090d73106 new file mode 120000 index 00000000..76c78220 --- /dev/null +++ b/cursors/src/symlinks/e29285e634086352946a0e7090d73106 @@ -0,0 +1 @@ +pointing_hand \ No newline at end of file diff --git a/cursors/src/symlinks/fcf21c00b30f7e3f83fe0dfd12e71cff b/cursors/src/symlinks/fcf21c00b30f7e3f83fe0dfd12e71cff new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/src/symlinks/fcf21c00b30f7e3f83fe0dfd12e71cff @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/src/symlinks/hand1 b/cursors/src/symlinks/hand1 new file mode 120000 index 00000000..76c78220 --- /dev/null +++ b/cursors/src/symlinks/hand1 @@ -0,0 +1 @@ +pointing_hand \ No newline at end of file diff --git a/cursors/src/symlinks/hand2 b/cursors/src/symlinks/hand2 new file mode 120000 index 00000000..76c78220 --- /dev/null +++ b/cursors/src/symlinks/hand2 @@ -0,0 +1 @@ +pointing_hand \ No newline at end of file diff --git a/cursors/src/symlinks/ibeam b/cursors/src/symlinks/ibeam new file mode 120000 index 00000000..18632c40 --- /dev/null +++ b/cursors/src/symlinks/ibeam @@ -0,0 +1 @@ +xterm \ No newline at end of file diff --git a/cursors/src/symlinks/left_ptr_watch b/cursors/src/symlinks/left_ptr_watch new file mode 120000 index 00000000..3126613d --- /dev/null +++ b/cursors/src/symlinks/left_ptr_watch @@ -0,0 +1 @@ +half-busy \ No newline at end of file diff --git a/cursors/src/symlinks/move b/cursors/src/symlinks/move new file mode 120000 index 00000000..3e941780 --- /dev/null +++ b/cursors/src/symlinks/move @@ -0,0 +1 @@ +closedhand \ No newline at end of file diff --git a/cursors/src/symlinks/n-resize b/cursors/src/symlinks/n-resize new file mode 120000 index 00000000..fb54fee2 --- /dev/null +++ b/cursors/src/symlinks/n-resize @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/cursors/src/symlinks/not-allowed b/cursors/src/symlinks/not-allowed new file mode 120000 index 00000000..74313ca4 --- /dev/null +++ b/cursors/src/symlinks/not-allowed @@ -0,0 +1 @@ +forbidden \ No newline at end of file diff --git a/cursors/src/symlinks/pointer b/cursors/src/symlinks/pointer new file mode 120000 index 00000000..76c78220 --- /dev/null +++ b/cursors/src/symlinks/pointer @@ -0,0 +1 @@ +pointing_hand \ No newline at end of file diff --git a/cursors/src/symlinks/progress b/cursors/src/symlinks/progress new file mode 120000 index 00000000..3126613d --- /dev/null +++ b/cursors/src/symlinks/progress @@ -0,0 +1 @@ +half-busy \ No newline at end of file diff --git a/cursors/src/symlinks/question_arrow b/cursors/src/symlinks/question_arrow new file mode 120000 index 00000000..4cea3acc --- /dev/null +++ b/cursors/src/symlinks/question_arrow @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/cursors/src/symlinks/row-resize b/cursors/src/symlinks/row-resize new file mode 120000 index 00000000..e3aa7487 --- /dev/null +++ b/cursors/src/symlinks/row-resize @@ -0,0 +1 @@ +split_h \ No newline at end of file diff --git a/cursors/src/symlinks/s-resize b/cursors/src/symlinks/s-resize new file mode 120000 index 00000000..fb54fee2 --- /dev/null +++ b/cursors/src/symlinks/s-resize @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/cursors/src/symlinks/sb_h_double_arrow b/cursors/src/symlinks/sb_h_double_arrow new file mode 120000 index 00000000..e0da659c --- /dev/null +++ b/cursors/src/symlinks/sb_h_double_arrow @@ -0,0 +1 @@ +size_hor \ No newline at end of file diff --git a/cursors/src/symlinks/sb_v_double_arrow b/cursors/src/symlinks/sb_v_double_arrow new file mode 120000 index 00000000..fb54fee2 --- /dev/null +++ b/cursors/src/symlinks/sb_v_double_arrow @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/cursors/src/symlinks/size_all b/cursors/src/symlinks/size_all new file mode 120000 index 00000000..147f7449 --- /dev/null +++ b/cursors/src/symlinks/size_all @@ -0,0 +1 @@ +fleur \ No newline at end of file diff --git a/cursors/src/symlinks/text b/cursors/src/symlinks/text new file mode 120000 index 00000000..18632c40 --- /dev/null +++ b/cursors/src/symlinks/text @@ -0,0 +1 @@ +xterm \ No newline at end of file diff --git a/cursors/src/symlinks/v_double_arrow b/cursors/src/symlinks/v_double_arrow new file mode 120000 index 00000000..fb54fee2 --- /dev/null +++ b/cursors/src/symlinks/v_double_arrow @@ -0,0 +1 @@ +size_ver \ No newline at end of file diff --git a/cursors/src/symlinks/w-resize b/cursors/src/symlinks/w-resize new file mode 120000 index 00000000..e0da659c --- /dev/null +++ b/cursors/src/symlinks/w-resize @@ -0,0 +1 @@ +size_hor \ No newline at end of file diff --git a/cursors/src/symlinks/watch b/cursors/src/symlinks/watch new file mode 120000 index 00000000..fd80437a --- /dev/null +++ b/cursors/src/symlinks/watch @@ -0,0 +1 @@ +wait \ No newline at end of file diff --git a/cursors/src/symlinks/whats_this b/cursors/src/symlinks/whats_this new file mode 120000 index 00000000..4cea3acc --- /dev/null +++ b/cursors/src/symlinks/whats_this @@ -0,0 +1 @@ +help \ No newline at end of file diff --git a/cursors/src/theme-black/CMakeLists.txt b/cursors/src/theme-black/CMakeLists.txt new file mode 100644 index 00000000..5e1a072e --- /dev/null +++ b/cursors/src/theme-black/CMakeLists.txt @@ -0,0 +1 @@ +add_theme(${color} ${color} 90 180 270) diff --git a/cursors/src/theme-black/colors.in b/cursors/src/theme-black/colors.in new file mode 100644 index 00000000..e8a38469 --- /dev/null +++ b/cursors/src/theme-black/colors.in @@ -0,0 +1,3 @@ +set(lighterColor "#aaaaaa") +set(mediumColor "#000000") +set(darkerColor "#000000") diff --git a/cursors/src/theme-black/index.theme b/cursors/src/theme-black/index.theme new file mode 100644 index 00000000..a2a6d246 --- /dev/null +++ b/cursors/src/theme-black/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Black +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/theme-blue/CMakeLists.txt b/cursors/src/theme-blue/CMakeLists.txt new file mode 100644 index 00000000..5e1a072e --- /dev/null +++ b/cursors/src/theme-blue/CMakeLists.txt @@ -0,0 +1 @@ +add_theme(${color} ${color} 90 180 270) diff --git a/cursors/src/theme-blue/colors.in b/cursors/src/theme-blue/colors.in new file mode 100644 index 00000000..e8f807ba --- /dev/null +++ b/cursors/src/theme-blue/colors.in @@ -0,0 +1,3 @@ +set(lighterColor "#a4c0e4") +set(mediumColor "#00438a") +set(darkerColor "#00316e") diff --git a/cursors/src/theme-blue/index.theme b/cursors/src/theme-blue/index.theme new file mode 100644 index 00000000..61f96a37 --- /dev/null +++ b/cursors/src/theme-blue/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Blue +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/theme-bluecurve/CMakeLists.txt b/cursors/src/theme-bluecurve/CMakeLists.txt new file mode 100644 index 00000000..5e1a072e --- /dev/null +++ b/cursors/src/theme-bluecurve/CMakeLists.txt @@ -0,0 +1 @@ +add_theme(${color} ${color} 90 180 270) diff --git a/cursors/src/theme-bluecurve/colors.in b/cursors/src/theme-bluecurve/colors.in new file mode 100644 index 00000000..3758c2e9 --- /dev/null +++ b/cursors/src/theme-bluecurve/colors.in @@ -0,0 +1,3 @@ +set(lighterColor "#565D9D") +set(mediumColor "#000000") +set(darkerColor "#FFFFFF") diff --git a/cursors/src/theme-bluecurve/index.theme b/cursors/src/theme-bluecurve/index.theme new file mode 100644 index 00000000..a3e8de52 --- /dev/null +++ b/cursors/src/theme-bluecurve/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Bluecurve (Red Hat) +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/theme-brown/CMakeLists.txt b/cursors/src/theme-brown/CMakeLists.txt new file mode 100644 index 00000000..5e1a072e --- /dev/null +++ b/cursors/src/theme-brown/CMakeLists.txt @@ -0,0 +1 @@ +add_theme(${color} ${color} 90 180 270) diff --git a/cursors/src/theme-brown/colors.in b/cursors/src/theme-brown/colors.in new file mode 100644 index 00000000..900e9683 --- /dev/null +++ b/cursors/src/theme-brown/colors.in @@ -0,0 +1,3 @@ +set(lighterColor "#debc85") +set(mediumColor "#57401e") +set(darkerColor "#382509") diff --git a/cursors/src/theme-brown/index.theme b/cursors/src/theme-brown/index.theme new file mode 100644 index 00000000..9a2e0b4c --- /dev/null +++ b/cursors/src/theme-brown/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Brown +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/theme-cherry/CMakeLists.txt b/cursors/src/theme-cherry/CMakeLists.txt new file mode 100644 index 00000000..5e1a072e --- /dev/null +++ b/cursors/src/theme-cherry/CMakeLists.txt @@ -0,0 +1 @@ +add_theme(${color} ${color} 90 180 270) diff --git a/cursors/src/theme-cherry/colors.in b/cursors/src/theme-cherry/colors.in new file mode 100644 index 00000000..39df6cda --- /dev/null +++ b/cursors/src/theme-cherry/colors.in @@ -0,0 +1,6 @@ +set(lighterColor "#EFE9E8") +set(mediumColor "#D8A6AB") +set(darkerColor "#91454F") +set(altLighterColor "#D9E8C3") +set(altMediumColor "#B3D28F") +set(altDarkerColor "#55803A") diff --git a/cursors/src/theme-cherry/index.theme b/cursors/src/theme-cherry/index.theme new file mode 100644 index 00000000..61ecaa97 --- /dev/null +++ b/cursors/src/theme-cherry/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Cherry Blossom +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/theme-chrome/CMakeLists.txt b/cursors/src/theme-chrome/CMakeLists.txt new file mode 100644 index 00000000..5e1a072e --- /dev/null +++ b/cursors/src/theme-chrome/CMakeLists.txt @@ -0,0 +1 @@ +add_theme(${color} ${color} 90 180 270) diff --git a/cursors/src/theme-chrome/colors.in b/cursors/src/theme-chrome/colors.in new file mode 100644 index 00000000..7d25b7bf --- /dev/null +++ b/cursors/src/theme-chrome/colors.in @@ -0,0 +1,6 @@ +set(lighterColor "#FFFFFF") +set(mediumColor "#AEB7C0") +set(darkerColor "#334050") +set(altLighterColor "#C1CFE0") +set(altMediumColor "#6080A0") +set(altDarkerColor "#263340") diff --git a/cursors/src/theme-chrome/index.theme b/cursors/src/theme-chrome/index.theme new file mode 100644 index 00000000..b1e46776 --- /dev/null +++ b/cursors/src/theme-chrome/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Chrome +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/theme-desert/CMakeLists.txt b/cursors/src/theme-desert/CMakeLists.txt new file mode 100644 index 00000000..5e1a072e --- /dev/null +++ b/cursors/src/theme-desert/CMakeLists.txt @@ -0,0 +1 @@ +add_theme(${color} ${color} 90 180 270) diff --git a/cursors/src/theme-desert/colors.in b/cursors/src/theme-desert/colors.in new file mode 100644 index 00000000..462144d2 --- /dev/null +++ b/cursors/src/theme-desert/colors.in @@ -0,0 +1,6 @@ +set(lighterColor "#F0ECE5") +set(mediumColor "#B0ABA0") +set(darkerColor "#000000") +set(altLighterColor "#CA706D") +set(altMediumColor "#7D0909") +set(altDarkerColor "#000000") diff --git a/cursors/src/theme-desert/index.theme b/cursors/src/theme-desert/index.theme new file mode 100644 index 00000000..67d35bd2 --- /dev/null +++ b/cursors/src/theme-desert/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Desert +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/theme-emerald/CMakeLists.txt b/cursors/src/theme-emerald/CMakeLists.txt new file mode 100644 index 00000000..5e1a072e --- /dev/null +++ b/cursors/src/theme-emerald/CMakeLists.txt @@ -0,0 +1 @@ +add_theme(${color} ${color} 90 180 270) diff --git a/cursors/src/theme-emerald/colors.in b/cursors/src/theme-emerald/colors.in new file mode 100644 index 00000000..3d6a3797 --- /dev/null +++ b/cursors/src/theme-emerald/colors.in @@ -0,0 +1,3 @@ +set(lighterColor "#99dcc6") +set(mediumColor "#00734d") +set(darkerColor "#00583f") diff --git a/cursors/src/theme-emerald/index.theme b/cursors/src/theme-emerald/index.theme new file mode 100644 index 00000000..865e7115 --- /dev/null +++ b/cursors/src/theme-emerald/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Emerald +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/theme-green/CMakeLists.txt b/cursors/src/theme-green/CMakeLists.txt new file mode 100644 index 00000000..5e1a072e --- /dev/null +++ b/cursors/src/theme-green/CMakeLists.txt @@ -0,0 +1 @@ +add_theme(${color} ${color} 90 180 270) diff --git a/cursors/src/theme-green/colors.in b/cursors/src/theme-green/colors.in new file mode 100644 index 00000000..4d38ee2c --- /dev/null +++ b/cursors/src/theme-green/colors.in @@ -0,0 +1,3 @@ +set(lighterColor "#d8e8c2") +set(mediumColor "#00892c") +set(darkerColor "#006e29") diff --git a/cursors/src/theme-green/index.theme b/cursors/src/theme-green/index.theme new file mode 100644 index 00000000..2152cbf0 --- /dev/null +++ b/cursors/src/theme-green/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Green +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/theme-grey/CMakeLists.txt b/cursors/src/theme-grey/CMakeLists.txt new file mode 100644 index 00000000..5e1a072e --- /dev/null +++ b/cursors/src/theme-grey/CMakeLists.txt @@ -0,0 +1 @@ +add_theme(${color} ${color} 90 180 270) diff --git a/cursors/src/theme-grey/colors.in b/cursors/src/theme-grey/colors.in new file mode 100644 index 00000000..eb2024ee --- /dev/null +++ b/cursors/src/theme-grey/colors.in @@ -0,0 +1,3 @@ +set(lighterColor "#eeeeec") +set(mediumColor "#555753") +set(darkerColor "#2e3436") diff --git a/cursors/src/theme-grey/index.theme b/cursors/src/theme-grey/index.theme new file mode 100644 index 00000000..39d45328 --- /dev/null +++ b/cursors/src/theme-grey/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Grey +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/theme-honeycomb/CMakeLists.txt b/cursors/src/theme-honeycomb/CMakeLists.txt new file mode 100644 index 00000000..5e1a072e --- /dev/null +++ b/cursors/src/theme-honeycomb/CMakeLists.txt @@ -0,0 +1 @@ +add_theme(${color} ${color} 90 180 270) diff --git a/cursors/src/theme-honeycomb/colors.in b/cursors/src/theme-honeycomb/colors.in new file mode 100644 index 00000000..2f795f2f --- /dev/null +++ b/cursors/src/theme-honeycomb/colors.in @@ -0,0 +1,6 @@ +set(lighterColor "#E5E8E1") +set(mediumColor "#BABDB7") +set(darkerColor "#2F302E") +set(altLighterColor "#FFF299") +set(altMediumColor "#E3A700") +set(altDarkerColor "#403000") diff --git a/cursors/src/theme-honeycomb/index.theme b/cursors/src/theme-honeycomb/index.theme new file mode 100644 index 00000000..9a6a9308 --- /dev/null +++ b/cursors/src/theme-honeycomb/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Honeycomb +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/theme-hot_orange/CMakeLists.txt b/cursors/src/theme-hot_orange/CMakeLists.txt new file mode 100644 index 00000000..5e1a072e --- /dev/null +++ b/cursors/src/theme-hot_orange/CMakeLists.txt @@ -0,0 +1 @@ +add_theme(${color} ${color} 90 180 270) diff --git a/cursors/src/theme-hot_orange/colors.in b/cursors/src/theme-hot_orange/colors.in new file mode 100644 index 00000000..5bf06978 --- /dev/null +++ b/cursors/src/theme-hot_orange/colors.in @@ -0,0 +1,3 @@ +set(lighterColor "#ffd9b0") +set(mediumColor "#cf4913") +set(darkerColor "#ac4311") diff --git a/cursors/src/theme-hot_orange/index.theme b/cursors/src/theme-hot_orange/index.theme new file mode 100644 index 00000000..6253db2c --- /dev/null +++ b/cursors/src/theme-hot_orange/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Hot Orange +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/theme-lilac/CMakeLists.txt b/cursors/src/theme-lilac/CMakeLists.txt new file mode 100644 index 00000000..5e1a072e --- /dev/null +++ b/cursors/src/theme-lilac/CMakeLists.txt @@ -0,0 +1 @@ +add_theme(${color} ${color} 90 180 270) diff --git a/cursors/src/theme-lilac/colors.in b/cursors/src/theme-lilac/colors.in new file mode 100644 index 00000000..7e002acd --- /dev/null +++ b/cursors/src/theme-lilac/colors.in @@ -0,0 +1,6 @@ +set(lighterColor "#D9D2E7") +set(mediumColor "#625C6E") +set(darkerColor "#393540") +set(altLighterColor "#D2F4E7") +set(altMediumColor "#4F7464") +set(altDarkerColor "#2B4037") diff --git a/cursors/src/theme-lilac/index.theme b/cursors/src/theme-lilac/index.theme new file mode 100644 index 00000000..1e649672 --- /dev/null +++ b/cursors/src/theme-lilac/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Evening Lilac +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/theme-midnight_meadow/CMakeLists.txt b/cursors/src/theme-midnight_meadow/CMakeLists.txt new file mode 100644 index 00000000..5e1a072e --- /dev/null +++ b/cursors/src/theme-midnight_meadow/CMakeLists.txt @@ -0,0 +1 @@ +add_theme(${color} ${color} 90 180 270) diff --git a/cursors/src/theme-midnight_meadow/colors.in b/cursors/src/theme-midnight_meadow/colors.in new file mode 100644 index 00000000..f5c19a64 --- /dev/null +++ b/cursors/src/theme-midnight_meadow/colors.in @@ -0,0 +1,3 @@ +set(lighterColor "#108010") +set(mediumColor "#001C00") +set(darkerColor "#80F080") diff --git a/cursors/src/theme-midnight_meadow/index.theme b/cursors/src/theme-midnight_meadow/index.theme new file mode 100644 index 00000000..9f682973 --- /dev/null +++ b/cursors/src/theme-midnight_meadow/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Midnight Meadow +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/theme-navy/CMakeLists.txt b/cursors/src/theme-navy/CMakeLists.txt new file mode 100644 index 00000000..5e1a072e --- /dev/null +++ b/cursors/src/theme-navy/CMakeLists.txt @@ -0,0 +1 @@ +add_theme(${color} ${color} 90 180 270) diff --git a/cursors/src/theme-navy/colors.in b/cursors/src/theme-navy/colors.in new file mode 100644 index 00000000..61c8e3d9 --- /dev/null +++ b/cursors/src/theme-navy/colors.in @@ -0,0 +1,3 @@ +set(lighterColor "#c3b4da") +set(mediumColor "#34176e") +set(darkerColor "#1d0a55") diff --git a/cursors/src/theme-navy/index.theme b/cursors/src/theme-navy/index.theme new file mode 100644 index 00000000..811868da --- /dev/null +++ b/cursors/src/theme-navy/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Navy +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/theme-norway/CMakeLists.txt b/cursors/src/theme-norway/CMakeLists.txt new file mode 100644 index 00000000..5e1a072e --- /dev/null +++ b/cursors/src/theme-norway/CMakeLists.txt @@ -0,0 +1 @@ +add_theme(${color} ${color} 90 180 270) diff --git a/cursors/src/theme-norway/colors.in b/cursors/src/theme-norway/colors.in new file mode 100644 index 00000000..571eb1e9 --- /dev/null +++ b/cursors/src/theme-norway/colors.in @@ -0,0 +1,6 @@ +set(lighterColor "#F7F3E9") +set(mediumColor "#C5B399") +set(darkerColor "#807060") +set(altLighterColor "#90C1E8") +set(altMediumColor "#176CA5") +set(altDarkerColor "#0F4B70") diff --git a/cursors/src/theme-norway/index.theme b/cursors/src/theme-norway/index.theme new file mode 100644 index 00000000..a676e056 --- /dev/null +++ b/cursors/src/theme-norway/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Norway +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/theme-obsidian-hc/CMakeLists.txt b/cursors/src/theme-obsidian-hc/CMakeLists.txt new file mode 100644 index 00000000..5e1a072e --- /dev/null +++ b/cursors/src/theme-obsidian-hc/CMakeLists.txt @@ -0,0 +1 @@ +add_theme(${color} ${color} 90 180 270) diff --git a/cursors/src/theme-obsidian-hc/colors.in b/cursors/src/theme-obsidian-hc/colors.in new file mode 100644 index 00000000..4839dd13 --- /dev/null +++ b/cursors/src/theme-obsidian-hc/colors.in @@ -0,0 +1,6 @@ +set(lighterColor "#787775") +set(mediumColor "#201F1F") +set(darkerColor "#E8E7E4") +set(altLighterColor "#184880") +set(altMediumColor "#122F50") +set(altDarkerColor "#5177A6") diff --git a/cursors/src/theme-obsidian-hc/index.theme b/cursors/src/theme-obsidian-hc/index.theme new file mode 100644 index 00000000..6ea3c87a --- /dev/null +++ b/cursors/src/theme-obsidian-hc/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Obsidian High Contrast +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/theme-obsidian/CMakeLists.txt b/cursors/src/theme-obsidian/CMakeLists.txt new file mode 100644 index 00000000..5e1a072e --- /dev/null +++ b/cursors/src/theme-obsidian/CMakeLists.txt @@ -0,0 +1 @@ +add_theme(${color} ${color} 90 180 270) diff --git a/cursors/src/theme-obsidian/colors.in b/cursors/src/theme-obsidian/colors.in new file mode 100644 index 00000000..23688fe1 --- /dev/null +++ b/cursors/src/theme-obsidian/colors.in @@ -0,0 +1,6 @@ +set(lighterColor "#787775") +set(mediumColor "#201F1F") +set(darkerColor "#0F0E0E") +set(altLighterColor "#5177A6") +set(altMediumColor "#184880") +set(altDarkerColor "#122F50") diff --git a/cursors/src/theme-obsidian/index.theme b/cursors/src/theme-obsidian/index.theme new file mode 100644 index 00000000..c4808d4d --- /dev/null +++ b/cursors/src/theme-obsidian/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Obsidian +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/theme-olympus-inv/CMakeLists.txt b/cursors/src/theme-olympus-inv/CMakeLists.txt new file mode 100644 index 00000000..5e1a072e --- /dev/null +++ b/cursors/src/theme-olympus-inv/CMakeLists.txt @@ -0,0 +1 @@ +add_theme(${color} ${color} 90 180 270) diff --git a/cursors/src/theme-olympus-inv/colors.in b/cursors/src/theme-olympus-inv/colors.in new file mode 100644 index 00000000..4ae74b23 --- /dev/null +++ b/cursors/src/theme-olympus-inv/colors.in @@ -0,0 +1,3 @@ +set(lighterColor "#0000B0") +set(mediumColor "#000060") +set(darkerColor "#FFEE80") diff --git a/cursors/src/theme-olympus-inv/index.theme b/cursors/src/theme-olympus-inv/index.theme new file mode 100644 index 00000000..50488e88 --- /dev/null +++ b/cursors/src/theme-olympus-inv/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Olympus (Reversed) +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/theme-olympus/CMakeLists.txt b/cursors/src/theme-olympus/CMakeLists.txt new file mode 100644 index 00000000..5e1a072e --- /dev/null +++ b/cursors/src/theme-olympus/CMakeLists.txt @@ -0,0 +1 @@ +add_theme(${color} ${color} 90 180 270) diff --git a/cursors/src/theme-olympus/colors.in b/cursors/src/theme-olympus/colors.in new file mode 100644 index 00000000..9b67e02c --- /dev/null +++ b/cursors/src/theme-olympus/colors.in @@ -0,0 +1,3 @@ +set(lighterColor "#FFEE80") +set(mediumColor "#E0C000") +set(darkerColor "#0000B0") diff --git a/cursors/src/theme-olympus/index.theme b/cursors/src/theme-olympus/index.theme new file mode 100644 index 00000000..e4f25f5c --- /dev/null +++ b/cursors/src/theme-olympus/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Olympus +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/theme-orchid/CMakeLists.txt b/cursors/src/theme-orchid/CMakeLists.txt new file mode 100644 index 00000000..5e1a072e --- /dev/null +++ b/cursors/src/theme-orchid/CMakeLists.txt @@ -0,0 +1 @@ +add_theme(${color} ${color} 90 180 270) diff --git a/cursors/src/theme-orchid/colors.in b/cursors/src/theme-orchid/colors.in new file mode 100644 index 00000000..b25192ec --- /dev/null +++ b/cursors/src/theme-orchid/colors.in @@ -0,0 +1,6 @@ +set(lighterColor "#CACEE2") +set(mediumColor "#A9ADBE") +set(darkerColor "#33166E") +set(altLighterColor "#D2E1F0") +set(altMediumColor "#718BA5") +set(altDarkerColor "#33166E") diff --git a/cursors/src/theme-orchid/index.theme b/cursors/src/theme-orchid/index.theme new file mode 100644 index 00000000..542512e9 --- /dev/null +++ b/cursors/src/theme-orchid/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Stone Orchid +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/theme-oxygen/CMakeLists.txt b/cursors/src/theme-oxygen/CMakeLists.txt new file mode 100644 index 00000000..5e1a072e --- /dev/null +++ b/cursors/src/theme-oxygen/CMakeLists.txt @@ -0,0 +1 @@ +add_theme(${color} ${color} 90 180 270) diff --git a/cursors/src/theme-oxygen/colors.in b/cursors/src/theme-oxygen/colors.in new file mode 100644 index 00000000..6b53161d --- /dev/null +++ b/cursors/src/theme-oxygen/colors.in @@ -0,0 +1,6 @@ +set(lighterColor "#FFFFFF") +set(mediumColor "#B5B4B3") +set(darkerColor "#403F3F") +set(altLighterColor "#7FB9FF") +set(altMediumColor "#2B74C7") +set(altDarkerColor "#132A40") diff --git a/cursors/src/theme-oxygen/index.theme b/cursors/src/theme-oxygen/index.theme new file mode 100644 index 00000000..7ba8379d --- /dev/null +++ b/cursors/src/theme-oxygen/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Default +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/theme-peach/CMakeLists.txt b/cursors/src/theme-peach/CMakeLists.txt new file mode 100644 index 00000000..5e1a072e --- /dev/null +++ b/cursors/src/theme-peach/CMakeLists.txt @@ -0,0 +1 @@ +add_theme(${color} ${color} 90 180 270) diff --git a/cursors/src/theme-peach/colors.in b/cursors/src/theme-peach/colors.in new file mode 100644 index 00000000..163253eb --- /dev/null +++ b/cursors/src/theme-peach/colors.in @@ -0,0 +1,6 @@ +set(lighterColor "#F4E6CF") +set(mediumColor "#EACDA0") +set(darkerColor "#E1646D") +set(altLighterColor "#DAE8C4") +set(altMediumColor "#75B150") +set(altDarkerColor "#5D6E4B") diff --git a/cursors/src/theme-peach/index.theme b/cursors/src/theme-peach/index.theme new file mode 100644 index 00000000..b9715ee7 --- /dev/null +++ b/cursors/src/theme-peach/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen White Peach +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/theme-purple/CMakeLists.txt b/cursors/src/theme-purple/CMakeLists.txt new file mode 100644 index 00000000..5e1a072e --- /dev/null +++ b/cursors/src/theme-purple/CMakeLists.txt @@ -0,0 +1 @@ +add_theme(${color} ${color} 90 180 270) diff --git a/cursors/src/theme-purple/colors.in b/cursors/src/theme-purple/colors.in new file mode 100644 index 00000000..1fb0b41c --- /dev/null +++ b/cursors/src/theme-purple/colors.in @@ -0,0 +1,3 @@ +set(lighterColor "#f9cade") +set(mediumColor "#bf0361") +set(darkerColor "#9c0f56") diff --git a/cursors/src/theme-purple/index.theme b/cursors/src/theme-purple/index.theme new file mode 100644 index 00000000..19bf2d7d --- /dev/null +++ b/cursors/src/theme-purple/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Purple +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/theme-red-argentina/CMakeLists.txt b/cursors/src/theme-red-argentina/CMakeLists.txt new file mode 100644 index 00000000..5e1a072e --- /dev/null +++ b/cursors/src/theme-red-argentina/CMakeLists.txt @@ -0,0 +1 @@ +add_theme(${color} ${color} 90 180 270) diff --git a/cursors/src/theme-red-argentina/colors.in b/cursors/src/theme-red-argentina/colors.in new file mode 100644 index 00000000..63593b9b --- /dev/null +++ b/cursors/src/theme-red-argentina/colors.in @@ -0,0 +1,3 @@ +set(lighterColor "#ff2929") +set(mediumColor "#cc0000") +set(darkerColor "#930000") diff --git a/cursors/src/theme-red-argentina/index.theme b/cursors/src/theme-red-argentina/index.theme new file mode 100644 index 00000000..01fabdde --- /dev/null +++ b/cursors/src/theme-red-argentina/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Red Argentina (Tango) +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/theme-red/CMakeLists.txt b/cursors/src/theme-red/CMakeLists.txt new file mode 100644 index 00000000..5e1a072e --- /dev/null +++ b/cursors/src/theme-red/CMakeLists.txt @@ -0,0 +1 @@ +add_theme(${color} ${color} 90 180 270) diff --git a/cursors/src/theme-red/colors.in b/cursors/src/theme-red/colors.in new file mode 100644 index 00000000..a875cd87 --- /dev/null +++ b/cursors/src/theme-red/colors.in @@ -0,0 +1,3 @@ +set(lighterColor "#f9ccca") +set(mediumColor "#bf0303") +set(darkerColor "#9c0f0f") diff --git a/cursors/src/theme-red/index.theme b/cursors/src/theme-red/index.theme new file mode 100644 index 00000000..c4229357 --- /dev/null +++ b/cursors/src/theme-red/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Red +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/theme-sea_blue/CMakeLists.txt b/cursors/src/theme-sea_blue/CMakeLists.txt new file mode 100644 index 00000000..5e1a072e --- /dev/null +++ b/cursors/src/theme-sea_blue/CMakeLists.txt @@ -0,0 +1 @@ +add_theme(${color} ${color} 90 180 270) diff --git a/cursors/src/theme-sea_blue/colors.in b/cursors/src/theme-sea_blue/colors.in new file mode 100644 index 00000000..c21456ba --- /dev/null +++ b/cursors/src/theme-sea_blue/colors.in @@ -0,0 +1,3 @@ +set(lighterColor "#a8dde0") +set(mediumColor "#006066") +set(darkerColor "#00484d") diff --git a/cursors/src/theme-sea_blue/index.theme b/cursors/src/theme-sea_blue/index.theme new file mode 100644 index 00000000..75ba3cd8 --- /dev/null +++ b/cursors/src/theme-sea_blue/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Sea Blue +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/theme-steel/CMakeLists.txt b/cursors/src/theme-steel/CMakeLists.txt new file mode 100644 index 00000000..5e1a072e --- /dev/null +++ b/cursors/src/theme-steel/CMakeLists.txt @@ -0,0 +1 @@ +add_theme(${color} ${color} 90 180 270) diff --git a/cursors/src/theme-steel/colors.in b/cursors/src/theme-steel/colors.in new file mode 100644 index 00000000..dfc42eec --- /dev/null +++ b/cursors/src/theme-steel/colors.in @@ -0,0 +1,6 @@ +set(lighterColor "#FAF9F2") +set(mediumColor "#AFAEA9") +set(darkerColor "#393837") +set(altLighterColor "#89B2C0") +set(altMediumColor "#597E90") +set(altDarkerColor "#273840") diff --git a/cursors/src/theme-steel/index.theme b/cursors/src/theme-steel/index.theme new file mode 100644 index 00000000..b78f4f3d --- /dev/null +++ b/cursors/src/theme-steel/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Steel +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/theme-terra/CMakeLists.txt b/cursors/src/theme-terra/CMakeLists.txt new file mode 100644 index 00000000..5e1a072e --- /dev/null +++ b/cursors/src/theme-terra/CMakeLists.txt @@ -0,0 +1 @@ +add_theme(${color} ${color} 90 180 270) diff --git a/cursors/src/theme-terra/colors.in b/cursors/src/theme-terra/colors.in new file mode 100644 index 00000000..5b8dc14d --- /dev/null +++ b/cursors/src/theme-terra/colors.in @@ -0,0 +1,6 @@ +set(lighterColor "#CBC2BF") +set(mediumColor "#9A987F") +set(darkerColor "#404642") +set(altLighterColor "#FFFFFF") +set(altMediumColor "#6A8FD2") +set(altDarkerColor "#3E538E") diff --git a/cursors/src/theme-terra/index.theme b/cursors/src/theme-terra/index.theme new file mode 100644 index 00000000..4b3ce6a5 --- /dev/null +++ b/cursors/src/theme-terra/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Terra Sky +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/theme-terra_green/CMakeLists.txt b/cursors/src/theme-terra_green/CMakeLists.txt new file mode 100644 index 00000000..5e1a072e --- /dev/null +++ b/cursors/src/theme-terra_green/CMakeLists.txt @@ -0,0 +1 @@ +add_theme(${color} ${color} 90 180 270) diff --git a/cursors/src/theme-terra_green/colors.in b/cursors/src/theme-terra_green/colors.in new file mode 100644 index 00000000..aa6721a7 --- /dev/null +++ b/cursors/src/theme-terra_green/colors.in @@ -0,0 +1,6 @@ +set(lighterColor "#CBC2BF") +set(mediumColor "#9A987F") +set(darkerColor "#404642") +set(altLighterColor "#008929") +set(altMediumColor "#004D00") +set(altDarkerColor "#0C2607") diff --git a/cursors/src/theme-terra_green/index.theme b/cursors/src/theme-terra_green/index.theme new file mode 100644 index 00000000..9854e38a --- /dev/null +++ b/cursors/src/theme-terra_green/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Terra Earth +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/theme-violet/CMakeLists.txt b/cursors/src/theme-violet/CMakeLists.txt new file mode 100644 index 00000000..5e1a072e --- /dev/null +++ b/cursors/src/theme-violet/CMakeLists.txt @@ -0,0 +1 @@ +add_theme(${color} ${color} 90 180 270) diff --git a/cursors/src/theme-violet/colors.in b/cursors/src/theme-violet/colors.in new file mode 100644 index 00000000..e37a7937 --- /dev/null +++ b/cursors/src/theme-violet/colors.in @@ -0,0 +1,3 @@ +set(lighterColor "#e8b7d7") +set(mediumColor "#85026c") +set(darkerColor "#6a0056") diff --git a/cursors/src/theme-violet/index.theme b/cursors/src/theme-violet/index.theme new file mode 100644 index 00000000..e2a2efa7 --- /dev/null +++ b/cursors/src/theme-violet/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Violet +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/theme-viorange/CMakeLists.txt b/cursors/src/theme-viorange/CMakeLists.txt new file mode 100644 index 00000000..5e1a072e --- /dev/null +++ b/cursors/src/theme-viorange/CMakeLists.txt @@ -0,0 +1 @@ +add_theme(${color} ${color} 90 180 270) diff --git a/cursors/src/theme-viorange/colors.in b/cursors/src/theme-viorange/colors.in new file mode 100644 index 00000000..032f2ecd --- /dev/null +++ b/cursors/src/theme-viorange/colors.in @@ -0,0 +1,3 @@ +set(lighterColor "#fcaf3e") +set(mediumColor "#f57900") +set(darkerColor "#ce5c00") diff --git a/cursors/src/theme-viorange/index.theme b/cursors/src/theme-viorange/index.theme new file mode 100644 index 00000000..87a5d20f --- /dev/null +++ b/cursors/src/theme-viorange/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Vibrant Orange (Tango) +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/theme-white/CMakeLists.txt b/cursors/src/theme-white/CMakeLists.txt new file mode 100644 index 00000000..5e1a072e --- /dev/null +++ b/cursors/src/theme-white/CMakeLists.txt @@ -0,0 +1 @@ +add_theme(${color} ${color} 90 180 270) diff --git a/cursors/src/theme-white/colors.in b/cursors/src/theme-white/colors.in new file mode 100644 index 00000000..f263f583 --- /dev/null +++ b/cursors/src/theme-white/colors.in @@ -0,0 +1,3 @@ +set(lighterColor "#ffffff") +set(mediumColor "#d0d0d0") +set(darkerColor "#000000") diff --git a/cursors/src/theme-white/index.theme b/cursors/src/theme-white/index.theme new file mode 100644 index 00000000..6e4470ac --- /dev/null +++ b/cursors/src/theme-white/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen White +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/theme-whitewater/CMakeLists.txt b/cursors/src/theme-whitewater/CMakeLists.txt new file mode 100644 index 00000000..5e1a072e --- /dev/null +++ b/cursors/src/theme-whitewater/CMakeLists.txt @@ -0,0 +1 @@ +add_theme(${color} ${color} 90 180 270) diff --git a/cursors/src/theme-whitewater/colors.in b/cursors/src/theme-whitewater/colors.in new file mode 100644 index 00000000..feaab867 --- /dev/null +++ b/cursors/src/theme-whitewater/colors.in @@ -0,0 +1,6 @@ +set(lighterColor "#E0DFDC") +set(mediumColor "#787775") +set(darkerColor "#302F2E") +set(altLighterColor "#2966A4") +set(altMediumColor "#153E6D") +set(altDarkerColor "#102C50") diff --git a/cursors/src/theme-whitewater/index.theme b/cursors/src/theme-whitewater/index.theme new file mode 100644 index 00000000..225cab4f --- /dev/null +++ b/cursors/src/theme-whitewater/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Whitewater +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/theme-wonton/CMakeLists.txt b/cursors/src/theme-wonton/CMakeLists.txt new file mode 100644 index 00000000..5e1a072e --- /dev/null +++ b/cursors/src/theme-wonton/CMakeLists.txt @@ -0,0 +1 @@ +add_theme(${color} ${color} 90 180 270) diff --git a/cursors/src/theme-wonton/colors.in b/cursors/src/theme-wonton/colors.in new file mode 100644 index 00000000..f5bd7341 --- /dev/null +++ b/cursors/src/theme-wonton/colors.in @@ -0,0 +1,6 @@ +set(lighterColor "#494E58") +set(mediumColor "#282C30") +set(darkerColor "#D2DEF0") +set(altLighterColor "#78889C") +set(altMediumColor "#3D4650") +set(altDarkerColor "#D2E2F4") diff --git a/cursors/src/theme-wonton/index.theme b/cursors/src/theme-wonton/index.theme new file mode 100644 index 00000000..da6bd6a5 --- /dev/null +++ b/cursors/src/theme-wonton/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Wonton Soup +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/theme-yellow/CMakeLists.txt b/cursors/src/theme-yellow/CMakeLists.txt new file mode 100644 index 00000000..5e1a072e --- /dev/null +++ b/cursors/src/theme-yellow/CMakeLists.txt @@ -0,0 +1 @@ +add_theme(${color} ${color} 90 180 270) diff --git a/cursors/src/theme-yellow/colors.in b/cursors/src/theme-yellow/colors.in new file mode 100644 index 00000000..2c3843fc --- /dev/null +++ b/cursors/src/theme-yellow/colors.in @@ -0,0 +1,3 @@ +set(lighterColor "#fff6c8") +set(mediumColor "#f3c300") +set(darkerColor "#e3ad00") diff --git a/cursors/src/theme-yellow/index.theme b/cursors/src/theme-yellow/index.theme new file mode 100644 index 00000000..c0a16cd6 --- /dev/null +++ b/cursors/src/theme-yellow/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Yellow +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/theme-zion/CMakeLists.txt b/cursors/src/theme-zion/CMakeLists.txt new file mode 100644 index 00000000..5e1a072e --- /dev/null +++ b/cursors/src/theme-zion/CMakeLists.txt @@ -0,0 +1 @@ +add_theme(${color} ${color} 90 180 270) diff --git a/cursors/src/theme-zion/colors.in b/cursors/src/theme-zion/colors.in new file mode 100644 index 00000000..32dc4a61 --- /dev/null +++ b/cursors/src/theme-zion/colors.in @@ -0,0 +1,3 @@ +set(lighterColor "#606060") +set(mediumColor "#000000") +set(darkerColor "#ffffff") diff --git a/cursors/src/theme-zion/index.theme b/cursors/src/theme-zion/index.theme new file mode 100644 index 00000000..241e15b1 --- /dev/null +++ b/cursors/src/theme-zion/index.theme @@ -0,0 +1,3 @@ +[Icon Theme] +Name = Oxygen Zion +Comment = Oxygen mouse theme. Oxygenize your desktop! diff --git a/cursors/src/theme.cmake b/cursors/src/theme.cmake new file mode 100644 index 00000000..b79259ab --- /dev/null +++ b/cursors/src/theme.cmake @@ -0,0 +1,2 @@ +add_theme(${color} ${color} 90) +add_theme(${color} ${color}-big 180) diff --git a/cursors/src/wincursor.py b/cursors/src/wincursor.py new file mode 100644 index 00000000..ddb5e528 --- /dev/null +++ b/cursors/src/wincursor.py @@ -0,0 +1,50 @@ +import sys +import os + +configs = ["left_ptr.in", "help.in", "progress.in", "wait.in", "cross.in", "text.in", "pencil.in", "circle.in", "size_ver.in", "size_hor.in", "size_fdiag.in", "size_bdiag.in", "fleur.in", "up_arrow.in", "pointer.in"] + +if len(sys.argv) < 4: + print "too few arguments for wincursor" + sys.exit(1) + +pngdir = sys.argv[1] +conf = sys.argv[2] +outdir = sys.argv[3] +dummy = sys.argv[4] + +f = open(dummy, "w") +f.close() + +if not configs.count(conf[conf.rfind("/")+1:]): + sys.exit(0) +else: + conffile = conf[conf.rfind("/")+1:] + +f = open(conf) +r = f.read() +f.close() + +ls = r.split("\n") +imglist = [] + +for l in ls: + if l and not l.startswith("#"): + v = l.split(" ") + if len(v) == 4: + imglist += [(v[3], v[1], v[2])] + elif len(v) == 5: + imglist += [(v[3], v[1], v[2], v[4])] + +if len(imglist) > 1: + pngls = [os.path.join(pngdir, i[0]) for i in imglist] + pngstr = "" + for p in pngls: + pngstr += " %s" % p + + img = imglist[0] + jiffie = int((float(img[3]) / 1000) * 60) + + print os.popen4("png2ico %s --hotspotx %s --hotspoty %s --framerate %s %s" % (os.path.join(outdir, conffile.replace(".in", ".ani")), img[1], img[2], jiffie, pngstr))[1].read() +elif len(imglist) == 1: + img = imglist[0] + print os.popen4("png2ico %s --hotspotx %s --hotspoty %s %s" % (os.path.join(outdir, conffile.replace(".in", ".cur")), img[1], img[2], os.path.join(pngdir, img[0])))[1].read()