Hyprland-dotfiles/README.md
Stephan Raabe 3052b7dad4 Updates
2023-04-11 10:27:01 +02:00

49 lines
1.2 KiB
Markdown

# dotfiles
This is the configuration of my Arch linux based installation.
Window Manager: qtile
Compositor: picom
Terminal: alacritty
Editor: nvim
Prompt: starship
Bar: polybar
Icons: Font Awesome
Menus: Rofi
Colorscheme: pywal (dynamic)
Browser: brave
Filemanager: ranger, Thunar
Screenshots: scrot
Cursor: Bibata Modern Classic
Icons: Tela Circle Orange Dark
Theme: Adapta-Nokto
Virtual Machine: qemu (Windows 11 with looking glass and xrdp)
Please also see the script folder how I setup my system.
Included is a pywal configuration that changes the color scheme based on a randomly selected wallpaper. Just type w in a terminal (or SuperKey + Shift + w). SuperKey + Ctrl + w opens rofi with a list of installed wallpapers for individual selection. See also the .bashrc for more alias definitions.
## Screenshot
![Screenshots](screenshots/screenshot_20230406_2.png "Screenshot")
You can find more screenshots in the screenshots folder.
## Getting started
To make it easy for you to get started with my dotfiles, here's a list of recommended next steps.
```
# Clone the repository
git clone https://gitlab.com/stephan-raabe/dotfiles.git
# Install all required packages
./1-install.sh
# Install qtile window manager
./2-qtile.sh
```