You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ChicagoPlus - convert Windows 95 theme to Xfce theme
3
+
SYNOPSIS
4
+
ChicagoPlus [options] _filename_
5
+
OPTIONS
6
+
<filename> Theme file to convert
7
+
-h, --help show help message and exit
8
+
-d, --debug Print lots of debugging statements (default: 30)
9
+
-v, --verbose Be verbose (default: None)
10
+
--noinstall Do not place folders nor change theme (default: False)
11
+
--info Prints the json conversion of the theme file (default: False)
12
+
13
+
-c COLORS, --colors COLORS How many colors before skipping Inkscape fix/merge for SVGs. Set to 1 to speed up conversion. WARNING: This may result in transparent icons! (default: 32)
--cursorfolder CURSORFOLDER Chicago95 cursor folder to convert to new theme (default: ~/.icons/Chicago95_Cursor_Black)
20
+
21
+
--themefolder THEMEFOLDER Chicago95 theme folder to convert to new theme (default: ~/.themes/Chicago95)
22
+
23
+
--iconsfolder ICONSFOLDER Chicago95 icons folder to convert to new theme (default: ~/.icons/Chicago95)
24
+
25
+
--installdir INSTALLDIR Folder to create new theme in, default is current working directory (default: . )
26
+
27
+
--logfile LOGFILE Filename for debug logging (default: chicago95_plus.log)
28
+
29
+
SPECIFIC INSTALLS
30
+
--nocursors Do not generate/install/enable the cursors (default: True)
31
+
--noicons Do not generate/install/enable the icons (default: True)
32
+
--nowallpaper Do not generate/install/enable the wallpaper (default: True)
33
+
--nosounds Do not generate/install/enable the sounds (default: True)
34
+
--nocolors Do not generate/install/enable the colors (default: True)
35
+
--nofonts Do not generate/install/enable the fonts (default: True)
36
+
--noscreensaver Do not generate/install the screensaver (default: True)
37
+
DESCRIPTION
38
+
Chicago95 Plus! is a python script that can parse Windows 95/98/ME/XP theme files and create new Chicago95 themes.
39
+
Chicago95 Plus! supports Icons, Cursors, Fonts, Wallpapers, Sounds and Theme colors! Use this against themes you can find on ThemeWorld or any site that have Microsoft Plus! Themes! This script can be called from any folder, execute it and provide it the path to a theme file (e.g. ChicagoPlus /home/bgates/Wicked/Wicked.theme) and your new theme will be created!
PlusGUI - gtk frontend for converting Windows 95 theme to Xfce theme
3
+
SYNOPSIS
4
+
PlusGUI [options] _filename_
5
+
OPTIONS
6
+
<filename> Theme file to convert
7
+
-h, --help show help message and exit
8
+
-d, --debug Print lots of debugging statements (default: 30)
9
+
-v, --verbose Be verbose (default: None)
10
+
11
+
-c COLORS, --colors COLORS How many colors before skipping Inkscape fix/merge for SVGs. Set to 1 to speed up conversion. WARNING: This may result in transparent icons! (default: 32)
0 commit comments