Skip to content

murayr/My_Simple_XFCE_Setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

My Simple XFCE Setup

Oh, you didn't hear? I made my first linux rice, and it's kinda basic, but I love the opportunity this gives me to learn more about the most amazing thing about the Linux kernel, customizability!

Preview

myende

Theme

I mainly use Nordic because it kinda gives me the goth vibes that I love, you can find it here https://github.com/EliverLara/Nordic

The installation process is pretty simple, you just have to drop the contents in the .themes directory in your home dir ( ~ )

Nordic

After that, you can find it in your "Window Manager" Settings

Window_Manager

Terminal

I use xfce-terminal, but I highly recommend to use alacritty, it just feels comfortable and its configuring stage is not that complex

terminals

VIM Theme

I use atom_dark_256 and have an alias to launch with it automatically.

vim_terminal

To install it just clone this repo to ur .vim/colors folder in ur home directory ( https://github.com/gosukiwi/vim-atom-dark/tree/master/colors )

add this to your .bahsrc ( if u use one of course )

[ alias nvim='vim -c "colorscheme atom-dark-256"' ]

you can change nvim to whatever you want, it's an alias and won't change a thing.

Neofetch

I also made an alias for an easy brag, this requiress the jp2a package to display the image properly.

Neofetch

[ alias neo='neofetch --backend jp2a --source /home/lilsan/Downloads/a0261b885cfba5a65c675c33327acf5a.png --disable Resolution GPU model' ]

Conclusion

Linux is effing awesome! BTW I should be doing a lot more of these soon, and i'm thinking of using i3wm or sway next time :)

Releases

No releases published

Packages

No packages published