gitextract_io2fhnkm/ ├── README.md ├── dunst/ │ └── dunstrc ├── foot/ │ └── foot.ini ├── fuzzel/ │ └── fuzzel.ini ├── hypr/ │ ├── conf/ │ │ ├── decoration.conf │ │ ├── keybinds.conf │ │ ├── startup.conf │ │ └── windowrules.conf │ ├── hypridle.conf │ ├── hyprland.conf │ ├── hyprlock.conf │ └── hyprpaper.conf ├── i3/ │ └── config ├── kitty/ │ ├── kitty.conf │ └── theme.conf ├── neofetch/ │ └── config.conf ├── picom.conf ├── scripts/ │ └── battery/ │ └── battery-notify.sh ├── sway/ │ ├── config │ └── scripts/ │ ├── idle.sh │ └── lock.sh ├── swaylock/ │ ├── config │ └── qt5ct/ │ └── qt5ct.conf ├── waybar/ │ ├── awe/ │ │ ├── config │ │ └── style.css │ ├── bluish/ │ │ ├── config │ │ └── style.css │ ├── colorful/ │ │ ├── config │ │ ├── scripts/ │ │ │ ├── PBPbattery.sh │ │ │ ├── executable_update.sh │ │ │ ├── keyhint.sh │ │ │ ├── mediaplayer.sh │ │ │ ├── power-menu.sh │ │ │ └── weather.sh │ │ └── style.css │ ├── minimal/ │ │ ├── config │ │ └── style.css │ └── vertical waybar/ │ ├── config │ └── style.css └── wofi/ ├── config └── style.css