FFFF
Skip to content
< 10BC0 button data-component="Button" type="button" class="prc-Button-ButtonBase-9n-Xk" data-loading="false" data-no-visuals="true" data-size="medium" data-variant="default">Go to file

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arch XFCE Desktop

A clean and customizable Arch Linux + XFCE desktop configuration.
Personal dotfiles for my daily development environment.


Preview

Desktop

Screenshot_2026-07-23_08-48-37

Terminal

Screenshot_2026-07-23_08-48-28

Thunar

Screenshot_2026-07-23_19-52-36

Environment

Category Value
OS Arch Linux
Desktop Environment XFCE
Shell Bash
Terminal Kitty
Prompt Oh My Posh (onehalf.minimal)
Fetch Fastfetch
Font FiraCode Nerd Font
GTK Theme Sweet-Dark-v40
Icon Theme Magna-Dark-Icons (fallback:Kora)
Cursor Theme Vimix Cursor

Installation

Important

These dotfiles are intended for Arch Linux running XFCE. Compatibility with other distributions or desktop environments is not guaranteed.

Note

This Fastfetch configuration uses the Kitty graphics protocol for image rendering. Install Kitty before proceeding if you want image support.

sudo pacman -S kitty

1. Clone the repository

git clone https://github.com/eRv4n/arch-xfce-desktop.git
cd arch-xfce-desktop

2. Backup your current configuration (recommended)

mkdir -p ~/.config.backup
cp -r ~/.config/* ~/.config.backup/

3. Copy the configuration

cp -r .config/* ~/.config/

4. Install required packages

Install the applications listed in the Environment section (e.g. Fastfetch, Oh My Posh, fonts, GTK theme, icon theme, cursor theme).

Fastfetch

sudo pacman -S fastfetch

Oh My Posh

yay -S oh-my-posh

Fonts

sudo pacman -S ttf-firacode-nerd

GTK Theme

Sweet Dark v40: https://www.xfce-look.org/p/1253385

Icon Themes

Note

This configuration uses Magna as the primary icon theme with Kora as the fallback theme. Icons unavailable in Magna are inherited from Kora.

Magna: https://www.xfce-look.org/p/2102240
Kora: https://www.xfce-look.org/p/1256209

Cursor Theme

Vimix Cursor: https://www.xfce-look.org/p/1358330

Credits

This repository includes or is derived from the following open-source projects:

Releases

Packages

Contributors

0