Skip to content

ronald0x00/dotfiles

Repository files navigation

~ My personal dotfiles with XFCE and Tokyo Night ~

       

Thanks for dropping by!

img

Welcome a my personal collection of configuration files.

If you are interested in my [XFCE] - Everything Tokyo Night, follow the setup below:


The setup section will guide you through the installation process.

Setup

This is step-by-step of this setup is divided into:


Dependencies

Arch Linux (and Arch-based distributions)

Assuming your AUR Helper is yay, and have group xfce4 installed

 $ yay -S xfce4-genmon-plugin xfce4-docklike-plugin xfce4-cpugraph-plugin \ 
 xfce4-clipman-plugin xfce4-pulseaudio-plugin \
 vim nvim nvim-packer-git kitty tmux zsh rofi spotify \ 
 picom-ibhagwan-git playerctl xclip btop stow \

Panel

Panel preferences match a 1920x1080 resolution monitor.

img

img

img

Separator
  • All separators have transparent style, where 3rd and 4th are expanded.
Generic Monitor
  • Generic Monitor matches Genmon, in this repository, they can be found here.
Panel Style

In this repository, they can be found here

Fonts

You will need to install the following fonts

After installing the fonts, run.

fc-cache -fv

Eww

The widgets shown here are for a monitor with a resolution of 1920x1080. If you have another type of resolution, you must change the values x and y.

cd target/release
chmod +x ./eww
mv eww $HOME/.local/bin/

Installation

The installation process will be divided into:

  • Clone this repository
git clone https://github.com/jrona1do/tokyofiles
  • Using stow for manager your dotfiles.
#Install ALL packages
cd tokyofiles
stow *

#Install a specific packages
cd tokyofiles
stow tmux

Acknowledgments