From 634e45b8177865b937cd29ce9e692cd242b1aa74 Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Thu, 27 Apr 2023 19:50:58 -0400 Subject: linux_desktop: update docs --- roles/linux_desktop/README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'roles/linux_desktop') diff --git a/roles/linux_desktop/README.md b/roles/linux_desktop/README.md index 0660a1c..bca2533 100644 --- a/roles/linux_desktop/README.md +++ b/roles/linux_desktop/README.md @@ -7,7 +7,7 @@ Description The `linux_desktop` role performs various setup tasks for Linux workstations, including: - - install and configure XFCE desktop environment + - install and configure KDE desktop environment - set the default systemd target to `graphical` - configure Flatpak repository and install apps @@ -23,13 +23,6 @@ Variable | Default | -------------------------------------------|-----------------------------------|------------ `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_thumbnail_cache_size` | 4096 | Size of thumbnail cache (MB) -`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 -`linux_desktop_lightdm_font_name` | `Liberation Sans 9` | LightDM font name Usage ----- -- cgit