Different themes and widgets

Moderator: Forum moderators

Post Reply
User avatar
torm
Posts: 26
Joined: Thu Aug 06, 2020 3:02 pm
Been thanked: 5 times

Different themes and widgets

Post by torm »

Hello

Will try to post here some new and untested items from old forum, at least ones that are in the "under development" stage
and may need some testing, fixing, etc.

________

Arktis GTK2 theme engine.

Primary goal is to provide uniform look of Arktis Desktop for GTK2 apps.
Other than that, it is for most part just like any other GTK2 theme engine.

The engine is designed with minimalistic drawing operations and uses colors specified in gtkrc.
For detailed information - please see comments in included example gtkrc file.
It is at very early stage of development - there can be radical changes to source and configuration details,
also workarounds for broken apps or widgets.
Please let me know, if something doesn't look as expected.

PS.
Oh, I last worked on it.. in January? :roll:
may have forgotten a thing or two since then.
Default theme for engine has extended support for ROX-Filer, see screenshot.

Qt apps.
_____
You should configure Qt apps with Qt Configuration, to set colors etc.
as those may - or not - conflict with gtkrc parameters.
There are few workarounds built-in, while some Qt apps may still have custom hardcoded color definitions.

Legal.
_____
Arktis GTK2 theme engine is forked from and loosely based on Clearlooks and Ubuntulooks.
It is released under GPLv3 license, with "any later version" option.

_____

Build.

You will need at least automake-1.7 and aclocal-1.7 versions installed. And DEVX.sfs loaded.
Then run:
Arktis_GTK2_engine_build-and-install.sh

script in the engine source directory.
That should do the job for the most part, I hope.
Don't expect a lot of questions to be asked..
Feel free to edit that script, autogen.sh, Makefile.am or configure.ac as and if needed.
When in doupt, please see README file again in the source directory.

Theme lib build size is around 54 KB stripped ( on tahrpup606 32bit ) .
_____

Version.

Arktis GTK2 engine will be included with ArktisWM window manager package and
follows ArktisWM lead version number. Makes current ( first ) version of engine 05.01

I hope this rounds it up for now. You can find the C source below.
PS.
If no serious issues, will try to add prebuilt packages over time.

__________________________________________________

Edit: Updated to version 502.
Changes.
Minor changes to button draw, now constructed from inner and outer 1 pixel lines.
Added Arktis502neutral theme with neutral/default colors.
There is a variation in GTK2 libs install path, so the build script attempts
to figure out where the engines reside on the system..

Archive below includes the C-source, prebuilt pet-packages for tahrpup605 32bit,
and fossapup64-9.5 64bit, and the theme data pet-package.
When in doupt, read the README file in source directory.

Attachments
Arktis_GTK2-engine_ver502-all.tar.gz
source and prebuilt packages
(112.18 KiB) Downloaded 44 times
Arktis GTK2 engine screenshot with default bright theme
Arktis GTK2 engine screenshot with default bright theme
screenshot_arktis-gtk2-theme.png (156.73 KiB) Viewed 3720 times
Last edited by torm on Sat Dec 31, 2022 9:27 pm, edited 2 times in total.
User avatar
torm
Posts: 26
Joined: Thu Aug 06, 2020 3:02 pm
Been thanked: 5 times

Re: Different themes and widgets

Post by torm »

Edit: new version

SDClock, version 0.14

Changed the name from PClock-retro to SDClock.

New options added:
--dl=LABEL clock text label
--sx=INT seconds hand X
--sy=INT seconds hand Y
--mm=CMD action for mouse middle-click on clock
--rr=CMD action for mouse right-click on clock
--dc draw digial clock

Other changes:
- Changed version numbering to X.XX without a mod comment.
- Full set of short options.
- Default theme will place the clock in the upper-right corner of display on the
first run. Change the location as needed with the mouse and the new location will
be stored for the next.
- Included custom pcf fonts for demo themes
- Clock date LABEL allows strftime labels for date, time, timezone, etc. and uses X11
pcf corefonts with system locale.
LABEL updates every second or every minute - depending on the --ns switch,
and has max lenght of 64 chars, both for input and output.
Please see theme reference in README file for more details on pixmap, color
and date options. Data folder is /root./SDClock.
- Default action for mouse middle-click on clock area is to show README file using Geany.
CMD can be configured to a command that fits within 64 chars including the arguments.
- Clock commandline argument lenght: max arguments 512, where filename/label/font/command can be 64
and color 16 characters max.
- Clock hands and date label should not redraw on window expose events.
- Using --sy=INT or --sx=INT option will draw seconds hand below the minute and hour hand,
if the areas overlap.
- Using --ns option will redraw the clock with one minute interval.
- Desktop location option from theme file is first-run/fallback use only.
- Pixmap size theme option is removed and is autodetected from file header.
- Pixmap location is restricted to /root./SDClock/data folder and only filename is used in themes.
- Minor fix for events and exit.

