├── README.md ├── fastfetch ├── config.jsonc └── logo.png ├── hyprland ├── Envs.conf ├── defaultPrograms.conf ├── hyprland.conf ├── hyprlock │ └── hyprlock.conf ├── hyprpaper │ └── hyprpaper.conf ├── keyBinds.conf ├── scripts │ ├── hyprsunset.sh │ ├── lockscreen.sh │ ├── lofi.sh │ ├── scrcpy.sh │ ├── toggle_swapescape.sh │ ├── waybarCava.sh │ ├── waybarLumi.sh │ └── waybarRestart.sh ├── startUpApps.conf ├── windowRules.conf └── workspaceRules.conf ├── kitty └── kitty.conf ├── rofi ├── apps.rasi ├── config.rasi └── gruvbox-material.rasi ├── screenshots ├── 1.png ├── 2.png ├── 3.png └── 4.png ├── swaync ├── config.json └── style.css ├── wallpapers └── 1.png ├── waybar ├── config ├── lumi-config ├── modules └── style.css └── wlogout ├── layout └── style.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shub39/dotfiles/HEAD/README.md -------------------------------------------------------------------------------- /fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shub39/dotfiles/HEAD/fastfetch/config.jsonc -------------------------------------------------------------------------------- /fastfetch/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shub39/dotfiles/HEAD/fastfetch/logo.png -------------------------------------------------------------------------------- /hyprland/Envs.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shub39/dotfiles/HEAD/hyprland/Envs.conf -------------------------------------------------------------------------------- /hyprland/defaultPrograms.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shub39/dotfiles/HEAD/hyprland/defaultPrograms.conf -------------------------------------------------------------------------------- /hyprland/hyprland.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shub39/dotfiles/HEAD/hyprland/hyprland.conf -------------------------------------------------------------------------------- /hyprland/hyprlock/hyprlock.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shub39/dotfiles/HEAD/hyprland/hyprlock/hyprlock.conf -------------------------------------------------------------------------------- /hyprland/hyprpaper/hyprpaper.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shub39/dotfiles/HEAD/hyprland/hyprpaper/hyprpaper.conf -------------------------------------------------------------------------------- /hyprland/keyBinds.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shub39/dotfiles/HEAD/hyprland/keyBinds.conf -------------------------------------------------------------------------------- /hyprland/scripts/hyprsunset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shub39/dotfiles/HEAD/hyprland/scripts/hyprsunset.sh -------------------------------------------------------------------------------- /hyprland/scripts/lockscreen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shub39/dotfiles/HEAD/hyprland/scripts/lockscreen.sh -------------------------------------------------------------------------------- /hyprland/scripts/lofi.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shub39/dotfiles/HEAD/hyprland/scripts/lofi.sh -------------------------------------------------------------------------------- /hyprland/scripts/scrcpy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shub39/dotfiles/HEAD/hyprland/scripts/scrcpy.sh -------------------------------------------------------------------------------- /hyprland/scripts/toggle_swapescape.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shub39/dotfiles/HEAD/hyprland/scripts/toggle_swapescape.sh -------------------------------------------------------------------------------- /hyprland/scripts/waybarCava.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shub39/dotfiles/HEAD/hyprland/scripts/waybarCava.sh -------------------------------------------------------------------------------- /hyprland/scripts/waybarLumi.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shub39/dotfiles/HEAD/hyprland/scripts/waybarLumi.sh -------------------------------------------------------------------------------- /hyprland/scripts/waybarRestart.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shub39/dotfiles/HEAD/hyprland/scripts/waybarRestart.sh -------------------------------------------------------------------------------- /hyprland/startUpApps.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shub39/dotfiles/HEAD/hyprland/startUpApps.conf -------------------------------------------------------------------------------- /hyprland/windowRules.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shub39/dotfiles/HEAD/hyprland/windowRules.conf -------------------------------------------------------------------------------- /hyprland/workspaceRules.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shub39/dotfiles/HEAD/hyprland/workspaceRules.conf -------------------------------------------------------------------------------- /kitty/kitty.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shub39/dotfiles/HEAD/kitty/kitty.conf -------------------------------------------------------------------------------- /rofi/apps.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shub39/dotfiles/HEAD/rofi/apps.rasi -------------------------------------------------------------------------------- /rofi/config.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shub39/dotfiles/HEAD/rofi/config.rasi -------------------------------------------------------------------------------- /rofi/gruvbox-material.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shub39/dotfiles/HEAD/rofi/gruvbox-material.rasi -------------------------------------------------------------------------------- /screenshots/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shub39/dotfiles/HEAD/screenshots/1.png -------------------------------------------------------------------------------- /screenshots/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shub39/dotfiles/HEAD/screenshots/2.png -------------------------------------------------------------------------------- /screenshots/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shub39/dotfiles/HEAD/screenshots/3.png -------------------------------------------------------------------------------- /screenshots/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shub39/dotfiles/HEAD/screenshots/4.png -------------------------------------------------------------------------------- /swaync/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shub39/dotfiles/HEAD/swaync/config.json -------------------------------------------------------------------------------- /swaync/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shub39/dotfiles/HEAD/swaync/style.css -------------------------------------------------------------------------------- /wallpapers/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shub39/dotfiles/HEAD/wallpapers/1.png -------------------------------------------------------------------------------- /waybar/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shub39/dotfiles/HEAD/waybar/config -------------------------------------------------------------------------------- /waybar/lumi-config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shub39/dotfiles/HEAD/waybar/lumi-config -------------------------------------------------------------------------------- /waybar/modules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shub39/dotfiles/HEAD/waybar/modules -------------------------------------------------------------------------------- /waybar/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shub39/dotfiles/HEAD/waybar/style.css -------------------------------------------------------------------------------- /wlogout/layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shub39/dotfiles/HEAD/wlogout/layout -------------------------------------------------------------------------------- /wlogout/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shub39/dotfiles/HEAD/wlogout/style.css --------------------------------------------------------------------------------