├── .config ├── dunst │ └── dunstrc ├── fcitx5 │ ├── README.md │ └── conf │ │ └── classicui.conf ├── flameshot │ └── flameshot.ini ├── hypr │ ├── hyprland.conf │ ├── hyprlock.conf │ ├── hyprpaper.conf │ └── scripts │ │ └── xdph.sh ├── kitty │ └── kitty.conf ├── rofi │ ├── assets │ │ ├── lock.png │ │ ├── power.png │ │ ├── reboot.png │ │ └── suspend.png │ ├── config.rasi │ ├── scripts │ │ └── powermenu.sh │ └── themes │ │ └── theme.rasi ├── uwsm │ ├── default-id │ ├── env │ └── env-hyprland ├── waybar │ ├── config.jsonc │ ├── scripts │ │ ├── bluetooth │ │ ├── brightness │ │ └── volume │ └── style.css ├── wofi │ ├── config │ ├── icons │ │ ├── lock.svg │ │ ├── power.svg │ │ ├── reboot.svg │ │ └── suspend.svg │ ├── scripts │ │ └── powermenu.sh │ └── style.css └── yazi │ └── yazi.toml ├── .local └── share │ └── fcitx5 │ ├── rime │ └── default.custom.yaml │ └── themes │ └── Github-Dark │ └── theme.conf ├── README.md └── examples ├── fcitx-theme.webp ├── showcase1.webp ├── showcase2.webp └── showcase3.webp /.config/dunst/dunstrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxOrz/dotfiles-hyprland/HEAD/.config/dunst/dunstrc -------------------------------------------------------------------------------- /.config/fcitx5/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxOrz/dotfiles-hyprland/HEAD/.config/fcitx5/README.md -------------------------------------------------------------------------------- /.config/fcitx5/conf/classicui.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxOrz/dotfiles-hyprland/HEAD/.config/fcitx5/conf/classicui.conf -------------------------------------------------------------------------------- /.config/flameshot/flameshot.ini: -------------------------------------------------------------------------------- 1 | [General] 2 | useGrimAdapter=true -------------------------------------------------------------------------------- /.config/hypr/hyprland.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxOrz/dotfiles-hyprland/HEAD/.config/hypr/hyprland.conf -------------------------------------------------------------------------------- /.config/hypr/hyprlock.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxOrz/dotfiles-hyprland/HEAD/.config/hypr/hyprlock.conf -------------------------------------------------------------------------------- /.config/hypr/hyprpaper.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxOrz/dotfiles-hyprland/HEAD/.config/hypr/hyprpaper.conf -------------------------------------------------------------------------------- /.config/hypr/scripts/xdph.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxOrz/dotfiles-hyprland/HEAD/.config/hypr/scripts/xdph.sh -------------------------------------------------------------------------------- /.config/kitty/kitty.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxOrz/dotfiles-hyprland/HEAD/.config/kitty/kitty.conf -------------------------------------------------------------------------------- /.config/rofi/assets/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxOrz/dotfiles-hyprland/HEAD/.config/rofi/assets/lock.png -------------------------------------------------------------------------------- /.config/rofi/assets/power.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxOrz/dotfiles-hyprland/HEAD/.config/rofi/assets/power.png -------------------------------------------------------------------------------- /.config/rofi/assets/reboot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxOrz/dotfiles-hyprland/HEAD/.config/rofi/assets/reboot.png -------------------------------------------------------------------------------- /.config/rofi/assets/suspend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxOrz/dotfiles-hyprland/HEAD/.config/rofi/assets/suspend.png -------------------------------------------------------------------------------- /.config/rofi/config.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxOrz/dotfiles-hyprland/HEAD/.config/rofi/config.rasi -------------------------------------------------------------------------------- /.config/rofi/scripts/powermenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxOrz/dotfiles-hyprland/HEAD/.config/rofi/scripts/powermenu.sh -------------------------------------------------------------------------------- /.config/rofi/themes/theme.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxOrz/dotfiles-hyprland/HEAD/.config/rofi/themes/theme.rasi -------------------------------------------------------------------------------- /.config/uwsm/default-id: -------------------------------------------------------------------------------- 1 | hyprland-uwsm.desktop 2 | -------------------------------------------------------------------------------- /.config/uwsm/env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxOrz/dotfiles-hyprland/HEAD/.config/uwsm/env -------------------------------------------------------------------------------- /.config/uwsm/env-hyprland: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.config/waybar/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxOrz/dotfiles-hyprland/HEAD/.config/waybar/config.jsonc -------------------------------------------------------------------------------- /.config/waybar/scripts/bluetooth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxOrz/dotfiles-hyprland/HEAD/.config/waybar/scripts/bluetooth -------------------------------------------------------------------------------- /.config/waybar/scripts/brightness: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxOrz/dotfiles-hyprland/HEAD/.config/waybar/scripts/brightness -------------------------------------------------------------------------------- /.config/waybar/scripts/volume: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxOrz/dotfiles-hyprland/HEAD/.config/waybar/scripts/volume -------------------------------------------------------------------------------- /.config/waybar/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxOrz/dotfiles-hyprland/HEAD/.config/waybar/style.css -------------------------------------------------------------------------------- /.config/wofi/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxOrz/dotfiles-hyprland/HEAD/.config/wofi/config -------------------------------------------------------------------------------- /.config/wofi/icons/lock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxOrz/dotfiles-hyprland/HEAD/.config/wofi/icons/lock.svg -------------------------------------------------------------------------------- /.config/wofi/icons/power.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxOrz/dotfiles-hyprland/HEAD/.config/wofi/icons/power.svg -------------------------------------------------------------------------------- /.config/wofi/icons/reboot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxOrz/dotfiles-hyprland/HEAD/.config/wofi/icons/reboot.svg -------------------------------------------------------------------------------- /.config/wofi/icons/suspend.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxOrz/dotfiles-hyprland/HEAD/.config/wofi/icons/suspend.svg -------------------------------------------------------------------------------- /.config/wofi/scripts/powermenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxOrz/dotfiles-hyprland/HEAD/.config/wofi/scripts/powermenu.sh -------------------------------------------------------------------------------- /.config/wofi/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxOrz/dotfiles-hyprland/HEAD/.config/wofi/style.css -------------------------------------------------------------------------------- /.config/yazi/yazi.toml: -------------------------------------------------------------------------------- 1 | # yazi.toml 2 | [manager] 3 | show_hidden = true 4 | -------------------------------------------------------------------------------- /.local/share/fcitx5/rime/default.custom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxOrz/dotfiles-hyprland/HEAD/.local/share/fcitx5/rime/default.custom.yaml -------------------------------------------------------------------------------- /.local/share/fcitx5/themes/Github-Dark/theme.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxOrz/dotfiles-hyprland/HEAD/.local/share/fcitx5/themes/Github-Dark/theme.conf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxOrz/dotfiles-hyprland/HEAD/README.md -------------------------------------------------------------------------------- /examples/fcitx-theme.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxOrz/dotfiles-hyprland/HEAD/examples/fcitx-theme.webp -------------------------------------------------------------------------------- /examples/showcase1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxOrz/dotfiles-hyprland/HEAD/examples/showcase1.webp -------------------------------------------------------------------------------- /examples/showcase2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxOrz/dotfiles-hyprland/HEAD/examples/showcase2.webp -------------------------------------------------------------------------------- /examples/showcase3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cxOrz/dotfiles-hyprland/HEAD/examples/showcase3.webp --------------------------------------------------------------------------------