Theme note.
SDClock themes are regular shellscripts by nature and can be modified
or extended as needed, for different window managers, display setups, etc.
Included themes cover only basic features.

Font note.
Please restart X for fonts after build!
Source package pcf corefonts are somewhat experimental and likely not suitable
anything else than clock or calendar themes.
Any regular ISO8859-* pcf font should work for the clock, I think..

Build.
In src folder run the run_me.sh script in terminal to build.
In most situations it should do all the heavy lifting for you.
If not, read the script and makefile and adjust them for your puppy.

License.
GNU GPLv3 or any later.

Testing and feedback is welcome, also any ideas for custom clock skins and design.
:)

Attachments
sd-clock-014_source.tar.gz
sd-clock-014 C-source
(82.91 KiB) Downloaded 96 times
preview
preview
sd-clock-014_preview.png (156.46 KiB) Viewed 3147 times
Last edited by torm on Thu Jul 01, 2021 5:49 pm, edited 1 time in total.
User avatar
torm
Posts: 26
Joined: Thu Aug 06, 2020 3:02 pm
Been thanked: 5 times

Re: Different themes and widgets

Post by torm »

Updated new-gtk2 to version 02.

new-gtk2 is a tiny GTK2 theme reload program.

To use new-gtk2 from terminal or a script, type:
new-gtk2 /usr/share/themes/THEME-NAME/gtk-2.0/gtkrc

..where THEME-NAME is the folder-name of the theme.
Selected theme path is written to global /root/.gtkrc-2.0 file
and GTK2 programs reloaded with the selected theme.

If THEME-NAME is located in the regular /usr/share/themes folder
then only a THEME-NAME will work also.

It is possible to run new-gtk2 without theme argument
to reload/refresh currently selected GTK2 theme, for example if
the GTK2 themename is selected/written using a shell script,
or the theme is somehow modified runtime, etc.

Default install path for new-gtk2 is /root/my-applications/bin
while it can run from some other location.
Also the GTK2 theme may be selected from any sane location.
In ROX Filer it is possible to drag-and-drop the gtkrc file directly on the
new-gtk2 icon to select a new theme ;)

License: GNU GPLv3 or (at your option) any later version.
________

PS.
Probably a useful tool for frontends using gtkdialog, or
maybe designers working on a GTK2 theme - just a click to reload..
You can find the source and some prebuilt pet packages below.

Happy New 2021!

Attachments
new-gtk2_C-source-02.tar.gz
C-source for new-gtk2, version 02
(1.65 KiB) Downloaded 52 times
new-gtk2_tahrpup32bit-02.pet
new-gtk2, pet package for tahrpup 32bit
(3.25 KiB) Downloaded 65 times
new-gtk2_fossapup64bit-02.pet
new-gtk2, pet package for fossapup 64bit
(3.41 KiB) Downloaded 84 times
User avatar
torm
Posts: 26
Joined: Thu Aug 06, 2020 3:02 pm
Been thanked: 5 times

Re: Different themes and widgets

Post by torm »

AWall, version 03

Simple gtkdialog4-based ROX-App to select ROX-filer pinboard wallpaper.

Active wallpaper is set first in the list, and as window label.
Layout can be selected by clicking on the icons below preview.
Buttons to open backgrounds folder and to refresh wallpaper list runtime.
Wallpaper list has input focus for arrowkey navigation, Enter or Return will apply selection.
Click at preview area or doubleclick in the list will apply and click on layout icon update
selected wallpaper.

pet package places awall in /usr/local/apps folder, while it
can run from any sane location.
Should work as is for both 32 and 64 bit systems.
Desktop file included for menus.

Notes.
Version 03 has gettexted tooltips for buttons and icons, textdomain is puppy.
Changed preview aspect ratio to 16:10.
a_wall changed to awall.

