From 3f41f3f08ab3558eecaaaf97694f5b7268440809 Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Fri, 31 Mar 2023 20:34:42 -0400 Subject: linux_desktop: remove MATE, add qogir theme --- roles/linux_desktop/README.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'roles/linux_desktop/README.md') diff --git a/roles/linux_desktop/README.md b/roles/linux_desktop/README.md index 338a885..21ab5e6 100644 --- a/roles/linux_desktop/README.md +++ b/roles/linux_desktop/README.md @@ -19,13 +19,18 @@ Variables This role **accepts** the following variables: -Variable | Default | Description --------------------------------------------|-----------------------------|------------ -`linux_desktop_access_group` | `role-linux-desktop-access` | FreeIPA group allowed to login to GDM (will be created) -`linux_desktop_flatpak_update_on_calendar` | `daily` | Systemd [calendar interval](https://www.freedesktop.org/software/systemd/man/systemd.time.html#Calendar%20Events) for updating Flatpak apps -`linux_desktop_enable_wayland` | yes | Enable Wayland compositor -`linux_desktop_thumbnail_cache_size` | 4096 | Size of thumbnail cache (MB) -`linux_desktop_enable_window_buttons` | yes | Enable minimize and maximize buttons +Variable | Default | Description +-------------------------------------------|-----------------------------------|------------ +`linux_desktop_access_group` | `role-linux-desktop-access` | FreeIPA group allowed to login to GDM (will be created) +`linux_desktop_flatpak_update_on_calendar` | `daily` | Systemd [calendar interval](https://www.freedesktop.org/software/systemd/man/systemd.time.html#Calendar%20Events) for updating Flatpak apps +`linux_desktop_enable_wayland` | yes | Enable Wayland compositor +`linux_desktop_thumbnail_cache_size` | 4096 | Size of thumbnail cache (MB) +`linux_desktop_display_manager` | `gdm` | Either `gdm` or `lightdm` +`linux_desktop_qogir_version` | see [defaults](defaults/main.yml) | [Qogir theme](https://github.com/vinceliuice/Qogir-theme) version +`linux_desktop_qogir_icon_version` | see [defaults](defaults/main.yml) | [Qogir icon theme](https://github.com/vinceliuice/Qogir-icon-theme) version +`linux_desktop_lightdm_gtk_theme` | `Qogir` | LightDM GTK theme name +`linux_desktop_lightdm_icon_theme` | `Qogir` | LightDM icon theme name +`linux_desktop_lightdm_cursor_theme` | `Qogir` | LightDM cursor theme name Usage ----- @@ -37,6 +42,4 @@ Example playbook: hosts: linux_desktops roles: - role: linux_desktop - vars: - linux_desktop_enable_window_buttons: yes ```` -- cgit