├── .gitattributes ├── Hu Tao.zip ├── LICENSE ├── Pictures ├── hu-min.png ├── hutao-pfp.png ├── hutao.png └── hutao_qipao.png ├── README.md ├── Vencord └── themes │ └── hutao.theme.css ├── cava ├── config └── shaders │ ├── bar_spectrum.frag │ ├── northern_lights.frag │ └── pass_through.vert ├── code-flags.conf ├── fastfetch └── config.jsonc ├── fish ├── config.fish └── fish_variables ├── hypr ├── hypridle.conf ├── hyprland.conf ├── hyprlock.conf └── xdg-portal-hyprland ├── kitty ├── hutao.conf └── kitty.conf ├── neofetch └── config.conf ├── spicetify ├── Extensions │ └── adblock.js └── Themes │ └── HuTao │ ├── color.ini │ └── user.css ├── src ├── 1.png ├── 2.png ├── 3.png ├── 4.png ├── 5.png ├── 6.png ├── 7.png └── 8.png ├── starship.toml ├── swaync ├── config.json ├── icons │ ├── bolt.png │ ├── gamemode.png │ ├── microphone-mute.png │ ├── microphone.png │ ├── music.png │ ├── palette.png │ ├── picture.png │ ├── play.png │ ├── timer.png │ ├── volume-high.png │ ├── volume-low.png │ ├── volume-mid.png │ ├── volume-mute.png │ └── wand.png ├── style.css └── themes │ └── hutao │ ├── central_control.css │ └── notifications.css ├── waybar ├── config ├── mediaplayer.py └── style.css └── wlogout ├── icons ├── hibernate-hover.png ├── hibernate.png ├── lock-hover.png ├── lock.png ├── logout-hover.png ├── logout.png ├── power-hover.png ├── power.png ├── restart-hover.png ├── restart.png ├── sleep-hover.png └── sleep.png ├── layout └── style.css /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/.gitattributes -------------------------------------------------------------------------------- /Hu Tao.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/Hu Tao.zip -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/LICENSE -------------------------------------------------------------------------------- /Pictures/hu-min.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/Pictures/hu-min.png -------------------------------------------------------------------------------- /Pictures/hutao-pfp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/Pictures/hutao-pfp.png -------------------------------------------------------------------------------- /Pictures/hutao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/Pictures/hutao.png -------------------------------------------------------------------------------- /Pictures/hutao_qipao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/Pictures/hutao_qipao.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/README.md -------------------------------------------------------------------------------- /Vencord/themes/hutao.theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/Vencord/themes/hutao.theme.css -------------------------------------------------------------------------------- /cava/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/cava/config -------------------------------------------------------------------------------- /cava/shaders/bar_spectrum.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/cava/shaders/bar_spectrum.frag -------------------------------------------------------------------------------- /cava/shaders/northern_lights.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/cava/shaders/northern_lights.frag -------------------------------------------------------------------------------- /cava/shaders/pass_through.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/cava/shaders/pass_through.vert -------------------------------------------------------------------------------- /code-flags.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/code-flags.conf -------------------------------------------------------------------------------- /fastfetch/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/fastfetch/config.jsonc -------------------------------------------------------------------------------- /fish/config.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/fish/config.fish -------------------------------------------------------------------------------- /fish/fish_variables: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/fish/fish_variables -------------------------------------------------------------------------------- /hypr/hypridle.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/hypr/hypridle.conf -------------------------------------------------------------------------------- /hypr/hyprland.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/hypr/hyprland.conf -------------------------------------------------------------------------------- /hypr/hyprlock.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/hypr/hyprlock.conf -------------------------------------------------------------------------------- /hypr/xdg-portal-hyprland: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/hypr/xdg-portal-hyprland -------------------------------------------------------------------------------- /kitty/hutao.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/kitty/hutao.conf -------------------------------------------------------------------------------- /kitty/kitty.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/kitty/kitty.conf -------------------------------------------------------------------------------- /neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/neofetch/config.conf -------------------------------------------------------------------------------- /spicetify/Extensions/adblock.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/spicetify/Extensions/adblock.js -------------------------------------------------------------------------------- /spicetify/Themes/HuTao/color.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/spicetify/Themes/HuTao/color.ini -------------------------------------------------------------------------------- /spicetify/Themes/HuTao/user.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/spicetify/Themes/HuTao/user.css -------------------------------------------------------------------------------- /src/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/src/1.png -------------------------------------------------------------------------------- /src/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/src/2.png -------------------------------------------------------------------------------- /src/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/src/3.png -------------------------------------------------------------------------------- /src/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/src/4.png -------------------------------------------------------------------------------- /src/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/src/5.png -------------------------------------------------------------------------------- /src/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/src/6.png -------------------------------------------------------------------------------- /src/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/src/7.png -------------------------------------------------------------------------------- /src/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/src/8.png -------------------------------------------------------------------------------- /starship.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/starship.toml -------------------------------------------------------------------------------- /swaync/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/swaync/config.json -------------------------------------------------------------------------------- /swaync/icons/bolt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/swaync/icons/bolt.png -------------------------------------------------------------------------------- /swaync/icons/gamemode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/swaync/icons/gamemode.png -------------------------------------------------------------------------------- /swaync/icons/microphone-mute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/swaync/icons/microphone-mute.png -------------------------------------------------------------------------------- /swaync/icons/microphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/swaync/icons/microphone.png -------------------------------------------------------------------------------- /swaync/icons/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/swaync/icons/music.png -------------------------------------------------------------------------------- /swaync/icons/palette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/swaync/icons/palette.png -------------------------------------------------------------------------------- /swaync/icons/picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/swaync/icons/picture.png -------------------------------------------------------------------------------- /swaync/icons/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/swaync/icons/play.png -------------------------------------------------------------------------------- /swaync/icons/timer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/swaync/icons/timer.png -------------------------------------------------------------------------------- /swaync/icons/volume-high.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/swaync/icons/volume-high.png -------------------------------------------------------------------------------- /swaync/icons/volume-low.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/swaync/icons/volume-low.png -------------------------------------------------------------------------------- /swaync/icons/volume-mid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/swaync/icons/volume-mid.png -------------------------------------------------------------------------------- /swaync/icons/volume-mute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/swaync/icons/volume-mute.png -------------------------------------------------------------------------------- /swaync/icons/wand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/swaync/icons/wand.png -------------------------------------------------------------------------------- /swaync/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/swaync/style.css -------------------------------------------------------------------------------- /swaync/themes/hutao/central_control.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/swaync/themes/hutao/central_control.css -------------------------------------------------------------------------------- /swaync/themes/hutao/notifications.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/swaync/themes/hutao/notifications.css -------------------------------------------------------------------------------- /waybar/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/waybar/config -------------------------------------------------------------------------------- /waybar/mediaplayer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/waybar/mediaplayer.py -------------------------------------------------------------------------------- /waybar/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/waybar/style.css -------------------------------------------------------------------------------- /wlogout/icons/hibernate-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/wlogout/icons/hibernate-hover.png -------------------------------------------------------------------------------- /wlogout/icons/hibernate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/wlogout/icons/hibernate.png -------------------------------------------------------------------------------- /wlogout/icons/lock-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/wlogout/icons/lock-hover.png -------------------------------------------------------------------------------- /wlogout/icons/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/wlogout/icons/lock.png -------------------------------------------------------------------------------- /wlogout/icons/logout-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/wlogout/icons/logout-hover.png -------------------------------------------------------------------------------- /wlogout/icons/logout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/wlogout/icons/logout.png -------------------------------------------------------------------------------- /wlogout/icons/power-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/wlogout/icons/power-hover.png -------------------------------------------------------------------------------- /wlogout/icons/power.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/wlogout/icons/power.png -------------------------------------------------------------------------------- /wlogout/icons/restart-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/wlogout/icons/restart-hover.png -------------------------------------------------------------------------------- /wlogout/icons/restart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/wlogout/icons/restart.png -------------------------------------------------------------------------------- /wlogout/icons/sleep-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/wlogout/icons/sleep-hover.png -------------------------------------------------------------------------------- /wlogout/icons/sleep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/wlogout/icons/sleep.png -------------------------------------------------------------------------------- /wlogout/layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/wlogout/layout -------------------------------------------------------------------------------- /wlogout/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FireStreaker2/hutao-dotfiles/HEAD/wlogout/style.css --------------------------------------------------------------------------------