├── README.md ├── alacritty ├── alacritty.toml ├── catppuccin-latte.toml ├── catppuccin-macchiato.toml └── catppuccin-mocha.toml ├── arch_wallpaper.jpg ├── bat ├── config └── themes │ ├── Catppuccin Latte.tmTheme │ ├── Catppuccin Macchiato.tmTheme │ ├── Catppuccin Mocha.tmTheme │ └── everforest │ ├── README.md │ └── everforest.tmTheme ├── feh └── buttons ├── fontconfig ├── 65-nonlatin.conf └── 66-noto-reject-nstaliq.conf ├── foot └── foot.ini ├── gammastep └── config.ini ├── ghostty └── config ├── hypr ├── hypridle.conf ├── hyprland.conf ├── hyprlock.conf ├── hyprpaper.conf ├── latte.conf ├── macchiato.conf └── mocha.conf ├── kitty ├── kitty.conf ├── macchiato.conf └── mocha.conf ├── nvim ├── init.lua └── lua │ ├── core │ ├── lazy.lua │ ├── mappings.lua │ ├── scripts.lua │ └── settings.lua │ └── plugins │ ├── configs.lua │ ├── configs │ ├── conform.lua │ ├── lsp.lua │ ├── mason.lua │ ├── nvim-cmp.lua │ ├── snacks.lua │ ├── treesitter.lua │ └── which-key.lua │ ├── plugins.lua │ └── setups.lua ├── preview_1.png ├── preview_2.png ├── preview_3.png ├── preview_4.png ├── starship └── starship.toml ├── sway └── config ├── tmux └── .tmux.conf ├── waybar ├── config.jsonc ├── macchiato.css ├── mocha.css └── style.css ├── wlogout ├── icons │ ├── hibernate-hover.png │ ├── hibernate.png │ ├── lock-hover.png │ ├── lock.png │ ├── logout-hover.png │ ├── logout.png │ ├── reboot-hover.png │ ├── reboot.png │ ├── shutdown-hover.png │ ├── shutdown.png │ ├── suspend-hover.png │ └── suspend.png ├── layout └── style.css ├── wofi ├── config └── style.css ├── yazi ├── flavors │ ├── catppuccin-macchiato.yazi │ │ ├── DO_NOT_MODIFY_ANYTHING_IN_THIS_DIRECTORY │ │ ├── LICENSE │ │ ├── LICENSE-tmtheme │ │ ├── README.md │ │ ├── flavor.toml │ │ ├── preview.png │ │ └── tmtheme.xml │ └── catppuccin-mocha.yazi │ │ ├── DO_NOT_MODIFY_ANYTHING_IN_THIS_DIRECTORY │ │ ├── LICENSE │ │ ├── LICENSE-tmtheme │ │ ├── README.md │ │ ├── flavor.toml │ │ ├── preview.png │ │ └── tmtheme.xml ├── init.lua ├── keymap.toml ├── package.toml ├── theme.toml └── yazi.toml └── zsh └── .zshrc /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/README.md -------------------------------------------------------------------------------- /alacritty/alacritty.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/alacritty/alacritty.toml -------------------------------------------------------------------------------- /alacritty/catppuccin-latte.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/alacritty/catppuccin-latte.toml -------------------------------------------------------------------------------- /alacritty/catppuccin-macchiato.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/alacritty/catppuccin-macchiato.toml -------------------------------------------------------------------------------- /alacritty/catppuccin-mocha.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/alacritty/catppuccin-mocha.toml -------------------------------------------------------------------------------- /arch_wallpaper.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/arch_wallpaper.jpg -------------------------------------------------------------------------------- /bat/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/bat/config -------------------------------------------------------------------------------- /bat/themes/Catppuccin Latte.tmTheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/bat/themes/Catppuccin Latte.tmTheme -------------------------------------------------------------------------------- /bat/themes/Catppuccin Macchiato.tmTheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/bat/themes/Catppuccin Macchiato.tmTheme -------------------------------------------------------------------------------- /bat/themes/Catppuccin Mocha.tmTheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/bat/themes/Catppuccin Mocha.tmTheme -------------------------------------------------------------------------------- /bat/themes/everforest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/bat/themes/everforest/README.md -------------------------------------------------------------------------------- /bat/themes/everforest/everforest.tmTheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/bat/themes/everforest/everforest.tmTheme -------------------------------------------------------------------------------- /feh/buttons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/feh/buttons -------------------------------------------------------------------------------- /fontconfig/65-nonlatin.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/fontconfig/65-nonlatin.conf -------------------------------------------------------------------------------- /fontconfig/66-noto-reject-nstaliq.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/fontconfig/66-noto-reject-nstaliq.conf -------------------------------------------------------------------------------- /foot/foot.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/foot/foot.ini -------------------------------------------------------------------------------- /gammastep/config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/gammastep/config.ini -------------------------------------------------------------------------------- /ghostty/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/ghostty/config -------------------------------------------------------------------------------- /hypr/hypridle.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/hypr/hypridle.conf -------------------------------------------------------------------------------- /hypr/hyprland.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/hypr/hyprland.conf -------------------------------------------------------------------------------- /hypr/hyprlock.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/hypr/hyprlock.conf -------------------------------------------------------------------------------- /hypr/hyprpaper.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/hypr/hyprpaper.conf -------------------------------------------------------------------------------- /hypr/latte.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/hypr/latte.conf -------------------------------------------------------------------------------- /hypr/macchiato.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/hypr/macchiato.conf -------------------------------------------------------------------------------- /hypr/mocha.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/hypr/mocha.conf -------------------------------------------------------------------------------- /kitty/kitty.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/kitty/kitty.conf -------------------------------------------------------------------------------- /kitty/macchiato.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/kitty/macchiato.conf -------------------------------------------------------------------------------- /kitty/mocha.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/kitty/mocha.conf -------------------------------------------------------------------------------- /nvim/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/nvim/init.lua -------------------------------------------------------------------------------- /nvim/lua/core/lazy.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/nvim/lua/core/lazy.lua -------------------------------------------------------------------------------- /nvim/lua/core/mappings.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/nvim/lua/core/mappings.lua -------------------------------------------------------------------------------- /nvim/lua/core/scripts.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/nvim/lua/core/scripts.lua -------------------------------------------------------------------------------- /nvim/lua/core/settings.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/nvim/lua/core/settings.lua -------------------------------------------------------------------------------- /nvim/lua/plugins/configs.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/nvim/lua/plugins/configs.lua -------------------------------------------------------------------------------- /nvim/lua/plugins/configs/conform.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/nvim/lua/plugins/configs/conform.lua -------------------------------------------------------------------------------- /nvim/lua/plugins/configs/lsp.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/nvim/lua/plugins/configs/lsp.lua -------------------------------------------------------------------------------- /nvim/lua/plugins/configs/mason.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/nvim/lua/plugins/configs/mason.lua -------------------------------------------------------------------------------- /nvim/lua/plugins/configs/nvim-cmp.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/nvim/lua/plugins/configs/nvim-cmp.lua -------------------------------------------------------------------------------- /nvim/lua/plugins/configs/snacks.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/nvim/lua/plugins/configs/snacks.lua -------------------------------------------------------------------------------- /nvim/lua/plugins/configs/treesitter.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/nvim/lua/plugins/configs/treesitter.lua -------------------------------------------------------------------------------- /nvim/lua/plugins/configs/which-key.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/nvim/lua/plugins/configs/which-key.lua -------------------------------------------------------------------------------- /nvim/lua/plugins/plugins.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/nvim/lua/plugins/plugins.lua -------------------------------------------------------------------------------- /nvim/lua/plugins/setups.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/nvim/lua/plugins/setups.lua -------------------------------------------------------------------------------- /preview_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/preview_1.png -------------------------------------------------------------------------------- /preview_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/preview_2.png -------------------------------------------------------------------------------- /preview_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/preview_3.png -------------------------------------------------------------------------------- /preview_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/preview_4.png -------------------------------------------------------------------------------- /starship/starship.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/starship/starship.toml -------------------------------------------------------------------------------- /sway/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/sway/config -------------------------------------------------------------------------------- /tmux/.tmux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/tmux/.tmux.conf -------------------------------------------------------------------------------- /waybar/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/waybar/config.jsonc -------------------------------------------------------------------------------- /waybar/macchiato.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/waybar/macchiato.css -------------------------------------------------------------------------------- /waybar/mocha.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/waybar/mocha.css -------------------------------------------------------------------------------- /waybar/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/waybar/style.css -------------------------------------------------------------------------------- /wlogout/icons/hibernate-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/wlogout/icons/hibernate-hover.png -------------------------------------------------------------------------------- /wlogout/icons/hibernate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/wlogout/icons/hibernate.png -------------------------------------------------------------------------------- /wlogout/icons/lock-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/wlogout/icons/lock-hover.png -------------------------------------------------------------------------------- /wlogout/icons/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/wlogout/icons/lock.png -------------------------------------------------------------------------------- /wlogout/icons/logout-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/wlogout/icons/logout-hover.png -------------------------------------------------------------------------------- /wlogout/icons/logout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/wlogout/icons/logout.png -------------------------------------------------------------------------------- /wlogout/icons/reboot-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/wlogout/icons/reboot-hover.png -------------------------------------------------------------------------------- /wlogout/icons/reboot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/wlogout/icons/reboot.png -------------------------------------------------------------------------------- /wlogout/icons/shutdown-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/wlogout/icons/shutdown-hover.png -------------------------------------------------------------------------------- /wlogout/icons/shutdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/wlogout/icons/shutdown.png -------------------------------------------------------------------------------- /wlogout/icons/suspend-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/wlogout/icons/suspend-hover.png -------------------------------------------------------------------------------- /wlogout/icons/suspend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/wlogout/icons/suspend.png -------------------------------------------------------------------------------- /wlogout/layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/wlogout/layout -------------------------------------------------------------------------------- /wlogout/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/wlogout/style.css -------------------------------------------------------------------------------- /wofi/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/wofi/config -------------------------------------------------------------------------------- /wofi/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/wofi/style.css -------------------------------------------------------------------------------- /yazi/flavors/catppuccin-macchiato.yazi/DO_NOT_MODIFY_ANYTHING_IN_THIS_DIRECTORY: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /yazi/flavors/catppuccin-macchiato.yazi/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/yazi/flavors/catppuccin-macchiato.yazi/LICENSE -------------------------------------------------------------------------------- /yazi/flavors/catppuccin-macchiato.yazi/LICENSE-tmtheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/yazi/flavors/catppuccin-macchiato.yazi/LICENSE-tmtheme -------------------------------------------------------------------------------- /yazi/flavors/catppuccin-macchiato.yazi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/yazi/flavors/catppuccin-macchiato.yazi/README.md -------------------------------------------------------------------------------- /yazi/flavors/catppuccin-macchiato.yazi/flavor.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/yazi/flavors/catppuccin-macchiato.yazi/flavor.toml -------------------------------------------------------------------------------- /yazi/flavors/catppuccin-macchiato.yazi/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/yazi/flavors/catppuccin-macchiato.yazi/preview.png -------------------------------------------------------------------------------- /yazi/flavors/catppuccin-macchiato.yazi/tmtheme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/yazi/flavors/catppuccin-macchiato.yazi/tmtheme.xml -------------------------------------------------------------------------------- /yazi/flavors/catppuccin-mocha.yazi/DO_NOT_MODIFY_ANYTHING_IN_THIS_DIRECTORY: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /yazi/flavors/catppuccin-mocha.yazi/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/yazi/flavors/catppuccin-mocha.yazi/LICENSE -------------------------------------------------------------------------------- /yazi/flavors/catppuccin-mocha.yazi/LICENSE-tmtheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/yazi/flavors/catppuccin-mocha.yazi/LICENSE-tmtheme -------------------------------------------------------------------------------- /yazi/flavors/catppuccin-mocha.yazi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/yazi/flavors/catppuccin-mocha.yazi/README.md -------------------------------------------------------------------------------- /yazi/flavors/catppuccin-mocha.yazi/flavor.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/yazi/flavors/catppuccin-mocha.yazi/flavor.toml -------------------------------------------------------------------------------- /yazi/flavors/catppuccin-mocha.yazi/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/yazi/flavors/catppuccin-mocha.yazi/preview.png -------------------------------------------------------------------------------- /yazi/flavors/catppuccin-mocha.yazi/tmtheme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/yazi/flavors/catppuccin-mocha.yazi/tmtheme.xml -------------------------------------------------------------------------------- /yazi/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/yazi/init.lua -------------------------------------------------------------------------------- /yazi/keymap.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/yazi/keymap.toml -------------------------------------------------------------------------------- /yazi/package.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/yazi/package.toml -------------------------------------------------------------------------------- /yazi/theme.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/yazi/theme.toml -------------------------------------------------------------------------------- /yazi/yazi.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/yazi/yazi.toml -------------------------------------------------------------------------------- /zsh/.zshrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3rfaan/dotfiles-hyprland/HEAD/zsh/.zshrc --------------------------------------------------------------------------------