License.
GNU GPLv3

Attachments
awall-03.pet
awall-03
(3.82 KiB) Downloaded 81 times
screenshot
screenshot
preview_awall-03.jpg (74.24 KiB) Viewed 2978 times
Last edited by torm on Fri Dec 03, 2021 7:30 pm, edited 1 time in total.
User avatar
torm
Posts: 26
Joined: Thu Aug 06, 2020 3:02 pm
Been thanked: 5 times

Re: Different themes and widgets

Post by torm »

AShot, version 01.

AShot is a ROX-App for taking screenshots.
It is based on screeny v07 by micko0

Features.
selectable file types: JPG or PNG
screenshot areas: SELECT_WINDOW or FULLSCREEN
fullscreen timer: 1 - 10 seconds
random or edited output filename
optional auto-open data folder

Dependencies.
AShot uses: xwd, xwdtopnm, pnmtopng, pnmtojpeg inside commands,
ROX-filer to open data folder and gtkdialog4 as GUI frontend.
Those are mostly preinstalled in Puppy.
AShot itself is a shellscript inside a ROX AppFolder,
so it should be portable and noarch.

Notes.
AShot will create output data folder in /root/my-documents/a-screenshots
on first run for screenshots, and can auto-open it after taking one.
Preselected action is fullscreen screenshot.
A desktop file and icon are included for menus.

License.
GNU GPLv3

Edit. Updated to ver. 02
- yaf-splash timeout window is optional
- "No XBell" option
- "Overlaps" option for selected window
- data folder button

Attachments
ashot_noarch-02.pet
ashot-02 pet package
(2.63 KiB) Downloaded 62 times
ashot version 02
ashot version 02
ashot-02.png (63.77 KiB) Viewed 3242 times
Last edited by torm on Wed May 12, 2021 2:55 pm, edited 1 time in total.
User avatar
torm
Posts: 26
Joined: Thu Aug 06, 2020 3:02 pm
Been thanked: 5 times

Re: Different themes and widgets

Post by torm »

calendar version 04.

calendar is minimalistic version of a_cal.
It displays current weekday and date - using system locale and GTK2 calendar.
Buttons to start defaultcalendar and set-time-for-puppy, if available.
"Close" button has the input focus to close the calendar if Return key
is pressed. ..or the Esc key.
Grab the weekday/date label to move the window around with the mouse,
dnd dates to/from text editor should work also.
Other options.
calendar -w
display the week numbers in calendar.
calendar -t
make calendar button appear on taskbar.
calendar -s
make calendar sticky, visible on all workspaces.

Build.
make
make install
Default install path is /root/my-applications/bin folder.

Usage.
calendarrun
Included calendarrun script should be suitable for most panels as the clock command.
It will toggle calendar on and off.
For JWM that would be a line in /root/.jwmrc-tray file (click on eye-icon in ROX-filer
to view it.. )
<Clock format="%H:%M">exec:calendarrun</Clock>
.. or something like that.

License.
GNU GPLv3 or any later.

Edit: Updated to version 04 with gettext support.
Source package below.

Attachments
C-source_calendar-04.tar.gz
source
(4.73 KiB) Downloaded 54 times
preview
preview
calendar-04_preview.png (33.16 KiB) Viewed 3025 times
Last edited by torm on Thu Oct 07, 2021 2:42 pm, edited 2 times in total.
User avatar
torm
Posts: 26
Joined: Thu Aug 06, 2020 3:02 pm
Been thanked: 5 times

Re: Different themes and widgets

Post by torm »

.. reserved.

Last edited by torm on Wed Sep 29, 2021 5:14 pm, edited 1 time in total.
User avatar
torm
Posts: 26
Joined: Thu Aug 06, 2020 3:02 pm
Been thanked: 5 times

Re: Different themes and widgets

Post by torm »

SDCursor-01

Simple Desktop mouse cursor package includes xmc pixmap cursor ( XCursor ) theme folder
and core X bitmap fontcursor files in pcf format, also bdf sources.

The idea is to have both cursors with the same look and size, independent of file type
or used library.
pcf fontcursor has full and compact version. Full comes with all useless shape definitions,
while compact should replace skipped gobbler, gumby, etc. shapes with reversed color pointer
if needed.
xmc pixmap cursor has pretty usual items and symlinks.
See README file for possible locations and details.

