gitextract_ibmexjik/ ├── .config/ │ ├── cava/ │ │ ├── config │ │ └── shaders/ │ │ ├── bar_spectrum.frag │ │ ├── northern_lights.frag │ │ └── pass_through.vert │ ├── fastfetch/ │ │ ├── arch.txt │ │ └── config.jsonc │ ├── hypr/ │ │ ├── hyprland.conf │ │ └── hyprland_borders.conf │ ├── hyprlock/ │ │ └── hyprlock.conf │ ├── kitty/ │ │ └── kitty.conf │ ├── rofi/ │ │ ├── config.rasi │ │ ├── rounded-blue-dark.rasi │ │ ├── rounded-common.rasi │ │ └── withBorder/ │ │ ├── config.rasi │ │ ├── rounded-blue-dark.rasi │ │ └── rounded-common.rasi │ ├── swaync/ │ │ ├── config.json │ │ ├── configSchema.json │ │ ├── style.css │ │ └── withBorders/ │ │ ├── config.json │ │ ├── configSchema.json │ │ └── style.css │ ├── waybar/ │ │ ├── alt_config/ │ │ │ ├── config │ │ │ ├── modules.json │ │ │ └── style.css │ │ ├── config │ │ ├── modules.json │ │ └── style.css │ ├── waypaper/ │ │ └── config.ini │ └── wlogout/ │ ├── layout │ └── style.css ├── .themes/ │ ├── Flat-Remix-GTK-Blue-Dark/ │ │ ├── cinnamon/ │ │ │ └── cinnamon.css │ │ ├── gtk-2.0/ │ │ │ ├── gtkrc │ │ │ └── main.rc │ │ ├── gtk-3.0/ │ │ │ └── gtk.css │ │ ├── gtk-4.0/ │ │ │ └── gtk.css │ │ ├── index.theme │ │ ├── install.sh │ │ ├── libadwaita/ │ │ │ └── gtk.css │ │ └── uninstall.sh │ ├── Flat-Remix-GTK-Blue-Dark-Solid/ │ │ ├── cinnamon/ │ │ │ └── cinnamon.css │ │ ├── gtk-2.0/ │ │ │ ├── gtkrc │ │ │ └── main.rc │ │ ├── gtk-3.0/ │ │ │ └── gtk.css │ │ ├── gtk-4.0/ │ │ │ └── gtk.css │ │ ├── index.theme │ │ ├── install.sh │ │ ├── libadwaita/ │ │ │ └── gtk.css │ │ └── uninstall.sh │ ├── Flat-Remix-GTK-Blue-Darkest/ │ │ ├── cinnamon/ │ │ │ └── cinnamon.css │ │ ├── gtk-2.0/ │ │ │ ├── gtkrc │ │ │ └── main.rc │ │ ├── gtk-3.0/ │ │ │ └── gtk.css │ │ ├── gtk-4.0/ │ │ │ └── gtk.css │ │ ├── index.theme │ │ ├── install.sh │ │ ├── libadwaita/ │ │ │ └── gtk.css │ │ └── uninstall.sh │ ├── Flat-Remix-GTK-Blue-Darkest-Solid/ │ │ ├── cinnamon/ │ │ │ └── cinnamon.css │ │ ├── gtk-2.0/ │ │ │ ├── gtkrc │ │ │ └── main.rc │ │ ├── gtk-3.0/ │ │ │ └── gtk.css │ │ ├── gtk-4.0/ │ │ │ └── gtk.css │ │ ├── index.theme │ │ ├── install.sh │ │ ├── libadwaita/ │ │ │ └── gtk.css │ │ └── uninstall.sh │ ├── Flat-Remix-GTK-Blue-Light/ │ │ ├── cinnamon/ │ │ │ └── cinnamon.css │ │ ├── gtk-2.0/ │ │ │ ├── gtkrc │ │ │ └── main.rc │ │ ├── gtk-3.0/ │ │ │ ├── gtk-dark.css │ │ │ └── gtk.css │ │ ├── gtk-4.0/ │ │ │ ├── gtk-dark.css │ │ │ └── gtk.css │ │ ├── index.theme │ │ ├── install.sh │ │ ├── libadwaita/ │ │ │ └── gtk.css │ │ └── uninstall.sh │ ├── Flat-Remix-GTK-Blue-Light-Solid/ │ │ ├── cinnamon/ │ │ │ └── cinnamon.css │ │ ├── gtk-2.0/ │ │ │ ├── gtkrc │ │ │ └── main.rc │ │ ├── gtk-3.0/ │ │ │ ├── gtk-dark.css │ │ │ └── gtk.css │ │ ├── gtk-4.0/ │ │ │ ├── gtk-dark.css │ │ │ └── gtk.css │ │ ├── index.theme │ │ ├── install.sh │ │ ├── libadwaita/ │ │ │ └── gtk.css │ │ └── uninstall.sh │ └── Sweet-Ambar-Blue-Dark-v40/ │ ├── cinnamon/ │ │ ├── cinnamon-dark.css │ │ └── cinnamon.css │ ├── gnome-shell/ │ │ └── gnome-shell.css │ ├── gtk-2.0/ │ │ ├── apps/ │ │ │ ├── chrome.rc │ │ │ ├── gimp.rc │ │ │ ├── libreoffice.rc │ │ │ ├── terminal.rc │ │ │ ├── thunar.rc │ │ │ └── xfce.rc │ │ ├── gtkrc │ │ └── main.rc │ ├── gtk-3.0/ │ │ ├── gtk-dark.css │ │ └── gtk.css │ ├── gtk-4.0/ │ │ ├── gtk-dark.css │ │ └── gtk.css │ ├── index.theme │ ├── metacity-1/ │ │ ├── metacity-theme-1.xml │ │ ├── metacity-theme-2.xml │ │ ├── metacity-theme-3.xml │ │ └── metacity-theme.xml │ └── xfwm4/ │ └── themerc ├── .zshrc ├── Keybinds cheat sheet ├── README.md ├── Required Fonts ├── dependencies ├── gentoo/ │ ├── package.use/ │ │ └── gtk-layer-shell │ ├── packages.accept_idontremeber/ │ │ ├── app-misc │ │ ├── dev-python │ │ ├── gui-apps │ │ └── x11-apps │ └── waypaper/ │ └── waypaper.desktop ├── install.sh └── optional