├── .bashrc ├── .config ├── Scripts │ ├── battery-notify │ ├── battery-status │ ├── brightness │ ├── cache-update-count │ ├── caps-lock-status │ ├── charging-notify │ ├── dnd-status │ ├── dnd-toggle │ ├── dock │ ├── dynamic │ ├── ewwbar-refresh │ ├── hyprland │ ├── kb-brightness │ ├── killhypr │ ├── layout-status │ ├── mediaplayer.py │ ├── mpd-mpris-albumart │ ├── music-art │ ├── ncmpcpp-extended │ ├── network-status │ ├── notif │ ├── recording-status.sh │ ├── recording.sh │ ├── screenshot.sh │ ├── song-status │ ├── spootify.sh │ ├── start-dyn │ ├── updatewal-swww.sh │ ├── volume │ ├── wallpaper-changer-hyprpaper │ ├── waybar-launch.sh │ ├── whatsappify-video │ └── wifi-conn-strength ├── assets │ ├── banner.png │ ├── hyprland.png │ ├── hyprlock-1.png │ ├── hyprlock-2.png │ ├── kitty.png │ ├── made-with-arch-text.png │ ├── ncmpcpp.png │ ├── neofetch.png │ ├── neovim.png │ ├── rofi-1.png │ ├── rofi-2.png │ ├── rofi-3.png │ ├── spotify.png │ └── waybar.png ├── bat │ ├── config │ └── themes │ │ └── Material-Darker.tmTheme ├── cava │ ├── config │ └── shaders │ │ ├── bar_spectrum.frag │ │ ├── northern_lights.frag │ │ └── pass_through.vert ├── dunst │ ├── dunst.conf │ ├── dunstrc │ └── icons │ │ ├── arch.svg │ │ ├── battery-alert.png │ │ ├── battery-charging.png │ │ ├── battery-full.png │ │ ├── battery.png │ │ ├── critical.svg │ │ ├── dark.png │ │ ├── dnd │ │ ├── dnd-off.png │ │ └── dnd-on.png │ │ ├── hyprdots.png │ │ ├── hyprdots.svg │ │ ├── keyboard.svg │ │ ├── light.png │ │ ├── recorder │ │ ├── recording.png │ │ └── save.png │ │ └── vol │ │ ├── muted-mic.svg │ │ ├── muted-speaker.svg │ │ ├── unmuted-mic.svg │ │ ├── unmuted-speaker.svg │ │ ├── vol-0.svg │ │ ├── vol-10.svg │ │ ├── vol-100.svg │ │ ├── vol-15.svg │ │ ├── vol-20.svg │ │ ├── vol-25.svg │ │ ├── vol-30.svg │ │ ├── vol-35.svg │ │ ├── vol-40.svg │ │ ├── vol-45.svg │ │ ├── vol-5.svg │ │ ├── vol-50.svg │ │ ├── vol-55.svg │ │ ├── vol-60.svg │ │ ├── vol-65.svg │ │ ├── vol-70.svg │ │ ├── vol-75.svg │ │ ├── vol-80.svg │ │ ├── vol-85.svg │ │ ├── vol-90.svg │ │ └── vol-95.svg ├── fish │ ├── completions │ │ └── fisher.fish │ ├── conf.d │ │ ├── tmux.extra.conf │ │ ├── tmux.fish │ │ ├── tmux.only.conf │ │ └── tmux_abbrs.fish │ ├── config.fish │ ├── fish_plugins │ ├── fish_variables │ └── functions │ │ ├── fisher.fish │ │ ├── grep.fish │ │ ├── ls.fish │ │ ├── open.fish │ │ └── pls.fish ├── hypr │ ├── env_var.conf │ ├── env_var_nvidia.conf │ ├── hyprland.conf │ ├── hyprlock.conf │ ├── hyprpaper.conf │ ├── media-binds.conf │ ├── rog-g15-strix-2021-binds.conf │ ├── store │ │ ├── dynamic_out.txt │ │ ├── latest_notif │ │ └── prev.txt │ └── xdg-portal-hyprland ├── kitty │ ├── kitty.conf │ └── themes │ │ ├── latte.conf │ │ ├── macchiato.conf │ │ └── mocha.conf ├── ncmpcpp │ ├── config │ └── error.log ├── neofetch │ ├── 2phuthon.png │ ├── config-backup.conf │ ├── config.conf │ ├── configBackup.conf │ ├── loli-god-requiem.jpg │ ├── macchiato_squircle.png │ ├── pngs │ │ ├── aisaka.png │ │ ├── arch.png │ │ ├── loli.png │ │ ├── made-with-arch-text-2.png │ │ ├── pochita.png │ │ ├── ryuzaki.png │ │ └── sakurafetch.png │ ├── pochita.png │ ├── rempng.png │ └── spy-family-anya-smirk-512x512.png ├── nvim │ ├── .stylua.toml │ ├── LICENSE │ ├── init.lua │ ├── lazy-lock.json │ └── lua │ │ ├── chadrc.lua │ │ ├── configs │ │ ├── conform.lua │ │ ├── lazy.lua │ │ └── lspconfig.lua │ │ ├── mappings.lua │ │ ├── options.lua │ │ └── plugins │ │ ├── custom.lua │ │ └── init.lua ├── nwg-dock-hyprland │ └── style.css ├── ohmyposh │ └── zen.toml ├── rofi │ ├── config.rasi │ ├── rofi-app-menu │ │ └── app-menu │ ├── rofi-music-menu │ │ └── musicMenu.sh │ ├── rofi-power-menu │ │ └── powermenu.sh │ └── rofi-wifi-menu │ │ └── rofi-wifi-menu.sh ├── silicon │ └── themes │ │ └── Material-Darker.tmTheme ├── starship.toml ├── tmux │ └── tmux.conf └── waybar │ ├── colors-waybar.css │ ├── config-backup-2.jsonc │ ├── config-backup.jsonc │ ├── config.jsonc │ ├── configBack.jsonc │ ├── latte.css │ ├── macchiato.css │ ├── mocha.css │ ├── style-backup-2.css │ ├── style-backup.css │ ├── style.css │ └── themes │ └── mocha.css ├── .gitignore ├── .stow-local-ignore └── README.md /.bashrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.bashrc -------------------------------------------------------------------------------- /.config/Scripts/battery-notify: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/Scripts/battery-notify -------------------------------------------------------------------------------- /.config/Scripts/battery-status: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/Scripts/battery-status -------------------------------------------------------------------------------- /.config/Scripts/brightness: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/Scripts/brightness -------------------------------------------------------------------------------- /.config/Scripts/cache-update-count: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/Scripts/cache-update-count -------------------------------------------------------------------------------- /.config/Scripts/caps-lock-status: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/Scripts/caps-lock-status -------------------------------------------------------------------------------- /.config/Scripts/charging-notify: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/Scripts/charging-notify -------------------------------------------------------------------------------- /.config/Scripts/dnd-status: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/Scripts/dnd-status -------------------------------------------------------------------------------- /.config/Scripts/dnd-toggle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/Scripts/dnd-toggle -------------------------------------------------------------------------------- /.config/Scripts/dock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/Scripts/dock -------------------------------------------------------------------------------- /.config/Scripts/dynamic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/Scripts/dynamic -------------------------------------------------------------------------------- /.config/Scripts/ewwbar-refresh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/Scripts/ewwbar-refresh -------------------------------------------------------------------------------- /.config/Scripts/hyprland: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/Scripts/hyprland -------------------------------------------------------------------------------- /.config/Scripts/kb-brightness: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/Scripts/kb-brightness -------------------------------------------------------------------------------- /.config/Scripts/killhypr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/Scripts/killhypr -------------------------------------------------------------------------------- /.config/Scripts/layout-status: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/Scripts/layout-status -------------------------------------------------------------------------------- /.config/Scripts/mediaplayer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/Scripts/mediaplayer.py -------------------------------------------------------------------------------- /.config/Scripts/mpd-mpris-albumart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/Scripts/mpd-mpris-albumart -------------------------------------------------------------------------------- /.config/Scripts/music-art: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/Scripts/music-art -------------------------------------------------------------------------------- /.config/Scripts/ncmpcpp-extended: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/Scripts/ncmpcpp-extended -------------------------------------------------------------------------------- /.config/Scripts/network-status: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/Scripts/network-status -------------------------------------------------------------------------------- /.config/Scripts/notif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/Scripts/notif -------------------------------------------------------------------------------- /.config/Scripts/recording-status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/Scripts/recording-status.sh -------------------------------------------------------------------------------- /.config/Scripts/recording.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/Scripts/recording.sh -------------------------------------------------------------------------------- /.config/Scripts/screenshot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/Scripts/screenshot.sh -------------------------------------------------------------------------------- /.config/Scripts/song-status: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/Scripts/song-status -------------------------------------------------------------------------------- /.config/Scripts/spootify.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/Scripts/spootify.sh -------------------------------------------------------------------------------- /.config/Scripts/start-dyn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/Scripts/start-dyn -------------------------------------------------------------------------------- /.config/Scripts/updatewal-swww.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/Scripts/updatewal-swww.sh -------------------------------------------------------------------------------- /.config/Scripts/volume: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/Scripts/volume -------------------------------------------------------------------------------- /.config/Scripts/wallpaper-changer-hyprpaper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/Scripts/wallpaper-changer-hyprpaper -------------------------------------------------------------------------------- /.config/Scripts/waybar-launch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/Scripts/waybar-launch.sh -------------------------------------------------------------------------------- /.config/Scripts/whatsappify-video: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/Scripts/whatsappify-video -------------------------------------------------------------------------------- /.config/Scripts/wifi-conn-strength: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/Scripts/wifi-conn-strength -------------------------------------------------------------------------------- /.config/assets/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/assets/banner.png -------------------------------------------------------------------------------- /.config/assets/hyprland.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/assets/hyprland.png -------------------------------------------------------------------------------- /.config/assets/hyprlock-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/assets/hyprlock-1.png -------------------------------------------------------------------------------- /.config/assets/hyprlock-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/assets/hyprlock-2.png -------------------------------------------------------------------------------- /.config/assets/kitty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/assets/kitty.png -------------------------------------------------------------------------------- /.config/assets/made-with-arch-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/assets/made-with-arch-text.png -------------------------------------------------------------------------------- /.config/assets/ncmpcpp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/assets/ncmpcpp.png -------------------------------------------------------------------------------- /.config/assets/neofetch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/assets/neofetch.png -------------------------------------------------------------------------------- /.config/assets/neovim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/assets/neovim.png -------------------------------------------------------------------------------- /.config/assets/rofi-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/assets/rofi-1.png -------------------------------------------------------------------------------- /.config/assets/rofi-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/assets/rofi-2.png -------------------------------------------------------------------------------- /.config/assets/rofi-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/assets/rofi-3.png -------------------------------------------------------------------------------- /.config/assets/spotify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/assets/spotify.png -------------------------------------------------------------------------------- /.config/assets/waybar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/assets/waybar.png -------------------------------------------------------------------------------- /.config/bat/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/bat/config -------------------------------------------------------------------------------- /.config/bat/themes/Material-Darker.tmTheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/bat/themes/Material-Darker.tmTheme -------------------------------------------------------------------------------- /.config/cava/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/cava/config -------------------------------------------------------------------------------- /.config/cava/shaders/bar_spectrum.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/cava/shaders/bar_spectrum.frag -------------------------------------------------------------------------------- /.config/cava/shaders/northern_lights.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/cava/shaders/northern_lights.frag -------------------------------------------------------------------------------- /.config/cava/shaders/pass_through.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/cava/shaders/pass_through.vert -------------------------------------------------------------------------------- /.config/dunst/dunst.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/dunst.conf -------------------------------------------------------------------------------- /.config/dunst/dunstrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/dunstrc -------------------------------------------------------------------------------- /.config/dunst/icons/arch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/arch.svg -------------------------------------------------------------------------------- /.config/dunst/icons/battery-alert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/battery-alert.png -------------------------------------------------------------------------------- /.config/dunst/icons/battery-charging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/battery-charging.png -------------------------------------------------------------------------------- /.config/dunst/icons/battery-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/battery-full.png -------------------------------------------------------------------------------- /.config/dunst/icons/battery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/battery.png -------------------------------------------------------------------------------- /.config/dunst/icons/critical.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/critical.svg -------------------------------------------------------------------------------- /.config/dunst/icons/dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/dark.png -------------------------------------------------------------------------------- /.config/dunst/icons/dnd/dnd-off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/dnd/dnd-off.png -------------------------------------------------------------------------------- /.config/dunst/icons/dnd/dnd-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/dnd/dnd-on.png -------------------------------------------------------------------------------- /.config/dunst/icons/hyprdots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/hyprdots.png -------------------------------------------------------------------------------- /.config/dunst/icons/hyprdots.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/hyprdots.svg -------------------------------------------------------------------------------- /.config/dunst/icons/keyboard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/keyboard.svg -------------------------------------------------------------------------------- /.config/dunst/icons/light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/light.png -------------------------------------------------------------------------------- /.config/dunst/icons/recorder/recording.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/recorder/recording.png -------------------------------------------------------------------------------- /.config/dunst/icons/recorder/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/recorder/save.png -------------------------------------------------------------------------------- /.config/dunst/icons/vol/muted-mic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/vol/muted-mic.svg -------------------------------------------------------------------------------- /.config/dunst/icons/vol/muted-speaker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/vol/muted-speaker.svg -------------------------------------------------------------------------------- /.config/dunst/icons/vol/unmuted-mic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/vol/unmuted-mic.svg -------------------------------------------------------------------------------- /.config/dunst/icons/vol/unmuted-speaker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/vol/unmuted-speaker.svg -------------------------------------------------------------------------------- /.config/dunst/icons/vol/vol-0.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/vol/vol-0.svg -------------------------------------------------------------------------------- /.config/dunst/icons/vol/vol-10.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/vol/vol-10.svg -------------------------------------------------------------------------------- /.config/dunst/icons/vol/vol-100.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/vol/vol-100.svg -------------------------------------------------------------------------------- /.config/dunst/icons/vol/vol-15.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/vol/vol-15.svg -------------------------------------------------------------------------------- /.config/dunst/icons/vol/vol-20.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/vol/vol-20.svg -------------------------------------------------------------------------------- /.config/dunst/icons/vol/vol-25.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/vol/vol-25.svg -------------------------------------------------------------------------------- /.config/dunst/icons/vol/vol-30.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/vol/vol-30.svg -------------------------------------------------------------------------------- /.config/dunst/icons/vol/vol-35.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/vol/vol-35.svg -------------------------------------------------------------------------------- /.config/dunst/icons/vol/vol-40.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/vol/vol-40.svg -------------------------------------------------------------------------------- /.config/dunst/icons/vol/vol-45.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/vol/vol-45.svg -------------------------------------------------------------------------------- /.config/dunst/icons/vol/vol-5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/vol/vol-5.svg -------------------------------------------------------------------------------- /.config/dunst/icons/vol/vol-50.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/vol/vol-50.svg -------------------------------------------------------------------------------- /.config/dunst/icons/vol/vol-55.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/vol/vol-55.svg -------------------------------------------------------------------------------- /.config/dunst/icons/vol/vol-60.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/vol/vol-60.svg -------------------------------------------------------------------------------- /.config/dunst/icons/vol/vol-65.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/vol/vol-65.svg -------------------------------------------------------------------------------- /.config/dunst/icons/vol/vol-70.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/vol/vol-70.svg -------------------------------------------------------------------------------- /.config/dunst/icons/vol/vol-75.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/vol/vol-75.svg -------------------------------------------------------------------------------- /.config/dunst/icons/vol/vol-80.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/vol/vol-80.svg -------------------------------------------------------------------------------- /.config/dunst/icons/vol/vol-85.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/vol/vol-85.svg -------------------------------------------------------------------------------- /.config/dunst/icons/vol/vol-90.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/vol/vol-90.svg -------------------------------------------------------------------------------- /.config/dunst/icons/vol/vol-95.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/dunst/icons/vol/vol-95.svg -------------------------------------------------------------------------------- /.config/fish/completions/fisher.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/fish/completions/fisher.fish -------------------------------------------------------------------------------- /.config/fish/conf.d/tmux.extra.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/fish/conf.d/tmux.extra.conf -------------------------------------------------------------------------------- /.config/fish/conf.d/tmux.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/fish/conf.d/tmux.fish -------------------------------------------------------------------------------- /.config/fish/conf.d/tmux.only.conf: -------------------------------------------------------------------------------- 1 | set -g default-terminal $fish_tmux_term 2 | -------------------------------------------------------------------------------- /.config/fish/conf.d/tmux_abbrs.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/fish/conf.d/tmux_abbrs.fish -------------------------------------------------------------------------------- /.config/fish/config.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/fish/config.fish -------------------------------------------------------------------------------- /.config/fish/fish_plugins: -------------------------------------------------------------------------------- 1 | jorgebucaran/fisher 2 | -------------------------------------------------------------------------------- /.config/fish/fish_variables: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/fish/fish_variables -------------------------------------------------------------------------------- /.config/fish/functions/fisher.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/fish/functions/fisher.fish -------------------------------------------------------------------------------- /.config/fish/functions/grep.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/fish/functions/grep.fish -------------------------------------------------------------------------------- /.config/fish/functions/ls.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/fish/functions/ls.fish -------------------------------------------------------------------------------- /.config/fish/functions/open.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/fish/functions/open.fish -------------------------------------------------------------------------------- /.config/fish/functions/pls.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/fish/functions/pls.fish -------------------------------------------------------------------------------- /.config/hypr/env_var.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/hypr/env_var.conf -------------------------------------------------------------------------------- /.config/hypr/env_var_nvidia.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/hypr/env_var_nvidia.conf -------------------------------------------------------------------------------- /.config/hypr/hyprland.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/hypr/hyprland.conf -------------------------------------------------------------------------------- /.config/hypr/hyprlock.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/hypr/hyprlock.conf -------------------------------------------------------------------------------- /.config/hypr/hyprpaper.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/hypr/hyprpaper.conf -------------------------------------------------------------------------------- /.config/hypr/media-binds.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/hypr/media-binds.conf -------------------------------------------------------------------------------- /.config/hypr/rog-g15-strix-2021-binds.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/hypr/rog-g15-strix-2021-binds.conf -------------------------------------------------------------------------------- /.config/hypr/store/dynamic_out.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/hypr/store/dynamic_out.txt -------------------------------------------------------------------------------- /.config/hypr/store/latest_notif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/hypr/store/latest_notif -------------------------------------------------------------------------------- /.config/hypr/store/prev.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/hypr/xdg-portal-hyprland: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/hypr/xdg-portal-hyprland -------------------------------------------------------------------------------- /.config/kitty/kitty.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/kitty/kitty.conf -------------------------------------------------------------------------------- /.config/kitty/themes/latte.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/kitty/themes/latte.conf -------------------------------------------------------------------------------- /.config/kitty/themes/macchiato.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/kitty/themes/macchiato.conf -------------------------------------------------------------------------------- /.config/kitty/themes/mocha.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/kitty/themes/mocha.conf -------------------------------------------------------------------------------- /.config/ncmpcpp/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/ncmpcpp/config -------------------------------------------------------------------------------- /.config/ncmpcpp/error.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/neofetch/2phuthon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/neofetch/2phuthon.png -------------------------------------------------------------------------------- /.config/neofetch/config-backup.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/neofetch/config-backup.conf -------------------------------------------------------------------------------- /.config/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/neofetch/config.conf -------------------------------------------------------------------------------- /.config/neofetch/configBackup.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/neofetch/configBackup.conf -------------------------------------------------------------------------------- /.config/neofetch/loli-god-requiem.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/neofetch/loli-god-requiem.jpg -------------------------------------------------------------------------------- /.config/neofetch/macchiato_squircle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/neofetch/macchiato_squircle.png -------------------------------------------------------------------------------- /.config/neofetch/pngs/aisaka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/neofetch/pngs/aisaka.png -------------------------------------------------------------------------------- /.config/neofetch/pngs/arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/neofetch/pngs/arch.png -------------------------------------------------------------------------------- /.config/neofetch/pngs/loli.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/neofetch/pngs/loli.png -------------------------------------------------------------------------------- /.config/neofetch/pngs/made-with-arch-text-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/neofetch/pngs/made-with-arch-text-2.png -------------------------------------------------------------------------------- /.config/neofetch/pngs/pochita.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/neofetch/pngs/pochita.png -------------------------------------------------------------------------------- /.config/neofetch/pngs/ryuzaki.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/neofetch/pngs/ryuzaki.png -------------------------------------------------------------------------------- /.config/neofetch/pngs/sakurafetch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/neofetch/pngs/sakurafetch.png -------------------------------------------------------------------------------- /.config/neofetch/pochita.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/neofetch/pochita.png -------------------------------------------------------------------------------- /.config/neofetch/rempng.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/neofetch/rempng.png -------------------------------------------------------------------------------- /.config/neofetch/spy-family-anya-smirk-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/neofetch/spy-family-anya-smirk-512x512.png -------------------------------------------------------------------------------- /.config/nvim/.stylua.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/nvim/.stylua.toml -------------------------------------------------------------------------------- /.config/nvim/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/nvim/LICENSE -------------------------------------------------------------------------------- /.config/nvim/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/nvim/init.lua -------------------------------------------------------------------------------- /.config/nvim/lazy-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/nvim/lazy-lock.json -------------------------------------------------------------------------------- /.config/nvim/lua/chadrc.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/nvim/lua/chadrc.lua -------------------------------------------------------------------------------- /.config/nvim/lua/configs/conform.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/nvim/lua/configs/conform.lua -------------------------------------------------------------------------------- /.config/nvim/lua/configs/lazy.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/nvim/lua/configs/lazy.lua -------------------------------------------------------------------------------- /.config/nvim/lua/configs/lspconfig.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/nvim/lua/configs/lspconfig.lua -------------------------------------------------------------------------------- /.config/nvim/lua/mappings.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/nvim/lua/mappings.lua -------------------------------------------------------------------------------- /.config/nvim/lua/options.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/nvim/lua/options.lua -------------------------------------------------------------------------------- /.config/nvim/lua/plugins/custom.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/nvim/lua/plugins/custom.lua -------------------------------------------------------------------------------- /.config/nvim/lua/plugins/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/nvim/lua/plugins/init.lua -------------------------------------------------------------------------------- /.config/nwg-dock-hyprland/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/nwg-dock-hyprland/style.css -------------------------------------------------------------------------------- /.config/ohmyposh/zen.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/ohmyposh/zen.toml -------------------------------------------------------------------------------- /.config/rofi/config.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/rofi/config.rasi -------------------------------------------------------------------------------- /.config/rofi/rofi-app-menu/app-menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/rofi/rofi-app-menu/app-menu -------------------------------------------------------------------------------- /.config/rofi/rofi-music-menu/musicMenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/rofi/rofi-music-menu/musicMenu.sh -------------------------------------------------------------------------------- /.config/rofi/rofi-power-menu/powermenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/rofi/rofi-power-menu/powermenu.sh -------------------------------------------------------------------------------- /.config/rofi/rofi-wifi-menu/rofi-wifi-menu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/rofi/rofi-wifi-menu/rofi-wifi-menu.sh -------------------------------------------------------------------------------- /.config/silicon/themes/Material-Darker.tmTheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/silicon/themes/Material-Darker.tmTheme -------------------------------------------------------------------------------- /.config/starship.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/starship.toml -------------------------------------------------------------------------------- /.config/tmux/tmux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/tmux/tmux.conf -------------------------------------------------------------------------------- /.config/waybar/colors-waybar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/waybar/colors-waybar.css -------------------------------------------------------------------------------- /.config/waybar/config-backup-2.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/waybar/config-backup-2.jsonc -------------------------------------------------------------------------------- /.config/waybar/config-backup.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/waybar/config-backup.jsonc -------------------------------------------------------------------------------- /.config/waybar/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/waybar/config.jsonc -------------------------------------------------------------------------------- /.config/waybar/configBack.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/waybar/configBack.jsonc -------------------------------------------------------------------------------- /.config/waybar/latte.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/waybar/latte.css -------------------------------------------------------------------------------- /.config/waybar/macchiato.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/waybar/macchiato.css -------------------------------------------------------------------------------- /.config/waybar/mocha.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/waybar/mocha.css -------------------------------------------------------------------------------- /.config/waybar/style-backup-2.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/waybar/style-backup-2.css -------------------------------------------------------------------------------- /.config/waybar/style-backup.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/waybar/style-backup.css -------------------------------------------------------------------------------- /.config/waybar/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/waybar/style.css -------------------------------------------------------------------------------- /.config/waybar/themes/mocha.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.config/waybar/themes/mocha.css -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | ./.config/tmux/plugins/ 2 | -------------------------------------------------------------------------------- /.stow-local-ignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/.stow-local-ignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireDrop6000/hyprland-mydots/HEAD/README.md --------------------------------------------------------------------------------