├── .zshenv ├── LICENSE ├── MediaControl ├── README.md ├── config ├── bat │ ├── bat.config │ └── themes │ │ ├── Catppuccin-frappe.tmTheme │ │ ├── Catppuccin-latte.tmTheme │ │ ├── Catppuccin-macchiato.tmTheme │ │ └── Catppuccin-mocha.tmTheme ├── btop │ ├── btop.conf │ ├── btop.log │ └── themes │ │ ├── catppuccin_frappe.theme │ │ ├── catppuccin_latte.theme │ │ ├── catppuccin_macchiato.theme │ │ ├── catppuccin_mocha.theme │ │ └── tokyo-night.theme ├── cava │ ├── config │ └── shaders │ │ ├── bar_spectrum.frag │ │ ├── normalized_bars.frag │ │ └── pass_through.vert ├── dunst │ └── dunstrc ├── fcitx5 │ ├── conf │ │ ├── cached_layouts │ │ ├── chttrans.conf │ │ ├── classicui.conf │ │ ├── clipboard.conf │ │ ├── keyboard.conf │ │ ├── notifications.conf │ │ ├── pinyin.conf │ │ ├── punctuation.conf │ │ ├── waylandim.conf │ │ └── xim.conf │ ├── config │ ├── profile │ ├── profile_DV3Ysu │ └── themes │ │ └── FluentDark │ │ ├── arrow.png │ │ ├── back.png │ │ ├── next.png │ │ ├── panel.png │ │ ├── radio.png │ │ └── theme.conf ├── hypr │ ├── chino.mp4 │ ├── hyprland.conf │ ├── hyprland │ │ ├── animations.conf │ │ ├── autostart │ │ ├── decoration │ │ │ ├── blur.conf │ │ │ ├── opacity.conf │ │ │ ├── round.conf │ │ │ └── shadow.conf │ │ ├── dwinle.conf │ │ ├── env.conf │ │ ├── general.conf │ │ ├── gestures.conf │ │ ├── input.conf │ │ ├── keybinds │ │ │ ├── app.conf │ │ │ ├── bringtness.conf │ │ │ ├── dwinle_arror.conf │ │ │ ├── dwinle_hjkl.conf │ │ │ ├── group.conf │ │ │ ├── master.conf │ │ │ ├── other.conf │ │ │ ├── rofi.conf │ │ │ ├── term.conf │ │ │ ├── volume.conf │ │ │ ├── window.conf │ │ │ └── workspace.conf │ │ ├── master.conf │ │ ├── misc.conf │ │ └── windowrule.conf │ ├── icons │ │ ├── b0.png │ │ ├── b10.png │ │ ├── b100.png │ │ ├── b20.png │ │ ├── b30.png │ │ ├── b40.png │ │ ├── b50.png │ │ ├── b60.png │ │ ├── b70.png │ │ ├── b80.png │ │ ├── b90.png │ │ ├── battery_charging.png │ │ ├── battery_low.png │ │ ├── battery_mid.png │ │ ├── brightness-high.svg │ │ ├── brightness-low.svg │ │ ├── brightness-medium.svg │ │ ├── brightness-off.svg │ │ ├── gamma.png │ │ ├── resume.png │ │ ├── stop.png │ │ ├── volume_high.svg │ │ ├── volume_low.svg │ │ ├── volume_medium.svg │ │ ├── volume_muted.svg │ │ └── volume_off.svg │ ├── scripts │ │ ├── areaterm.sh │ │ ├── colorpicker │ │ ├── control │ │ │ ├── brightness │ │ │ └── volume │ │ ├── gtkthemes-bkp │ │ ├── other │ │ │ ├── transout │ │ │ ├── transout.speak │ │ │ └── write.sh │ │ ├── ramdomtext.py │ │ ├── rofi │ │ │ ├── askpass │ │ │ ├── launcher │ │ │ ├── music │ │ │ ├── powermenu │ │ │ ├── runner │ │ │ └── screenshot │ │ └── waybar │ │ │ ├── cycle.sh │ │ │ ├── wall │ │ │ └── waybar.sh │ ├── wallpaper │ │ ├── Clannad.png │ │ ├── Home.gif │ │ ├── Sakura.png │ │ └── StarDream.jpg │ └── wlogout │ │ ├── actions │ │ ├── icons │ │ ├── hibernate.png │ │ ├── lock.png │ │ ├── logout.png │ │ ├── reboot.png │ │ ├── shutdown.png │ │ └── suspend.png │ │ ├── layout │ │ └── style.css ├── mpd │ ├── database │ ├── log │ ├── mpd.conf │ ├── pid │ ├── playlists │ │ ├── 「10 Hz Alpha Thunderstorm」.m3u │ │ ├── 「東方钢琴祭:幻梦终醒 本无不散之宴」.m3u │ │ └── 「软萌合唱|让可愛治愈这个世界」.m3u │ ├── state │ └── sticker.sql ├── ncmpcpp │ ├── bindings │ ├── config │ ├── error.log │ └── lyrics │ │ ├── GET IN THE RING - Terminal Station.txt │ │ ├── QU4RTZ - Make-up session ABC.txt │ │ └── 阿澄佳奈新谷良子後藤邑子水橋かおり - でわっしょい.txt ├── nemo │ └── bookmark-metadata ├── neofetch │ └── config.conf ├── rofi │ ├── askpass.rasi │ ├── bluetooth.rasi │ ├── clipmenu.rasi │ ├── confirm.rasi │ ├── launcher.rasi │ ├── music.rasi │ ├── networkmenu.rasi │ ├── powermenu.rasi │ ├── runner.rasi │ ├── screenshot.rasi │ └── shared │ │ ├── colors.rasi │ │ └── fonts.rasi ├── waybar │ ├── config │ ├── configb │ ├── style.css │ └── style.cssb ├── wezterm │ ├── colors │ │ ├── rose-pine-dawn.toml │ │ ├── rose-pine-moon.toml │ │ ├── rose-pine.toml │ │ ├── tokyonight_day.toml │ │ ├── tokyonight_moon.toml │ │ ├── tokyonight_night.toml │ │ └── tokyonight_storm.toml │ ├── float.lua │ ├── lua │ │ ├── rose-pine-dawn.lua │ │ ├── rose-pine-moon.lua │ │ └── rose-pine.lua │ └── wezterm.lua └── zsh │ ├── .p10k.zsh │ ├── .zsh │ ├── aliases.zsh │ ├── env.zsh │ ├── fzf-keybind.zsh │ ├── fzf.zsh │ ├── fzf │ │ ├── bup │ │ ├── cani │ │ ├── efif │ │ ├── ffind │ │ ├── ffunctions │ │ ├── fhistory │ │ ├── fp │ │ ├── fps │ │ ├── fzf-find-widget │ │ ├── get_ip │ │ ├── kp │ │ ├── ks │ │ └── util │ └── keymaps.zsh │ └── .zshrc ├── install.sh └── local └── fonts └── 方正兰亭圆_GBK_中.ttf /.zshenv: -------------------------------------------------------------------------------- 1 | ZDOTDIR=$HOME/.config/zsh 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/LICENSE -------------------------------------------------------------------------------- /MediaControl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/MediaControl -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/README.md -------------------------------------------------------------------------------- /config/bat/bat.config: -------------------------------------------------------------------------------- 1 | --theme="Catppuccin-mocha" 2 | -------------------------------------------------------------------------------- /config/bat/themes/Catppuccin-frappe.tmTheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/bat/themes/Catppuccin-frappe.tmTheme -------------------------------------------------------------------------------- /config/bat/themes/Catppuccin-latte.tmTheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/bat/themes/Catppuccin-latte.tmTheme -------------------------------------------------------------------------------- /config/bat/themes/Catppuccin-macchiato.tmTheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/bat/themes/Catppuccin-macchiato.tmTheme -------------------------------------------------------------------------------- /config/bat/themes/Catppuccin-mocha.tmTheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/bat/themes/Catppuccin-mocha.tmTheme -------------------------------------------------------------------------------- /config/btop/btop.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/btop/btop.conf -------------------------------------------------------------------------------- /config/btop/btop.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/btop/btop.log -------------------------------------------------------------------------------- /config/btop/themes/catppuccin_frappe.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/btop/themes/catppuccin_frappe.theme -------------------------------------------------------------------------------- /config/btop/themes/catppuccin_latte.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/btop/themes/catppuccin_latte.theme -------------------------------------------------------------------------------- /config/btop/themes/catppuccin_macchiato.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/btop/themes/catppuccin_macchiato.theme -------------------------------------------------------------------------------- /config/btop/themes/catppuccin_mocha.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/btop/themes/catppuccin_mocha.theme -------------------------------------------------------------------------------- /config/btop/themes/tokyo-night.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/btop/themes/tokyo-night.theme -------------------------------------------------------------------------------- /config/cava/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/cava/config -------------------------------------------------------------------------------- /config/cava/shaders/bar_spectrum.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/cava/shaders/bar_spectrum.frag -------------------------------------------------------------------------------- /config/cava/shaders/normalized_bars.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/cava/shaders/normalized_bars.frag -------------------------------------------------------------------------------- /config/cava/shaders/pass_through.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/cava/shaders/pass_through.vert -------------------------------------------------------------------------------- /config/dunst/dunstrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/dunst/dunstrc -------------------------------------------------------------------------------- /config/fcitx5/conf/cached_layouts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/fcitx5/conf/cached_layouts -------------------------------------------------------------------------------- /config/fcitx5/conf/chttrans.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/fcitx5/conf/chttrans.conf -------------------------------------------------------------------------------- /config/fcitx5/conf/classicui.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/fcitx5/conf/classicui.conf -------------------------------------------------------------------------------- /config/fcitx5/conf/clipboard.conf: -------------------------------------------------------------------------------- 1 | # 粘贴主选区 2 | PastePrimaryKey= 3 | # 项目个数 4 | Number of entries=10 5 | 6 | [TriggerKey] 7 | 0=Super+V 8 | 9 | -------------------------------------------------------------------------------- /config/fcitx5/conf/keyboard.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/fcitx5/conf/keyboard.conf -------------------------------------------------------------------------------- /config/fcitx5/conf/notifications.conf: -------------------------------------------------------------------------------- 1 | # 隐藏通知 2 | HiddenNotifications= 3 | 4 | -------------------------------------------------------------------------------- /config/fcitx5/conf/pinyin.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/fcitx5/conf/pinyin.conf -------------------------------------------------------------------------------- /config/fcitx5/conf/punctuation.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/fcitx5/conf/punctuation.conf -------------------------------------------------------------------------------- /config/fcitx5/conf/waylandim.conf: -------------------------------------------------------------------------------- 1 | # 检测当前运行的程序 (需要重启) 2 | DetectApplication=True 3 | 4 | -------------------------------------------------------------------------------- /config/fcitx5/conf/xim.conf: -------------------------------------------------------------------------------- 1 | # 使用 On The Spot 风格 (需要重启) 2 | UseOnTheSpot=True 3 | 4 | -------------------------------------------------------------------------------- /config/fcitx5/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/fcitx5/config -------------------------------------------------------------------------------- /config/fcitx5/profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/fcitx5/profile -------------------------------------------------------------------------------- /config/fcitx5/profile_DV3Ysu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/fcitx5/profile_DV3Ysu -------------------------------------------------------------------------------- /config/fcitx5/themes/FluentDark/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/fcitx5/themes/FluentDark/arrow.png -------------------------------------------------------------------------------- /config/fcitx5/themes/FluentDark/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/fcitx5/themes/FluentDark/back.png -------------------------------------------------------------------------------- /config/fcitx5/themes/FluentDark/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/fcitx5/themes/FluentDark/next.png -------------------------------------------------------------------------------- /config/fcitx5/themes/FluentDark/panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/fcitx5/themes/FluentDark/panel.png -------------------------------------------------------------------------------- /config/fcitx5/themes/FluentDark/radio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/fcitx5/themes/FluentDark/radio.png -------------------------------------------------------------------------------- /config/fcitx5/themes/FluentDark/theme.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/fcitx5/themes/FluentDark/theme.conf -------------------------------------------------------------------------------- /config/hypr/chino.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/chino.mp4 -------------------------------------------------------------------------------- /config/hypr/hyprland.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/hyprland.conf -------------------------------------------------------------------------------- /config/hypr/hyprland/animations.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/hyprland/animations.conf -------------------------------------------------------------------------------- /config/hypr/hyprland/autostart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/hyprland/autostart -------------------------------------------------------------------------------- /config/hypr/hyprland/decoration/blur.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/hyprland/decoration/blur.conf -------------------------------------------------------------------------------- /config/hypr/hyprland/decoration/opacity.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/hyprland/decoration/opacity.conf -------------------------------------------------------------------------------- /config/hypr/hyprland/decoration/round.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/hyprland/decoration/round.conf -------------------------------------------------------------------------------- /config/hypr/hyprland/decoration/shadow.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/hyprland/decoration/shadow.conf -------------------------------------------------------------------------------- /config/hypr/hyprland/dwinle.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/hyprland/dwinle.conf -------------------------------------------------------------------------------- /config/hypr/hyprland/env.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/hyprland/env.conf -------------------------------------------------------------------------------- /config/hypr/hyprland/general.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/hyprland/general.conf -------------------------------------------------------------------------------- /config/hypr/hyprland/gestures.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/hyprland/gestures.conf -------------------------------------------------------------------------------- /config/hypr/hyprland/input.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/hyprland/input.conf -------------------------------------------------------------------------------- /config/hypr/hyprland/keybinds/app.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/hyprland/keybinds/app.conf -------------------------------------------------------------------------------- /config/hypr/hyprland/keybinds/bringtness.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/hyprland/keybinds/bringtness.conf -------------------------------------------------------------------------------- /config/hypr/hyprland/keybinds/dwinle_arror.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/hyprland/keybinds/dwinle_arror.conf -------------------------------------------------------------------------------- /config/hypr/hyprland/keybinds/dwinle_hjkl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/hyprland/keybinds/dwinle_hjkl.conf -------------------------------------------------------------------------------- /config/hypr/hyprland/keybinds/group.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/hyprland/keybinds/group.conf -------------------------------------------------------------------------------- /config/hypr/hyprland/keybinds/master.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/hyprland/keybinds/master.conf -------------------------------------------------------------------------------- /config/hypr/hyprland/keybinds/other.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/hyprland/keybinds/other.conf -------------------------------------------------------------------------------- /config/hypr/hyprland/keybinds/rofi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/hyprland/keybinds/rofi.conf -------------------------------------------------------------------------------- /config/hypr/hyprland/keybinds/term.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/hyprland/keybinds/term.conf -------------------------------------------------------------------------------- /config/hypr/hyprland/keybinds/volume.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/hyprland/keybinds/volume.conf -------------------------------------------------------------------------------- /config/hypr/hyprland/keybinds/window.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/hyprland/keybinds/window.conf -------------------------------------------------------------------------------- /config/hypr/hyprland/keybinds/workspace.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/hyprland/keybinds/workspace.conf -------------------------------------------------------------------------------- /config/hypr/hyprland/master.conf: -------------------------------------------------------------------------------- 1 | master { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /config/hypr/hyprland/misc.conf: -------------------------------------------------------------------------------- 1 | misc { 2 | 3 | } 4 | -------------------------------------------------------------------------------- /config/hypr/hyprland/windowrule.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/hyprland/windowrule.conf -------------------------------------------------------------------------------- /config/hypr/icons/b0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/icons/b0.png -------------------------------------------------------------------------------- /config/hypr/icons/b10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/icons/b10.png -------------------------------------------------------------------------------- /config/hypr/icons/b100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/icons/b100.png -------------------------------------------------------------------------------- /config/hypr/icons/b20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/icons/b20.png -------------------------------------------------------------------------------- /config/hypr/icons/b30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/icons/b30.png -------------------------------------------------------------------------------- /config/hypr/icons/b40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/icons/b40.png -------------------------------------------------------------------------------- /config/hypr/icons/b50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/icons/b50.png -------------------------------------------------------------------------------- /config/hypr/icons/b60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/icons/b60.png -------------------------------------------------------------------------------- /config/hypr/icons/b70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/icons/b70.png -------------------------------------------------------------------------------- /config/hypr/icons/b80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/icons/b80.png -------------------------------------------------------------------------------- /config/hypr/icons/b90.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/icons/b90.png -------------------------------------------------------------------------------- /config/hypr/icons/battery_charging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/icons/battery_charging.png -------------------------------------------------------------------------------- /config/hypr/icons/battery_low.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/icons/battery_low.png -------------------------------------------------------------------------------- /config/hypr/icons/battery_mid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/icons/battery_mid.png -------------------------------------------------------------------------------- /config/hypr/icons/brightness-high.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/icons/brightness-high.svg -------------------------------------------------------------------------------- /config/hypr/icons/brightness-low.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/icons/brightness-low.svg -------------------------------------------------------------------------------- /config/hypr/icons/brightness-medium.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/icons/brightness-medium.svg -------------------------------------------------------------------------------- /config/hypr/icons/brightness-off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/icons/brightness-off.svg -------------------------------------------------------------------------------- /config/hypr/icons/gamma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/icons/gamma.png -------------------------------------------------------------------------------- /config/hypr/icons/resume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/icons/resume.png -------------------------------------------------------------------------------- /config/hypr/icons/stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/icons/stop.png -------------------------------------------------------------------------------- /config/hypr/icons/volume_high.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/icons/volume_high.svg -------------------------------------------------------------------------------- /config/hypr/icons/volume_low.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/icons/volume_low.svg -------------------------------------------------------------------------------- /config/hypr/icons/volume_medium.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/icons/volume_medium.svg -------------------------------------------------------------------------------- /config/hypr/icons/volume_muted.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/icons/volume_muted.svg -------------------------------------------------------------------------------- /config/hypr/icons/volume_off.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/icons/volume_off.svg -------------------------------------------------------------------------------- /config/hypr/scripts/areaterm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/scripts/areaterm.sh -------------------------------------------------------------------------------- /config/hypr/scripts/colorpicker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/scripts/colorpicker -------------------------------------------------------------------------------- /config/hypr/scripts/control/brightness: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/scripts/control/brightness -------------------------------------------------------------------------------- /config/hypr/scripts/control/volume: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/scripts/control/volume -------------------------------------------------------------------------------- /config/hypr/scripts/gtkthemes-bkp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/scripts/gtkthemes-bkp -------------------------------------------------------------------------------- /config/hypr/scripts/other/transout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/scripts/other/transout -------------------------------------------------------------------------------- /config/hypr/scripts/other/transout.speak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/scripts/other/transout.speak -------------------------------------------------------------------------------- /config/hypr/scripts/other/write.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/scripts/other/write.sh -------------------------------------------------------------------------------- /config/hypr/scripts/ramdomtext.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/scripts/ramdomtext.py -------------------------------------------------------------------------------- /config/hypr/scripts/rofi/askpass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/scripts/rofi/askpass -------------------------------------------------------------------------------- /config/hypr/scripts/rofi/launcher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/scripts/rofi/launcher -------------------------------------------------------------------------------- /config/hypr/scripts/rofi/music: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/scripts/rofi/music -------------------------------------------------------------------------------- /config/hypr/scripts/rofi/powermenu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/scripts/rofi/powermenu -------------------------------------------------------------------------------- /config/hypr/scripts/rofi/runner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/scripts/rofi/runner -------------------------------------------------------------------------------- /config/hypr/scripts/rofi/screenshot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/scripts/rofi/screenshot -------------------------------------------------------------------------------- /config/hypr/scripts/waybar/cycle.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/scripts/waybar/cycle.sh -------------------------------------------------------------------------------- /config/hypr/scripts/waybar/wall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/scripts/waybar/wall -------------------------------------------------------------------------------- /config/hypr/scripts/waybar/waybar.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/bash 2 | waybar & 3 | -------------------------------------------------------------------------------- /config/hypr/wallpaper/Clannad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/wallpaper/Clannad.png -------------------------------------------------------------------------------- /config/hypr/wallpaper/Home.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/wallpaper/Home.gif -------------------------------------------------------------------------------- /config/hypr/wallpaper/Sakura.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/wallpaper/Sakura.png -------------------------------------------------------------------------------- /config/hypr/wallpaper/StarDream.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/wallpaper/StarDream.jpg -------------------------------------------------------------------------------- /config/hypr/wlogout/actions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/wlogout/actions -------------------------------------------------------------------------------- /config/hypr/wlogout/icons/hibernate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/wlogout/icons/hibernate.png -------------------------------------------------------------------------------- /config/hypr/wlogout/icons/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/wlogout/icons/lock.png -------------------------------------------------------------------------------- /config/hypr/wlogout/icons/logout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/wlogout/icons/logout.png -------------------------------------------------------------------------------- /config/hypr/wlogout/icons/reboot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/wlogout/icons/reboot.png -------------------------------------------------------------------------------- /config/hypr/wlogout/icons/shutdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/wlogout/icons/shutdown.png -------------------------------------------------------------------------------- /config/hypr/wlogout/icons/suspend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/wlogout/icons/suspend.png -------------------------------------------------------------------------------- /config/hypr/wlogout/layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/wlogout/layout -------------------------------------------------------------------------------- /config/hypr/wlogout/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/hypr/wlogout/style.css -------------------------------------------------------------------------------- /config/mpd/database: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/mpd/database -------------------------------------------------------------------------------- /config/mpd/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/mpd/log -------------------------------------------------------------------------------- /config/mpd/mpd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/mpd/mpd.conf -------------------------------------------------------------------------------- /config/mpd/pid: -------------------------------------------------------------------------------- 1 | 1552 2 | -------------------------------------------------------------------------------- /config/mpd/playlists/「10 Hz Alpha Thunderstorm」.m3u: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/mpd/playlists/「10 Hz Alpha Thunderstorm」.m3u -------------------------------------------------------------------------------- /config/mpd/playlists/「東方钢琴祭:幻梦终醒 本无不散之宴」.m3u: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/mpd/playlists/「東方钢琴祭:幻梦终醒 本无不散之宴」.m3u -------------------------------------------------------------------------------- /config/mpd/playlists/「软萌合唱|让可愛治愈这个世界」.m3u: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/mpd/playlists/「软萌合唱|让可愛治愈这个世界」.m3u -------------------------------------------------------------------------------- /config/mpd/state: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/mpd/state -------------------------------------------------------------------------------- /config/mpd/sticker.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/mpd/sticker.sql -------------------------------------------------------------------------------- /config/ncmpcpp/bindings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/ncmpcpp/bindings -------------------------------------------------------------------------------- /config/ncmpcpp/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/ncmpcpp/config -------------------------------------------------------------------------------- /config/ncmpcpp/error.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /config/ncmpcpp/lyrics/GET IN THE RING - Terminal Station.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /config/ncmpcpp/lyrics/QU4RTZ - Make-up session ABC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/ncmpcpp/lyrics/QU4RTZ - Make-up session ABC.txt -------------------------------------------------------------------------------- /config/ncmpcpp/lyrics/阿澄佳奈新谷良子後藤邑子水橋かおり - でわっしょい.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/ncmpcpp/lyrics/阿澄佳奈新谷良子後藤邑子水橋かおり - でわっしょい.txt -------------------------------------------------------------------------------- /config/nemo/bookmark-metadata: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /config/neofetch/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/neofetch/config.conf -------------------------------------------------------------------------------- /config/rofi/askpass.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/rofi/askpass.rasi -------------------------------------------------------------------------------- /config/rofi/bluetooth.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/rofi/bluetooth.rasi -------------------------------------------------------------------------------- /config/rofi/clipmenu.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/rofi/clipmenu.rasi -------------------------------------------------------------------------------- /config/rofi/confirm.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/rofi/confirm.rasi -------------------------------------------------------------------------------- /config/rofi/launcher.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/rofi/launcher.rasi -------------------------------------------------------------------------------- /config/rofi/music.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/rofi/music.rasi -------------------------------------------------------------------------------- /config/rofi/networkmenu.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/rofi/networkmenu.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/rofi/powermenu.rasi -------------------------------------------------------------------------------- /config/rofi/runner.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/rofi/runner.rasi -------------------------------------------------------------------------------- /config/rofi/screenshot.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/rofi/screenshot.rasi -------------------------------------------------------------------------------- /config/rofi/shared/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/rofi/shared/colors.rasi -------------------------------------------------------------------------------- /config/rofi/shared/fonts.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/rofi/shared/fonts.rasi -------------------------------------------------------------------------------- /config/waybar/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/waybar/config -------------------------------------------------------------------------------- /config/waybar/configb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/waybar/configb -------------------------------------------------------------------------------- /config/waybar/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/waybar/style.css -------------------------------------------------------------------------------- /config/waybar/style.cssb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/waybar/style.cssb -------------------------------------------------------------------------------- /config/wezterm/colors/rose-pine-dawn.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/wezterm/colors/rose-pine-dawn.toml -------------------------------------------------------------------------------- /config/wezterm/colors/rose-pine-moon.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/wezterm/colors/rose-pine-moon.toml -------------------------------------------------------------------------------- /config/wezterm/colors/rose-pine.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/wezterm/colors/rose-pine.toml -------------------------------------------------------------------------------- /config/wezterm/colors/tokyonight_day.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/wezterm/colors/tokyonight_day.toml -------------------------------------------------------------------------------- /config/wezterm/colors/tokyonight_moon.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/wezterm/colors/tokyonight_moon.toml -------------------------------------------------------------------------------- /config/wezterm/colors/tokyonight_night.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/wezterm/colors/tokyonight_night.toml -------------------------------------------------------------------------------- /config/wezterm/colors/tokyonight_storm.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/wezterm/colors/tokyonight_storm.toml -------------------------------------------------------------------------------- /config/wezterm/float.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/wezterm/float.lua -------------------------------------------------------------------------------- /config/wezterm/lua/rose-pine-dawn.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/wezterm/lua/rose-pine-dawn.lua -------------------------------------------------------------------------------- /config/wezterm/lua/rose-pine-moon.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/wezterm/lua/rose-pine-moon.lua -------------------------------------------------------------------------------- /config/wezterm/lua/rose-pine.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/wezterm/lua/rose-pine.lua -------------------------------------------------------------------------------- /config/wezterm/wezterm.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/wezterm/wezterm.lua -------------------------------------------------------------------------------- /config/zsh/.p10k.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/zsh/.p10k.zsh -------------------------------------------------------------------------------- /config/zsh/.zsh/aliases.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/zsh/.zsh/aliases.zsh -------------------------------------------------------------------------------- /config/zsh/.zsh/env.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/zsh/.zsh/env.zsh -------------------------------------------------------------------------------- /config/zsh/.zsh/fzf-keybind.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/zsh/.zsh/fzf-keybind.zsh -------------------------------------------------------------------------------- /config/zsh/.zsh/fzf.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/zsh/.zsh/fzf.zsh -------------------------------------------------------------------------------- /config/zsh/.zsh/fzf/bup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/zsh/.zsh/fzf/bup -------------------------------------------------------------------------------- /config/zsh/.zsh/fzf/cani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/zsh/.zsh/fzf/cani -------------------------------------------------------------------------------- /config/zsh/.zsh/fzf/efif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/zsh/.zsh/fzf/efif -------------------------------------------------------------------------------- /config/zsh/.zsh/fzf/ffind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/zsh/.zsh/fzf/ffind -------------------------------------------------------------------------------- /config/zsh/.zsh/fzf/ffunctions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/zsh/.zsh/fzf/ffunctions -------------------------------------------------------------------------------- /config/zsh/.zsh/fzf/fhistory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/zsh/.zsh/fzf/fhistory -------------------------------------------------------------------------------- /config/zsh/.zsh/fzf/fp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/zsh/.zsh/fzf/fp -------------------------------------------------------------------------------- /config/zsh/.zsh/fzf/fps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/zsh/.zsh/fzf/fps -------------------------------------------------------------------------------- /config/zsh/.zsh/fzf/fzf-find-widget: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/zsh/.zsh/fzf/fzf-find-widget -------------------------------------------------------------------------------- /config/zsh/.zsh/fzf/get_ip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/zsh/.zsh/fzf/get_ip -------------------------------------------------------------------------------- /config/zsh/.zsh/fzf/kp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/zsh/.zsh/fzf/kp -------------------------------------------------------------------------------- /config/zsh/.zsh/fzf/ks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/zsh/.zsh/fzf/ks -------------------------------------------------------------------------------- /config/zsh/.zsh/fzf/util: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/zsh/.zsh/fzf/util -------------------------------------------------------------------------------- /config/zsh/.zsh/keymaps.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/zsh/.zsh/keymaps.zsh -------------------------------------------------------------------------------- /config/zsh/.zshrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/config/zsh/.zshrc -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/install.sh -------------------------------------------------------------------------------- /local/fonts/方正兰亭圆_GBK_中.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Buer-Nahida/Hyprdots/HEAD/local/fonts/方正兰亭圆_GBK_中.ttf --------------------------------------------------------------------------------