First experimental release, please let me know if anything needs a fix.
Well.. at least some fontcursor properties are a wild quess for now.
bdf files can be edited with gbdfed or text editor, bdftopcf will export to pcf.
Gimp can edit and export xmc files.

Creative Commons cc0 license.

PS.
When in doupt, use XCursor theme folder. ;)
xmc files are 24 pixel in gtk-cursor-theme-size.

Attachments
sd_cursor-01.tar.gz
cursor archive
(41.66 KiB) Downloaded 65 times
cursor look preview
cursor look preview
preview_sd_cursor-01.png (16.38 KiB) Viewed 3291 times
User avatar
torm
Posts: 26
Joined: Thu Aug 06, 2020 3:02 pm
Been thanked: 5 times

Re: Different themes and widgets

Post by torm »

SD-Neutral-14 corefont, version 01.

Experimental release. Some of the font properties like average width
and point size are a bit fuzzy atm..

Package includes precompiled pcf corefont and bdf source.
See README for possible file locations.
SD-Neutral is proportional font with ISO8859-1 encoding.

Creative Commons cc0 license.

Edit.
Updated to version 2.
Some small changes here and there .. :)
Added bold version of the font
-sd-neutral-bold-r-normal--14-120-75-75-p-80-iso8859-1

NB!
Please note that proportional corefonts are _NOT SUITABLE_ for system wide use.
Any program that is only capable to use "character cell" spaced fonts will throw errors or fail.
For example rxvt, or a program running in it.. htop etc.
Programs that recalculate text size, like those built on Xtoolkit, may also have perfomance problems.

Edit.
Updated to version 03.
Added medium-fixed version of the font ( it should work with rxvt.. )
-sd-neutral-medium-r-normal--14-120-75-75-c-80-iso8859-1

Attachments
sd_neutral_14-03_corefont.tar.gz
archive
(34.06 KiB) Downloaded 51 times
preview
preview
font_example_sd-neutral-14-03.png (13.01 KiB) Viewed 3183 times
User avatar
torm
Posts: 26
Joined: Thu Aug 06, 2020 3:02 pm
Been thanked: 5 times

Re: Different themes and widgets

Post by torm »

GTK-chtheme version 0.4

Last known GTK-chtheme version is 0.3.1
You can safely stay with the regular version, if already installed.
Not all Puppy versions have it however, fossapup for example.
For fossapup there is a pet package below.

GTK-chtheme is a small program to change GTK2 themes.
Version 0.4 is my light modification.
For the most part just hacked out the textfiles and
changed some makefile details to get it to compile.
This version has no about-dialog button or tearoff-menudetail.
GNU GPLv2 license.

Source is below, run the regular
make
make install
to build and install the program. Desktop file and icon are included.

Attachments
gtk-chtheme-0.4.tar.gz
version 0.4 C-source
(14.42 KiB) Downloaded 57 times
gtkchtheme_fossa64-04.pet
prebuilt package for FossaPup64
(8.96 KiB) Downloaded 67 times
User avatar
torm
Posts: 26
Joined: Thu Aug 06, 2020 3:02 pm
Been thanked: 5 times

Re: Different themes and widgets

Post by torm »

ROX-filer custom toolbar icons for use with any GTK2 or icon theme.

Usage:
1. Copy folder "roxtb" to /usr/share/icons/roxtb
2. Add contents of dott.gtkrc.mine to /root/.gtkrc.mine file
3. Load any GTK2 theme

Notes.
Not automated as a pet file, to avoid .gtkrc.mine file overwrite by accident.
Data folder location is the pixmap_path in .gtkrc.mine , edit that if needed.
Different pixmaps are for normal, hovered and pressed toolbar icons - and can be
symlinks to a single icon.
Icon pixmap size is 24x24 pixels.

License.
These icons are placed into Public Domain under Creative Commons Zero ( cc0 ) license.

Attachments
roxtoolbar_icons_example-01.tar.gz
icon data and configuration example
(3.47 KiB) Downloaded 63 times
rox-filer toolbar icons
rox-filer toolbar icons
screenshot.jpg (19.41 KiB) Viewed 3146 times
User avatar
torm
Posts: 26
Joined: Thu Aug 06, 2020 3:02 pm
Been thanked: 5 times

Re: Different themes and widgets

Post by torm »

SDCursor_medium_xmc-01 cursor theme.

