{Guide} Remove Artix Theming from the GUI ISO Installations (Improved) 15 November 2023, 20:40:21 Instructions:Edit /etc/default/grub and comment or change the "GRUB_THEME=" line:Code: [Select]#GRUB_THEME="/usr/share/grub/themes/Artix"Update the grub.cfg:Code: [Select]sudo grub-mkconfig -o /boot/grub/grub.cfgFind Artix theme packages (Be careful that you only remove theming related packages, see package summary below):Code: [Select]pacman -Qsq artixUninstall Artix theme packages (Example for current Plasma ISO (artix-plasma-openrc-20230814-x86_64.iso)):Code: [Select]sudo pacman -Rns artix-branding-base artix-grub-theme artix-gtk-presets artix-qt-presets sddm-theme-artixClear misconfigured /etc/environment:Code: [Select]sudo rm /etc/environment && > /etc/environment.txtClose all applications except a terminal or file explorerRename "~/.config" to "./config-backup":Code: (Move command) [Select]mv ~/{.config,.config-backup}Log out then log back in (This will generate new configs for your DE)Open only a file explorer(Anything you open has a chance of generating new configs in "/.config")Move or copy any or all configs back from "./config-backup" to "/.config", always write into but never overwrite (Very hard to do in a terminal)Unless you think you need the remaining files in "/.config-backup", there is no harm in deleting it:Code: [Select]rm -rf ~/.config-backupLog out and profitPackage List and Summary:Probably Annoyingartix-branding-base - Base Artix branding and shell themingartix-cinnamon-presets - Cinnamon theme presetsartix-community-presets - Community ISO application appearance presetsartix-desktop-presets - Common desktop appearance presetsartix-gtk-presets - GTK theme presetsartix-i3-presets - i3 theme presetsartix-qt-presets - Qt theme presetssddm-theme-artix - Theme for SDDMProbably Fine:artix-backgrounds - Background wallpapersartix-backgrounds-extra - Extra background wallpapersartix-dark-theme - Plasma themeartix-grub-theme - GRUB themeartix-icons - Theme icons Quote Selected Last Edit: 01 October 2024, 02:16:41 by Fox
Re: {Guide} Remove Artix Theming from the GUI ISO Installations (Improved) Reply #1 – 08 July 2025, 21:45:38 Bump Quote Selected
Re: {Guide} Remove Artix Theming from the GUI ISO Installations (Improved) Reply #2 – 08 July 2025, 23:19:37 Have you been in stasis ?Code: [Select]sudo rm /etc/environment && > /etc/environment.txt That is not sane. Quote Selected Last Edit: 08 July 2025, 23:43:46 by gripped 1 Likes
Re: {Guide} Remove Artix Theming from the GUI ISO Installations (Improved) Reply #3 – 09 July 2025, 11:37:29 Don't (necro)bump your own threads, better start another one. Also, instead of blindingly removing files and packages better read https://wiki.artixlinux.org/Main/Troubleshooting#When_I_switch_theme_in_Plasma.2FMATE.2FXFCE.2FAnyDEorWM_the_colours_are_broken.21 for a more scientific approach. Quote Selected