- Panel: waybar
- All the menus (except notifications): rofi
- Notifications: swaync
- Terminal: alacritty
- Shell: zsh
- Font: Cascadia Code
- GTK theme: kripton
- Icon theme: Papirus
- fetch: mine :)
Big thanks to this collection of rofi themes
hypr # Hyprland configuration
├── configs
│ ├── animations.conf
│ ├── binds.conf
│ ├── environ.conf
│ ├── exec.conf <- Startup scripts
│ ├── rules.conf <- Window/layer rules
│ └── settings.conf <- Misc settings
├── hypridle.conf
├── hyprland.conf <- Monitor configuration is here
├── hyprlock.conf
└── scripts
├── resize_gaps
└── switch_layout
SUPER + ;-> Open terminalSUPER + n-> Open browserSUPER + m-> Open vscodiumSUPER + b-> Open thunar
SUPER + arrow keys-> move focus in directionSUPER + 1...6-> go to workspaceSUPER SHIFT + 1...6-> move to workspaceSUPER CTRL + 1...6-> move & go to workspaceSUPER + s-> toggle special workspaceSUPER SHIFT + s-> move to special workspace
SUPER + q-> close windowSUPER SHIFT + q-> kill windowSUPER + w-> center windowSUPER + f-> toggle floating windowSUPER SHIFT + f-> fullscreen window
SUPER + r-> Drun (app runner)SUPER + t-> Notification centerSUPER + v-> ClipboardSUPER + y-> WallpapersSUPER + ESCAPE-> LogoutSUPER + e-> FilebrowserSUPER SHIFT + v-> Glyphs selectorSUPER SHIFT + r-> Shell commands runnerSUPER SHIFT + e-> Bookmarks
For more detailed info see .config/hypr/configs/binds.conf
This installation assumes you have a minimal working system! Firstly install all the necessary packages acording to your distribution. On arch you can copy these:
Note
Installation script already installs papirus icon theme and Kripton GTK theme. But does not install the cascadia code font. You should install it manually in case if you are not on archlinux.
sudo pacman -S hyprland hyprlock hypridle waybar swaync alacritty cava rofi peaclock pavucontrol thunar zsh ttf-cascadia-code ttf-cascadia-code-nerd swww python-psutilFor spotify theme install spicetify, browser is zen by default, you can change it in .config/hypr/configs/binds.conf.
Now clone & run the installer:
Warning
My dotfiles are laptop specific. Despite trying to make a flexible installation script, some of the things might not work! You better install everything manually based on your needs, or use this repository as an inspiration.
git clone https://github.com/cebem1nt/dotfiles.git
cd dotfiles
./install # Dont run as super user!Just run restore script, it will restore all your previous config files stored at ~/.local/old.
./restoreFeel free to post an issue or contribute!





