├── .config ├── Kvantum │ ├── Catppuccin-Mocha-Red │ │ ├── Catppuccin-Mocha-Red.kvconfig │ │ └── Catppuccin-Mocha-Red.svg │ ├── kvantum.kvconfig │ └── wallbash │ │ ├── wallbash.kvconfig │ │ └── wallbash.svg ├── btop │ ├── btop.conf │ ├── btop.log │ └── themes │ │ ├── catppuccin_frappe.theme │ │ ├── catppuccin_latte.theme │ │ ├── catppuccin_macchiato.theme │ │ ├── catppuccin_mocha.theme │ │ └── rose-pine.theme ├── cava │ ├── Wall-Dcol │ ├── config │ └── shaders │ │ ├── bar_spectrum.frag │ │ ├── normalized_bars.frag │ │ ├── northern_lights.frag │ │ └── pass_through.vert ├── gtk-2.0 │ └── gtkfilechooser.ini ├── gtk-3.0 │ ├── bookmarks │ ├── colors.css │ ├── gtk.css │ ├── gtk.css.bak │ └── settings.ini ├── gtk-4.0 │ ├── colors.css │ └── settings.ini ├── hypr │ ├── UserScripts │ │ ├── GPUTemperature.sh │ │ └── Weather.sh │ ├── animations.conf │ ├── animations │ │ ├── animations-classic.conf │ │ ├── animations-default.conf │ │ ├── animations-diablo-1.conf │ │ ├── animations-diablo-2.conf │ │ ├── animations-disabled.conf │ │ ├── animations-dynamic.conf │ │ ├── animations-end4.conf │ │ ├── animations-fast.conf │ │ ├── animations-high.conf │ │ ├── animations-ja.conf │ │ ├── animations-me-1.conf │ │ ├── animations-me-2.conf │ │ ├── animations-minimal-1.conf │ │ ├── animations-minimal-2.conf │ │ ├── animations-moving.conf │ │ ├── animations-optimized.conf │ │ ├── animations-standard.conf │ │ └── animations-vertical.conf │ ├── hypridle.conf │ ├── hypridle.conf.bak │ ├── hyprland.conf │ ├── hyprland.conf-bak │ ├── hyprlock.conf │ ├── hyprpaper.conf │ ├── mocha.conf │ ├── monitors.conf │ ├── rose-pine.conf │ ├── scripts │ │ ├── Refresh.sh │ │ ├── Sounds.sh │ │ ├── Volume.sh │ │ ├── WaybarCava.sh │ │ ├── autolock │ │ ├── autostart │ │ ├── lock │ │ ├── random-wallpaper │ │ └── xdph.sh │ ├── themes │ │ ├── colors.conf │ │ ├── common.conf │ │ └── theme.conf │ ├── userprefs.conf │ └── windowrules.conf ├── hyprpanel │ └── config.json ├── kitty │ ├── current-theme.conf │ ├── kitty-mono.conf │ ├── kitty-summer.conf │ ├── kitty.conf │ ├── kitty.conf.bak │ ├── kitty.confori │ ├── light-theme.auto.conf │ ├── rose-pine.conf │ └── userprefs.conf ├── nemo │ └── bookmark-metadata ├── nvim │ ├── .stylua.toml │ ├── LICENSE │ ├── LICENSE.md │ ├── README.md │ ├── doc │ │ ├── kickstart.txt │ │ └── tags │ ├── init.lua │ ├── lazy-lock.json │ └── lua │ │ ├── chadrc.lua │ │ ├── configs │ │ ├── conform.lua │ │ ├── lazy.lua │ │ ├── lint.lua │ │ ├── lspconfig.lua │ │ ├── runner.lua │ │ └── treesitter.lua │ │ ├── custom │ │ └── plugins │ │ │ ├── init.lua │ │ │ └── rose-pine.lua │ │ ├── kickstart │ │ ├── health.lua │ │ └── plugins │ │ │ ├── autopairs.lua │ │ │ ├── lint.lua │ │ │ └── neo-tree.lua │ │ ├── mappings.lua │ │ ├── options.lua │ │ └── plugins │ │ └── init.lua ├── nwg-look │ └── config ├── qt5ct │ ├── colors │ │ └── catppuccin-mocha.conf │ └── qt5ct.conf ├── qt6ct │ └── qt6ct.conf ├── rofi │ ├── README.md │ ├── bin │ │ ├── accent.sh │ │ ├── launcher │ │ ├── power.sh │ │ ├── powermenu │ │ ├── runner │ │ └── screenshot │ ├── colors │ │ └── gruvbox.rasi │ ├── config.rasi │ ├── config │ │ ├── askpass.rasi │ │ ├── bitwarden.rasi │ │ ├── bluetooth.rasi │ │ ├── calc.rasi │ │ ├── clipboard.rasi │ │ ├── colors.rasi │ │ ├── colors_ctp.rasi │ │ ├── confirm.rasi │ │ ├── emoji.rasi │ │ ├── font.rasi │ │ ├── launcher.rasi │ │ ├── mocha.rasi │ │ ├── mpd.rasi │ │ ├── network.rasi │ │ ├── networkmenu.rasi │ │ ├── power.rasi │ │ ├── powermenu.rasi │ │ ├── runner.rasi │ │ ├── screenshot.rasi │ │ └── todo.rasi │ ├── launcher.sh │ ├── launchers │ │ └── type-2 │ │ │ ├── launcher.sh │ │ │ ├── shared │ │ │ ├── colors.rasi │ │ │ └── fonts.rasi │ │ │ ├── style-1.rasi │ │ │ ├── style-10.rasi │ │ │ ├── style-11.rasi │ │ │ ├── style-12.rasi │ │ │ ├── style-13.rasi │ │ │ ├── style-14.rasi │ │ │ ├── style-15.rasi │ │ │ ├── style-2.rasi │ │ │ ├── style-3.rasi │ │ │ ├── style-4.rasi │ │ │ ├── style-5.rasi │ │ │ ├── style-6.rasi │ │ │ ├── style-7.rasi │ │ │ ├── style-8.rasi │ │ │ └── style-9.rasi │ ├── powermenu.sh │ └── powermenu │ │ ├── powermenu.sh │ │ └── type-2 │ │ ├── powermenu.sh │ │ ├── shared │ │ ├── colors.rasi │ │ └── fonts.rasi │ │ ├── style-1.rasi │ │ ├── style-10.rasi │ │ ├── style-2.rasi │ │ ├── style-3.rasi │ │ ├── style-4.rasi │ │ ├── style-5.rasi │ │ ├── style-6.rasi │ │ ├── style-7.rasi │ │ ├── style-8.rasi │ │ └── style-9.rasi └── starship.toml ├── Assets ├── Screenshot-2025-03-12_19:14:27.png ├── Screenshot-2025-03-12_19:14:39.png ├── Screenshot-2025-03-12_19:19:38.png ├── Screenshot-2025-03-12_19:19:55.png ├── Screenshot-2025-03-12_19:21:01.png └── Screenshot-2025-03-12_19:21:29.png ├── README.md └── Wallpaper └── Wallpaper_woods_upscayl_4x_RealESRGAN_General_x4_v3.png /.config/Kvantum/Catppuccin-Mocha-Red/Catppuccin-Mocha-Red.kvconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/Kvantum/Catppuccin-Mocha-Red/Catppuccin-Mocha-Red.kvconfig -------------------------------------------------------------------------------- /.config/Kvantum/Catppuccin-Mocha-Red/Catppuccin-Mocha-Red.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/Kvantum/Catppuccin-Mocha-Red/Catppuccin-Mocha-Red.svg -------------------------------------------------------------------------------- /.config/Kvantum/kvantum.kvconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/Kvantum/kvantum.kvconfig -------------------------------------------------------------------------------- /.config/Kvantum/wallbash/wallbash.kvconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/Kvantum/wallbash/wallbash.kvconfig -------------------------------------------------------------------------------- /.config/Kvantum/wallbash/wallbash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/Kvantum/wallbash/wallbash.svg -------------------------------------------------------------------------------- /.config/btop/btop.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/btop/btop.conf -------------------------------------------------------------------------------- /.config/btop/btop.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/btop/btop.log -------------------------------------------------------------------------------- /.config/btop/themes/catppuccin_frappe.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/btop/themes/catppuccin_frappe.theme -------------------------------------------------------------------------------- /.config/btop/themes/catppuccin_latte.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/btop/themes/catppuccin_latte.theme -------------------------------------------------------------------------------- /.config/btop/themes/catppuccin_macchiato.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/btop/themes/catppuccin_macchiato.theme -------------------------------------------------------------------------------- /.config/btop/themes/catppuccin_mocha.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/btop/themes/catppuccin_mocha.theme -------------------------------------------------------------------------------- /.config/btop/themes/rose-pine.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/btop/themes/rose-pine.theme -------------------------------------------------------------------------------- /.config/cava/Wall-Dcol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/cava/Wall-Dcol -------------------------------------------------------------------------------- /.config/cava/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/cava/config -------------------------------------------------------------------------------- /.config/cava/shaders/bar_spectrum.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/cava/shaders/bar_spectrum.frag -------------------------------------------------------------------------------- /.config/cava/shaders/normalized_bars.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/cava/shaders/normalized_bars.frag -------------------------------------------------------------------------------- /.config/cava/shaders/northern_lights.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/cava/shaders/northern_lights.frag -------------------------------------------------------------------------------- /.config/cava/shaders/pass_through.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/cava/shaders/pass_through.vert -------------------------------------------------------------------------------- /.config/gtk-2.0/gtkfilechooser.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/gtk-2.0/gtkfilechooser.ini -------------------------------------------------------------------------------- /.config/gtk-3.0/bookmarks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/gtk-3.0/bookmarks -------------------------------------------------------------------------------- /.config/gtk-3.0/colors.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/gtk-3.0/colors.css -------------------------------------------------------------------------------- /.config/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/gtk-3.0/gtk.css -------------------------------------------------------------------------------- /.config/gtk-3.0/gtk.css.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/gtk-3.0/gtk.css.bak -------------------------------------------------------------------------------- /.config/gtk-3.0/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/gtk-3.0/settings.ini -------------------------------------------------------------------------------- /.config/gtk-4.0/colors.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/gtk-4.0/colors.css -------------------------------------------------------------------------------- /.config/gtk-4.0/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/gtk-4.0/settings.ini -------------------------------------------------------------------------------- /.config/hypr/UserScripts/GPUTemperature.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/UserScripts/GPUTemperature.sh -------------------------------------------------------------------------------- /.config/hypr/UserScripts/Weather.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/UserScripts/Weather.sh -------------------------------------------------------------------------------- /.config/hypr/animations.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/animations.conf -------------------------------------------------------------------------------- /.config/hypr/animations/animations-classic.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/animations/animations-classic.conf -------------------------------------------------------------------------------- /.config/hypr/animations/animations-default.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/animations/animations-default.conf -------------------------------------------------------------------------------- /.config/hypr/animations/animations-diablo-1.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/animations/animations-diablo-1.conf -------------------------------------------------------------------------------- /.config/hypr/animations/animations-diablo-2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/animations/animations-diablo-2.conf -------------------------------------------------------------------------------- /.config/hypr/animations/animations-disabled.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/animations/animations-disabled.conf -------------------------------------------------------------------------------- /.config/hypr/animations/animations-dynamic.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/animations/animations-dynamic.conf -------------------------------------------------------------------------------- /.config/hypr/animations/animations-end4.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/animations/animations-end4.conf -------------------------------------------------------------------------------- /.config/hypr/animations/animations-fast.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/animations/animations-fast.conf -------------------------------------------------------------------------------- /.config/hypr/animations/animations-high.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/animations/animations-high.conf -------------------------------------------------------------------------------- /.config/hypr/animations/animations-ja.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/animations/animations-ja.conf -------------------------------------------------------------------------------- /.config/hypr/animations/animations-me-1.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/animations/animations-me-1.conf -------------------------------------------------------------------------------- /.config/hypr/animations/animations-me-2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/animations/animations-me-2.conf -------------------------------------------------------------------------------- /.config/hypr/animations/animations-minimal-1.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/animations/animations-minimal-1.conf -------------------------------------------------------------------------------- /.config/hypr/animations/animations-minimal-2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/animations/animations-minimal-2.conf -------------------------------------------------------------------------------- /.config/hypr/animations/animations-moving.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/animations/animations-moving.conf -------------------------------------------------------------------------------- /.config/hypr/animations/animations-optimized.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/animations/animations-optimized.conf -------------------------------------------------------------------------------- /.config/hypr/animations/animations-standard.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/animations/animations-standard.conf -------------------------------------------------------------------------------- /.config/hypr/animations/animations-vertical.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/animations/animations-vertical.conf -------------------------------------------------------------------------------- /.config/hypr/hypridle.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/hypridle.conf -------------------------------------------------------------------------------- /.config/hypr/hypridle.conf.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/hypridle.conf.bak -------------------------------------------------------------------------------- /.config/hypr/hyprland.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/hyprland.conf -------------------------------------------------------------------------------- /.config/hypr/hyprland.conf-bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/hyprland.conf-bak -------------------------------------------------------------------------------- /.config/hypr/hyprlock.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/hyprlock.conf -------------------------------------------------------------------------------- /.config/hypr/hyprpaper.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/hyprpaper.conf -------------------------------------------------------------------------------- /.config/hypr/mocha.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/mocha.conf -------------------------------------------------------------------------------- /.config/hypr/monitors.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/monitors.conf -------------------------------------------------------------------------------- /.config/hypr/rose-pine.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/rose-pine.conf -------------------------------------------------------------------------------- /.config/hypr/scripts/Refresh.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/scripts/Refresh.sh -------------------------------------------------------------------------------- /.config/hypr/scripts/Sounds.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/scripts/Sounds.sh -------------------------------------------------------------------------------- /.config/hypr/scripts/Volume.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/scripts/Volume.sh -------------------------------------------------------------------------------- /.config/hypr/scripts/WaybarCava.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/scripts/WaybarCava.sh -------------------------------------------------------------------------------- /.config/hypr/scripts/autolock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/scripts/autolock -------------------------------------------------------------------------------- /.config/hypr/scripts/autostart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/scripts/autostart -------------------------------------------------------------------------------- /.config/hypr/scripts/lock: -------------------------------------------------------------------------------- 1 | #!/usr/bin/bash 2 | loginctl lock-session 3 | -------------------------------------------------------------------------------- /.config/hypr/scripts/random-wallpaper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/scripts/random-wallpaper -------------------------------------------------------------------------------- /.config/hypr/scripts/xdph.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/scripts/xdph.sh -------------------------------------------------------------------------------- /.config/hypr/themes/colors.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/themes/colors.conf -------------------------------------------------------------------------------- /.config/hypr/themes/common.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/themes/common.conf -------------------------------------------------------------------------------- /.config/hypr/themes/theme.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/themes/theme.conf -------------------------------------------------------------------------------- /.config/hypr/userprefs.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/userprefs.conf -------------------------------------------------------------------------------- /.config/hypr/windowrules.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hypr/windowrules.conf -------------------------------------------------------------------------------- /.config/hyprpanel/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/hyprpanel/config.json -------------------------------------------------------------------------------- /.config/kitty/current-theme.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/kitty/current-theme.conf -------------------------------------------------------------------------------- /.config/kitty/kitty-mono.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/kitty/kitty-mono.conf -------------------------------------------------------------------------------- /.config/kitty/kitty-summer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/kitty/kitty-summer.conf -------------------------------------------------------------------------------- /.config/kitty/kitty.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/kitty/kitty.conf -------------------------------------------------------------------------------- /.config/kitty/kitty.conf.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/kitty/kitty.conf.bak -------------------------------------------------------------------------------- /.config/kitty/kitty.confori: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/kitty/kitty.confori -------------------------------------------------------------------------------- /.config/kitty/light-theme.auto.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/kitty/light-theme.auto.conf -------------------------------------------------------------------------------- /.config/kitty/rose-pine.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/kitty/rose-pine.conf -------------------------------------------------------------------------------- /.config/kitty/userprefs.conf: -------------------------------------------------------------------------------- 1 | # Set your personal kitty configuration here 2 | -------------------------------------------------------------------------------- /.config/nemo/bookmark-metadata: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/nvim/.stylua.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/nvim/.stylua.toml -------------------------------------------------------------------------------- /.config/nvim/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/nvim/LICENSE -------------------------------------------------------------------------------- /.config/nvim/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/nvim/LICENSE.md -------------------------------------------------------------------------------- /.config/nvim/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/nvim/README.md -------------------------------------------------------------------------------- /.config/nvim/doc/kickstart.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/nvim/doc/kickstart.txt -------------------------------------------------------------------------------- /.config/nvim/doc/tags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/nvim/doc/tags -------------------------------------------------------------------------------- /.config/nvim/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/nvim/init.lua -------------------------------------------------------------------------------- /.config/nvim/lazy-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/nvim/lazy-lock.json -------------------------------------------------------------------------------- /.config/nvim/lua/chadrc.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/nvim/lua/chadrc.lua -------------------------------------------------------------------------------- /.config/nvim/lua/configs/conform.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/nvim/lua/configs/conform.lua -------------------------------------------------------------------------------- /.config/nvim/lua/configs/lazy.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/nvim/lua/configs/lazy.lua -------------------------------------------------------------------------------- /.config/nvim/lua/configs/lint.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/nvim/lua/configs/lint.lua -------------------------------------------------------------------------------- /.config/nvim/lua/configs/lspconfig.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/nvim/lua/configs/lspconfig.lua -------------------------------------------------------------------------------- /.config/nvim/lua/configs/runner.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/nvim/lua/configs/runner.lua -------------------------------------------------------------------------------- /.config/nvim/lua/configs/treesitter.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/nvim/lua/configs/treesitter.lua -------------------------------------------------------------------------------- /.config/nvim/lua/custom/plugins/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/nvim/lua/custom/plugins/init.lua -------------------------------------------------------------------------------- /.config/nvim/lua/custom/plugins/rose-pine.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/nvim/lua/custom/plugins/rose-pine.lua -------------------------------------------------------------------------------- /.config/nvim/lua/kickstart/health.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/nvim/lua/kickstart/health.lua -------------------------------------------------------------------------------- /.config/nvim/lua/kickstart/plugins/autopairs.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/nvim/lua/kickstart/plugins/autopairs.lua -------------------------------------------------------------------------------- /.config/nvim/lua/kickstart/plugins/lint.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/nvim/lua/kickstart/plugins/lint.lua -------------------------------------------------------------------------------- /.config/nvim/lua/kickstart/plugins/neo-tree.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/nvim/lua/kickstart/plugins/neo-tree.lua -------------------------------------------------------------------------------- /.config/nvim/lua/mappings.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/nvim/lua/mappings.lua -------------------------------------------------------------------------------- /.config/nvim/lua/options.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/nvim/lua/options.lua -------------------------------------------------------------------------------- /.config/nvim/lua/plugins/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/nvim/lua/plugins/init.lua -------------------------------------------------------------------------------- /.config/nwg-look/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/nwg-look/config -------------------------------------------------------------------------------- /.config/qt5ct/colors/catppuccin-mocha.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/qt5ct/colors/catppuccin-mocha.conf -------------------------------------------------------------------------------- /.config/qt5ct/qt5ct.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/qt5ct/qt5ct.conf -------------------------------------------------------------------------------- /.config/qt6ct/qt6ct.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/qt6ct/qt6ct.conf -------------------------------------------------------------------------------- /.config/rofi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/README.md -------------------------------------------------------------------------------- /.config/rofi/bin/accent.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/bin/accent.sh -------------------------------------------------------------------------------- /.config/rofi/bin/launcher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/bin/launcher -------------------------------------------------------------------------------- /.config/rofi/bin/power.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/bin/power.sh -------------------------------------------------------------------------------- /.config/rofi/bin/powermenu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/bin/powermenu -------------------------------------------------------------------------------- /.config/rofi/bin/runner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/bin/runner -------------------------------------------------------------------------------- /.config/rofi/bin/screenshot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/bin/screenshot -------------------------------------------------------------------------------- /.config/rofi/colors/gruvbox.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/colors/gruvbox.rasi -------------------------------------------------------------------------------- /.config/rofi/config.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/config.rasi -------------------------------------------------------------------------------- /.config/rofi/config/askpass.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/config/askpass.rasi -------------------------------------------------------------------------------- /.config/rofi/config/bitwarden.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/config/bitwarden.rasi -------------------------------------------------------------------------------- /.config/rofi/config/bluetooth.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/config/bluetooth.rasi -------------------------------------------------------------------------------- /.config/rofi/config/calc.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/config/calc.rasi -------------------------------------------------------------------------------- /.config/rofi/config/clipboard.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/config/clipboard.rasi -------------------------------------------------------------------------------- /.config/rofi/config/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/config/colors.rasi -------------------------------------------------------------------------------- /.config/rofi/config/colors_ctp.rasi: -------------------------------------------------------------------------------- 1 | * { 2 | accent: #c4a7e7; 3 | } 4 | 5 | @import "./mocha.rasi" 6 | -------------------------------------------------------------------------------- /.config/rofi/config/confirm.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/config/confirm.rasi -------------------------------------------------------------------------------- /.config/rofi/config/emoji.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/config/emoji.rasi -------------------------------------------------------------------------------- /.config/rofi/config/font.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/config/font.rasi -------------------------------------------------------------------------------- /.config/rofi/config/launcher.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/config/launcher.rasi -------------------------------------------------------------------------------- /.config/rofi/config/mocha.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/config/mocha.rasi -------------------------------------------------------------------------------- /.config/rofi/config/mpd.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/config/mpd.rasi -------------------------------------------------------------------------------- /.config/rofi/config/network.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/config/network.rasi -------------------------------------------------------------------------------- /.config/rofi/config/networkmenu.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/config/networkmenu.rasi -------------------------------------------------------------------------------- /.config/rofi/config/power.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/config/power.rasi -------------------------------------------------------------------------------- /.config/rofi/config/powermenu.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/config/powermenu.rasi -------------------------------------------------------------------------------- /.config/rofi/config/runner.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/config/runner.rasi -------------------------------------------------------------------------------- /.config/rofi/config/screenshot.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/config/screenshot.rasi -------------------------------------------------------------------------------- /.config/rofi/config/todo.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/config/todo.rasi -------------------------------------------------------------------------------- /.config/rofi/launcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/launcher.sh -------------------------------------------------------------------------------- /.config/rofi/launchers/type-2/launcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/launchers/type-2/launcher.sh -------------------------------------------------------------------------------- /.config/rofi/launchers/type-2/shared/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/launchers/type-2/shared/colors.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/type-2/shared/fonts.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/launchers/type-2/shared/fonts.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/type-2/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/launchers/type-2/style-1.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/type-2/style-10.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/launchers/type-2/style-10.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/type-2/style-11.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/launchers/type-2/style-11.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/type-2/style-12.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/launchers/type-2/style-12.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/type-2/style-13.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/launchers/type-2/style-13.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/type-2/style-14.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/launchers/type-2/style-14.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/type-2/style-15.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/launchers/type-2/style-15.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/type-2/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/launchers/type-2/style-2.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/type-2/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/launchers/type-2/style-3.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/type-2/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/launchers/type-2/style-4.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/type-2/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/launchers/type-2/style-5.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/type-2/style-6.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/launchers/type-2/style-6.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/type-2/style-7.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/launchers/type-2/style-7.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/type-2/style-8.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/launchers/type-2/style-8.rasi -------------------------------------------------------------------------------- /.config/rofi/launchers/type-2/style-9.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/launchers/type-2/style-9.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/powermenu.sh -------------------------------------------------------------------------------- /.config/rofi/powermenu/powermenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/powermenu/powermenu.sh -------------------------------------------------------------------------------- /.config/rofi/powermenu/type-2/powermenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/powermenu/type-2/powermenu.sh -------------------------------------------------------------------------------- /.config/rofi/powermenu/type-2/shared/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/powermenu/type-2/shared/colors.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/type-2/shared/fonts.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/powermenu/type-2/shared/fonts.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/type-2/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/powermenu/type-2/style-1.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/type-2/style-10.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/powermenu/type-2/style-10.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/type-2/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/powermenu/type-2/style-2.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/type-2/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/powermenu/type-2/style-3.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/type-2/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/powermenu/type-2/style-4.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/type-2/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/powermenu/type-2/style-5.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/type-2/style-6.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/powermenu/type-2/style-6.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/type-2/style-7.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/powermenu/type-2/style-7.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/type-2/style-8.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/powermenu/type-2/style-8.rasi -------------------------------------------------------------------------------- /.config/rofi/powermenu/type-2/style-9.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/rofi/powermenu/type-2/style-9.rasi -------------------------------------------------------------------------------- /.config/starship.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/.config/starship.toml -------------------------------------------------------------------------------- /Assets/Screenshot-2025-03-12_19:14:27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/Assets/Screenshot-2025-03-12_19:14:27.png -------------------------------------------------------------------------------- /Assets/Screenshot-2025-03-12_19:14:39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/Assets/Screenshot-2025-03-12_19:14:39.png -------------------------------------------------------------------------------- /Assets/Screenshot-2025-03-12_19:19:38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/Assets/Screenshot-2025-03-12_19:19:38.png -------------------------------------------------------------------------------- /Assets/Screenshot-2025-03-12_19:19:55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/Assets/Screenshot-2025-03-12_19:19:55.png -------------------------------------------------------------------------------- /Assets/Screenshot-2025-03-12_19:21:01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/Assets/Screenshot-2025-03-12_19:21:01.png -------------------------------------------------------------------------------- /Assets/Screenshot-2025-03-12_19:21:29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/Assets/Screenshot-2025-03-12_19:21:29.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/README.md -------------------------------------------------------------------------------- /Wallpaper/Wallpaper_woods_upscayl_4x_RealESRGAN_General_x4_v3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alokftww/hyprpine-dots/HEAD/Wallpaper/Wallpaper_woods_upscayl_4x_RealESRGAN_General_x4_v3.png --------------------------------------------------------------------------------