Gradience/data/ui/shell_prefs_window.blp
2023-05-24 06:08:41 +03:00

17 lines
445 B
Text

using Gtk 4.0;
using Adw 1;
template GradienceShellPrefsWindow : Adw.PreferencesWindow {
title: _("Shell Engine Preferences");
search-enabled: false;
default-height: 620;
default-width: 500;
modal: true;
Adw.PreferencesPage {
Adw.PreferencesGroup custom-colors-group {
title: _("Custom Shell Colors");
description: _("This section allows you to customize colors that will be used in the Shell theme.");
}
}
}