SDCursor-01 XCursor mod for 32 pixel gtk-cursor-size.
On high-dpi display should look similar to regular SDCursor theme.

License.
Creative Commons Zero ( cc0 ) .

Attachments
SDCursor_medium_xmc-01.tar.gz
XCursor 32x32 pixmap theme
(10.75 KiB) Downloaded 50 times
justnow
Posts: 3
Joined: Sun Aug 15, 2021 5:44 pm
Has thanked: 6 times

Re: Different themes and widgets

Post by justnow »

Arktis GTK2 engine will be included with ArktisWM window manager package

Has ArktisWM been released? I could not find any references to it, other than in this forum topic.

User avatar
torm
Posts: 26
Joined: Thu Aug 06, 2020 3:02 pm
Been thanked: 5 times

Re: Different themes and widgets

Post by torm »

Hi.

ArktisWM current release is somewhere on todo list..
Needs documentation updates, valgrind'ing, etc.

User avatar
torm
Posts: 26
Joined: Thu Aug 06, 2020 3:02 pm
Been thanked: 5 times

Re: Different themes and widgets

Post by torm »

XH, ver.03, player frontend
Source package.
XH is a small beta-state modification of XHippo playlist manager,
focused on user interface.

How XH works.
It controls commandline audioplayers like mpg123, ogg123, and alike.

What XH does NOT do?
No attempt on adjusting volume or equalizers. No seekbar, timeline or ID3 tags.
No GTK1.2 support. No complex playlist database features.

Configuration.
Setup dialog uses gtkdialog4 and should cover most options and information.
gettexted for locale support.

Building.
Please do see INSTALL in src folder.

License.
GNU GPLv3 or (at your option) any later version.

Notes.
1. Would suggest to first set the actual data directory in /root/.xh/options file as
datadir:/root/my-documents/my music and stuff/
to avoid inserting full drives by accident into playlist.
Fileselector is somewhat misleading GTK2 widget, and will be replaced or removed from XH in any upcoming version. Not buggy, just misleading..
2. Use ROX command 'xh -a -r -c -f "$1"' to click-play files with temporary playlist.
Sometimes I need that for data I have forgotten about,
so likely a feature that may evolve over time.. :roll:
3. Default themes use "murrine" GTK2 engine every now and then, so for best appearance
have it available.
4. In some Puppy versions pEqualizer is not preinstalled, however it can be found
with PackageManager from puppy-noarch repository. Adjust and save preset, exit, then re-run with pequalizer -s in terminal.

Attachments
xh_source-03.tar.gz
xh c-source
(92.67 KiB) Downloaded 66 times
screenshot
screenshot
xh-03_preview.jpg (43.34 KiB) Viewed 3045 times
User avatar
torm
Posts: 26
Joined: Thu Aug 06, 2020 3:02 pm
Been thanked: 5 times

Re: Different themes and widgets

Post by torm »

SDCalendar, version 01

SDCalendar is a tiny wallcalendar for X desktop.
Not interactive, useful or interesting..

Building from the source.
Load devx.sfs for the system, then run the build script in the source directory
to build and install.

Usage.
After build, reload windowmanager menu for SDCalendar menuitem to appear.
Select theme and location on the display with setup dialog.

Fonts.
Example themes are configured for 96 dpi global font size.
Use TTF or OTF theme fonts that are known to work for your locale.

PS.
Background xpm pixmaps.
Autoreloads at midnight.
Gtkdialog4 based setup can be removed, or replaced
with any GUI toolkit available on the system.

License.
GNU GPL v2 or any later.

Attachments
sdcalendar_tahrpup605_32bit_ver-01.pet
(106.43 KiB) Downloaded 50 times
sdcalendar_fossapup95_64bit_ver-01.pet
(107.61 KiB) Downloaded 58 times
example themes with different locale
example themes with different locale
screenshot_sdcalendar01.jpg (51.22 KiB) Viewed 3010 times
User avatar
torm
Posts: 26
Joined: Thu Aug 06, 2020 3:02 pm
Been thanked: 5 times

Re: Different themes and widgets

Post by torm »

C-source for sdcalendar-01
;)

Attachments
C_source_sdcalendar-01.tar.gz
sdcalendar-01 source
(131.16 KiB) Downloaded 58 times
User avatar
torm
Posts: 26
Joined: Thu Aug 06, 2020 3:02 pm
Been thanked: 5 times

