Description: A minimal XFWM4 theme generator. It allows you to name your theme, pick an active and an inactive color, and pick a border width. The script is written in python, and will create the theme inside of the directory it's located in. Themes can be selected in window manager settings after moving them to ~/.themes
Hey thedreadeddandy, would you be so kind and help me get your script working. When I run it this is what I get...
(base) ➜ MinimalGen python -V
Python 3.7.1
(base) ➜ MinimalGen python gen.py
Please enter a name for the theme.
a
Please enter a pixel width the theme.
1
Please enter an active color for the theme (EX. #000000).
#ffffff
Please enter an inactive color for the theme (EX. #FFFFFF).
#000000
Theme exists! Overwriting!
Error: Failed to create themerc
[Errno 2] No such file or directory: '/a/xfwm4/themerc'
Error: Failed to write file title-1-active.xpm
...and so on for each file
Ratings & Comments
2 Comments
10 10 the best
Hey thedreadeddandy, would you be so kind and help me get your script working. When I run it this is what I get... (base) ➜ MinimalGen python -V Python 3.7.1 (base) ➜ MinimalGen python gen.py Please enter a name for the theme. a Please enter a pixel width the theme. 1 Please enter an active color for the theme (EX. #000000). #ffffff Please enter an inactive color for the theme (EX. #FFFFFF). #000000 Theme exists! Overwriting! Error: Failed to create themerc [Errno 2] No such file or directory: '/a/xfwm4/themerc' Error: Failed to write file title-1-active.xpm ...and so on for each file