# hyprdots **Repository Path**: erodeesfleurs/hyprdots ## Basic Information - **Project Name**: hyprdots - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-30 - **Last Updated**: 2024-06-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ###### *
// design by t2
*
Dynamic JSON Badge
![hyde_banner](https://raw.githubusercontent.com/prasanthrangan/hyprdots/main/Source/assets/hyde_banner.png)

 Installation 
  
 Themes 
  
 Styles 
  
 Keybindings 
  
 Youtube 
  
 Wiki 
  
 Discord 


https://github.com/prasanthrangan/hyprdots/assets/106020512/7f8fadc8-e293-4482-a851-e9c6464f5265

## Installation The installation script is designed for a minimal [Arch Linux](https://wiki.archlinux.org/title/Arch_Linux) install, but **may** work on some [Arch-based distros](https://wiki.archlinux.org/title/Arch-based_distributions). While installing HyDE alongside another [DE](https://wiki.archlinux.org/title/Desktop_environment)/[WM](https://wiki.archlinux.org/title/Window_manager) should work, due to it being a heavily customized setup, it **will** conflict with your [GTK](https://wiki.archlinux.org/title/GTK)/[Qt](https://wiki.archlinux.org/title/Qt) theming, [Shell](https://wiki.archlinux.org/title/Command-line_shell), [SDDM](https://wiki.archlinux.org/title/SDDM), [GRUB](https://wiki.archlinux.org/title/GRUB), etc. and is at your own risk. > [!IMPORTANT] > The install script will auto-detect an NVIDIA card and install nvidia-dkms drivers for your kernel. > Please ensure that your NVIDIA card supports dkms drivers in the list provided [here](https://wiki.archlinux.org/title/NVIDIA). > [!CAUTION] > The script modifies your `grub` or `systemd-boot` config to enable NVIDIA DRM. To install, execute the following commands: ```shell pacman -Sy git git clone --depth 1 https://github.com/prasanthrangan/hyprdots ~/HyDE cd ~/HyDE/Scripts ./install.sh ``` > [!TIP] > You can also add any other apps you wish to install alongside HyDE to `Scripts/custom_apps.lst` and pass the file as a parameter to install it like so: > > ```shell > ./install.sh custom_apps.lst > ``` As a second install option, you can also use `Hyde-install`, which might be easier for some. View installation instructions for HyDE in [Hyde-cli - Usage](https://github.com/kRHYME7/Hyde-cli?tab=readme-ov-file#usage). Please reboot after the install script completes and takes you to the SDDM login screen (or black screen) for the first time. For more details, please refer to the [installation wiki](https://github.com/prasanthrangan/hyprdots/wiki/Installation). ### Updating To update HyDE, you will need to pull the latest changes from GitHub and restore the configs by running the following commands: ```shell cd ~/HyDE/Scripts git pull ./install.sh -r ``` > [!IMPORTANT] > Please note that any configurations you made will be overwritten if listed to be done so as listed by `Scripts/restore_cfg.lst`. > However, all replaced configs are backed up and may be recovered from in `~/.config/cfg_backups`. As a second update option, you can use `Hyde restore ...`, which does have a better way of managing restore and backup options. For more details, you can refer to [Hyde-cli - dots management wiki](https://github.com/kRHYME7/Hyde-cli/wiki/Dots-Management).


 🡅 
## Themes All our official themes are stored in a separate repository, allowing users to install them using themepatcher. For more information, visit [prasanthrangan/hyde-themes](https://github.com/prasanthrangan/hyde-themes).
[![Catppuccin-Latte](https://placehold.co/130x30/dd7878/eff1f5?text=Catppuccin-Latte&font=Oswald)](https://github.com/prasanthrangan/hyde-themes/tree/Catppuccin-Latte) [![Catppuccin-Mocha](https://placehold.co/130x30/b4befe/11111b?text=Catppuccin-Mocha&font=Oswald)](https://github.com/prasanthrangan/hyde-themes/tree/Catppuccin-Mocha) [![Decay-Green](https://placehold.co/130x30/90ceaa/151720?text=Decay-Green&font=Oswald)](https://github.com/prasanthrangan/hyde-themes/tree/Decay-Green) [![Edge-Runner](https://placehold.co/130x30/fada16/000000?text=Edge-Runner&font=Oswald)](https://github.com/prasanthrangan/hyde-themes/tree/Edge-Runner) [![Frosted-Glass](https://placehold.co/130x30/7ed6ff/1e4c84?text=Frosted-Glass&font=Oswald)](https://github.com/prasanthrangan/hyde-themes/tree/Frosted-Glass) [![Graphite-Mono](https://placehold.co/130x30/a6a6a6/262626?text=Graphite-Mono&font=Oswald)](https://github.com/prasanthrangan/hyde-themes/tree/Graphite-Mono) [![Gruvbox-Retro](https://placehold.co/130x30/475437/B5CC97?text=Gruvbox-Retro&font=Oswald)](https://github.com/prasanthrangan/hyde-themes/tree/Gruvbox-Retro) [![Material-Sakura](https://placehold.co/130x30/f2e9e1/b4637a?text=Material-Sakura&font=Oswald)](https://github.com/prasanthrangan/hyde-themes/tree/Material-Sakura) [![Nordic-Blue](https://placehold.co/130x30/D9D9D9/476A84?text=Nordic-Blue&font=Oswald)](https://github.com/prasanthrangan/hyde-themes/tree/Nordic-Blue) [![Rosé-Pine](https://placehold.co/130x30/c4a7e7/191724?text=Rosé-Pine&font=Oswald)](https://github.com/prasanthrangan/hyde-themes/tree/Rose-Pine) [![Synth-Wave](https://placehold.co/130x30/495495/ff7edb?text=Synth-Wave&font=Oswald)](https://github.com/prasanthrangan/hyde-themes/tree/Synth-Wave) [![Tokyo-Night](https://placehold.co/130x30/7aa2f7/24283b?text=Tokyo-Night&font=Oswald)](https://github.com/prasanthrangan/hyde-themes/tree/Tokyo-Night)
> [!TIP] > Everyone, including you can create, maintain, and share additional themes, all of which can be installed using themepatcher! > To create your own custom theme, please refer to the [theming wiki](https://github.com/prasanthrangan/hyprdots/wiki/Theming). > If you wish to have your hyde theme showcased, or you want to find some non-official themes, visit [kRHYME7/hyde-gallery](https://github.com/kRHYME7/hyde-gallery)!


 🡅 
## Styles
Theme Select
Wallpaper SelectLauncher Select
Wallbash ModesNotification Action
Rofi Launcher
Wlogout Menu
Game Launcher


 🡅 
## Keybindings
| Keys | Action | | :--- | :--- | | Super + Q
Alt + F4 | Close focused window| | Super + Del | Kill Hyprland session | | Super + W | Toggle the window between focus and float | | Super + G | Toggle the window between focus and group | | Alt + Enter | Toggle the window between focus and fullscreen | | Super + L | Launch lock screen | | Super + Shift + F | Toggle pin on focused window | | Super + Backspace | Launch logout menu | | Ctrl + Esc | Toggle waybar | | Super + T | Launch terminal emulator (kitty) | | Super + E | Launch file manager (dolphin) | | Super + C | Launch text editor (vscode) | | Super + F | Launch web browser (firefox) | | Ctrl + Shift + Esc | Launch system monitor (htop/btop or fallback to top) | | Super + A | Launch application launcher (rofi) | | Super + Tab | Launch window switcher (rofi) | | Super + Shift + E | Launch file explorer (rofi) | | F10 | Toggle audio mute | | F11 | Decrease volume | | F12 | Increase volume | | Super + P | Partial screenshot capture | | Super + Ctrl + P | Partial screenshot capture (frozen screen) | | Super + Alt + P | Monitor screenshot capture | | PrtScn | All monitors screenshot capture | | Super + Alt + G | Disable hypr effects for gamemode | | Super + Alt + | Cycle wallpaper | | Super + Alt + | Cycle waybar mode | | Super + Shift + R | Launch wallbash mode select menu (rofi) | | Super + Shift + T | Launch theme select menu (rofi) | | Super + Shift + A | Launch style select menu (rofi) | | Super + Shift + W | Launch wallpaper select menu (rofi) | | Super + V | Launch clipboard (rofi) | | Super + K | Switch keyboard layout | | Super + | Move window focus | | Alt + Tab | Change window focus | | Super + [0-9] | Switch workspaces | | Super + Ctrl + | Switch workspaces to a relative workspace | | Super + Ctrl + | Move to the first empty workspace | | Super + Shift + | Resize windows | | Super + Shift + [0-9] | Move focused window to a relative workspace | | Super + Shift + Ctrl + | Move focused window around the current workspace | | Super + MouseScroll | Scroll through existing workspaces | | Super + LeftClick
Super + Z | Move focused window | | Super + RightClick
Super + X | Resize focused window | | Super + Alt + S | Move/Switch to special workspace (scratchpad) | | Super + S | Toggle to special workspace | | Super + J | Toggle focused window split | | Super + Alt + [0-9] | Move focused window to a workspace silently | | Super + Ctrl + H | Move between grouped windows backward | | Super + Ctrl + L | Move between grouped windows forward |


 🡅