About • Features • Usage • Screenshots • Credits • License
After some time using Void Linux, I installed some custom themes config and user configs for some essential programs like Wireplumber and Chrony. And now I'm sharing it, feel free to write a issue if you find some problem.
Besides the default programs and configs on Void Linux XFCE4 image, my custom config includes:
- Themes:
- System Info:
- Programs
- Multimedia
- Date and Time
- Nerd Fonts
This guide will use Void's package manager commands but this packages should be present in almost all distros.
If you want to install only the themes:
sudo xbps-install git
If you want to install all my programs:
sudo xbps-install htop btop neofetch git vscode obs docker docker-compose xfce4-pulseaudio-plugin xfce4-screenshooter pipewire wireplumber chrony
And make sure your bashrc has:
###########################
# DEFINE CONFIG BASE PATH #
###########################
export XDG_CONFIG_HOME="$HOME/.config"
git clone https://github.com/EliverLara/Nordic ~/.themes/"Nordic Theme"
Now go to XFCE4 Appearence and the theme should be there.
git clone https://github.com/EliverLara/candy-icons ~/.icons/"Candy Icons"
Now go to XFCE4 Appearence and the icons should be there.
Clone the repository:
git clone https://github.com/dracula/xfce4-terminal.git
Now open the folder and put the file Dracula.theme
on:
~/.local/share/xfce4/terminal/colorschemes
Void Linux XFCE4 comes with pulseaudio, make sure you don't have it:
sudo xbps-remove pulseaudio
This command may result on error if you are using packages with pulseaudio dependency, so uninstall them too.
If you already installed pipewire and wireplumber you can paste this file on this path:
~/.config/pipewire/pipewire.conf
Now for pipewire to run on startup (if autostart folder does not exist, create one on ~/.config/autostart/
):
ln -s /usr/share/applications/pipewire.desktop ~/.config/autostart/pipewire.desktop
With Chrony already installed just run to enable Chrony service on runit:
sudo ln -s /etc/sv/chronyd /var/service
For render special emojis, glyphs and characters install the following:
sudo xbps-install noto-fonts-emoji nerd-fonts
This is a huge pack with lots of fonts, pick you most like on XFCE4 Appearence.
Besides the project links already listed on Features section, I would like to thanks:
MIT
Website · GitHub @cassiofb-dev · Twitter @cassiofb_dev