Skip to content

Commit

Permalink
chore(oomox_plugin): add new description and links for about section
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Sep 10, 2021
1 parent 1812384 commit 07de72b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion oomox_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,19 @@ def __init__(self, transient_for, colorscheme, theme_name, **kwargs):
class Plugin(OomoxThemePlugin):

name = 'oomox'
display_name = 'Oomox (Numix-Based)'
display_name = 'Oomox'
description = (
'GTK+2, GTK+3, Qt5ct, Qt6ct\n'
'Cinnamon, Metacity, Openbox, Unity, Xfwm'
)
about_text = 'The default theme, originally based on Numix GTK theme.'
about_links = [
{
'name': 'Homepage',
'url': 'https://github.com/themix-project/oomox-gtk-theme/',
},
]

export_dialog = OomoxThemeExportDialog
gtk_preview_dir = os.path.join(PLUGIN_DIR, "gtk_preview_css/")

Expand Down

0 comments on commit 07de72b

Please sign in to comment.