gitextract_tylkocls/ ├── README.md ├── copy-configs.sh ├── dunst/ │ ├── dunstrc │ └── mocha.conf ├── eww/ │ ├── README.md │ ├── css/ │ │ ├── _colors.scss │ │ ├── _colorscheme.scss │ │ └── _overview.scss │ ├── eww.scss │ ├── eww.yuck │ ├── modules/ │ │ └── variables.yuck │ ├── scripts/ │ │ ├── activewin │ │ ├── activews │ │ ├── focuswindow │ │ ├── get-icon.py │ │ ├── overview1 │ │ ├── overview2 │ │ ├── selectwindow │ │ ├── winlist │ │ ├── winnumbers │ │ └── workspaces │ ├── tmp/ │ │ ├── _colorscheme.colorpallete │ │ ├── _iconcolor.txt │ │ └── colors_generated.conf │ └── windows/ │ └── overview.yuck ├── hypr/ │ ├── desktop-portals.sh │ ├── hyprland.conf │ ├── hyprpaper-desktop.conf │ ├── hyprpaper-laptop.conf │ ├── mocha.conf │ ├── per-monitor-launcher.sh │ ├── portals-log │ ├── scripts/ │ │ ├── focused-window │ │ ├── get-last-focused-window.sh │ │ └── last-focused-window │ └── toggle-gaps.sh ├── kitty/ │ └── kitty.conf ├── nvim/ │ ├── init.vim │ └── keymappings.lua ├── ranger/ │ ├── commands.py │ ├── commands_full.py │ ├── rc.conf │ ├── rifle.conf │ └── scope.sh ├── rofi/ │ ├── colors.rasi │ ├── config.rasi │ └── style.rasi ├── wallpapers/ │ └── catppuccin-custom.xcf ├── waybar/ │ ├── colors/ │ │ └── mocha.css │ ├── desktop-bar/ │ │ ├── config │ │ └── style.css │ ├── laptop-bar/ │ │ ├── config │ │ └── style.css │ └── scripts/ │ ├── dunst.sh │ ├── mediaplayer.py │ ├── power-menu/ │ │ ├── powermenu.sh │ │ ├── shared/ │ │ │ ├── colors/ │ │ │ │ ├── adapta.rasi │ │ │ │ ├── arc.rasi │ │ │ │ ├── black.rasi │ │ │ │ ├── catppuccin.rasi │ │ │ │ ├── cyberpunk.rasi │ │ │ │ ├── dracula.rasi │ │ │ │ ├── everforest.rasi │ │ │ │ ├── gruvbox.rasi │ │ │ │ ├── lovelace.rasi │ │ │ │ ├── navy.rasi │ │ │ │ ├── nord.rasi │ │ │ │ ├── onedark.rasi │ │ │ │ ├── paper.rasi │ │ │ │ ├── solarized.rasi │ │ │ │ ├── tokyonight.rasi │ │ │ │ └── yousai.rasi │ │ │ ├── colors.rasi │ │ │ └── fonts.rasi │ │ ├── style-1.rasi │ │ ├── style-2.rasi │ │ ├── style-3.rasi │ │ ├── style-4.rasi │ │ └── style-5.rasi │ ├── rofi-wifi-menu.sh │ ├── spotify.sh │ └── weather.py ├── wofi/ │ ├── colors/ │ │ └── mocha.css │ ├── config │ ├── powermenu.sh │ ├── style.css │ └── wifimenu.sh ├── wrappedhl └── zsh/ ├── .p10k.zsh └── .zshrc