Re: Different themes and widgets

Post by torm »

Just the old pmonth_gtk2, with a facelift :)
Well, rewritten and renamed a bit.

ptxt, version 01

ptxt is a scriptable splash window. Undecorated, skips taskbar and pager.
Semitransparent areas should blend with the root window detail.
To toggle splash window on and off use ptxt_toggle script in /root/my-applications/bin
folder. ptxt_toggle script takes only one comment - appfolder name of the ptxt function.
AppRun script can display different text data and may use other media, depending
on the nature of the splash.

ptxt window size is determined from bg.png background picture in appfolder.
Window X and Y location, location of the text and the splash timeout
are configured in the AppRun script and then handed over to GTK2 program as arguments.

Splash window quits on any focus-out event, or when timeout-seconds
timer is reached. timeout value must be 1 second or more.

Build.
Open terminal in source folder and run regular:
make
make install
That should build and install ptxt and example data. ptxt is not expected to appear in
the menu, to give ptxt a testrun click on example appfolder in /root/.ptxt folder.
DroidSansMono.ttf font used in examples is included with the source.

Note.
Please see the README file and example AppRun scripts for more information.
For cal -v switch, shown on the screenshot, use the regular util-linux cal
from version 2.36 or later, here is a link below:
viewtopic.php?t=6860&start=10

License.
GNU GPLv2, or at your option, any later version of that license.

__________________________________________________

EDIT: updated to version 02

Small code cleanup, added click to close, etc.
"Hello" AppRun script extended with some appfolder menu and
locale support examples.

Attachments
screenshot
screenshot
ptxt-02_exaple.jpg (41.83 KiB) Viewed 2233 times
ptxt_tahrpup605_32bit-02.pet
pet package for tahrpup605
(140.81 KiB) Downloaded 32 times
ptxt_fossapup64_64bit-02.pet
pet package for fossapup64
(141.07 KiB) Downloaded 42 times
Last edited by torm on Fri Oct 28, 2022 5:11 am, edited 1 time in total.
User avatar
torm
Posts: 26
Joined: Thu Aug 06, 2020 3:02 pm
Been thanked: 5 times

Re: Different themes and widgets

Post by torm »

C-source for ptxt-02.

Attachments
ptxt_c-source-02.tar.gz
c source
(150.98 KiB) Downloaded 38 times
User avatar
torm
Posts: 26
Joined: Thu Aug 06, 2020 3:02 pm
Been thanked: 5 times

Re: Different themes and widgets

Post by torm »

cursors, a mouse cursor dialog,
version 02, standalone RoxApp.

Modified from: pupx, pcur and inputwizard.
Looks in the regular /usr/share/icons/ and also /root/.icons folder for
the mouse cursor themes, duplicates are ignored.
Actual size in preview, independent of the window resize, while multilayer
themes may show up with the largest possible item.
With more themes a horizontal scrollbar will appear below preview.
Current theme name is displayed on the window border, theme names are
in a tooltip and are sorted by aphabet.
Last preview element is reserved for system default cursor.
Selecting a theme will reload JWM.
There are buttons to revert to default cursor, open /usr/share/icons/ folder,
configure mouse properties with msetup and to quit the dialog.
Preview background is set in a custom gtkrc.
Use gtk20.mo to translate stock labels.

msetup manages mouse acceleration and auto-hide, points to flsynclient if
installed. msetup is under textdomain "puppy"

Notes.
In /usr/share/icons/ and /root/.icons folders, please do not name folders or
symlinks as "default" - those are deleted and replaced by the program,
if found on program start. Well, "default" is a folder name where
xcursor looks for the current theme. As a last resort you may have to clean it
up yourself first, if "default" is populated with links or random data.
On first run "clear" theme is selected, it will take notes from there on.
xcur2png converts preview to black color for some themes, can't do a lot about that :(

Install.
Portable, noarch.. extract someplace, click on appfolder icon to run.
Or just install as regular, to /usr/share/apps like most RoxApps, desktop file is
included for menuitem.

License.
GPL2

Happy New Year!

Attachments
cursors-02.pet
cursors-02 noarch dialog
(4.14 KiB) Downloaded 40 times
screenshot
screenshot
sshot_cusors02.jpg (40.25 KiB) Viewed 2071 times
Post Reply

Return to “Eye Candy”