gitextract_zabo41o_/ ├── .editorconfig ├── .github/ │ └── ISSUE_TEMPLATE/ │ ├── bug.yml │ └── config.yml ├── AGENTS.md ├── LICENSE ├── README.md ├── applications/ │ ├── Alacritty.desktop │ ├── hidden/ │ │ ├── avahi-discover.desktop │ │ ├── bssh.desktop │ │ ├── btop.desktop │ │ ├── bvnc.desktop │ │ ├── cmake-gui.desktop │ │ ├── cups.desktop │ │ ├── dropbox.desktop │ │ ├── electron34.desktop │ │ ├── electron36.desktop │ │ ├── electron37.desktop │ │ ├── fcitx5-configtool.desktop │ │ ├── fcitx5-wayland-launcher.desktop │ │ ├── java-java-openjdk.desktop │ │ ├── jconsole-java-openjdk.desktop │ │ ├── jshell-java-openjdk.desktop │ │ ├── kbd-layout-viewer5.desktop │ │ ├── kcm_fcitx5.desktop │ │ ├── kcm_kaccounts.desktop │ │ ├── kvantummanager.desktop │ │ ├── limine-snapper-restore.desktop │ │ ├── org.fcitx.Fcitx5.desktop │ │ ├── org.fcitx.fcitx5-config-qt.desktop │ │ ├── org.fcitx.fcitx5-migrator.desktop │ │ ├── org.fcitx.fcitx5-qt5-gui-wrapper.desktop │ │ ├── org.fcitx.fcitx5-qt6-gui-wrapper.desktop │ │ ├── qv4l2.desktop │ │ ├── qvidcap.desktop │ │ ├── uuctl.desktop │ │ ├── wiremix.desktop │ │ ├── xgps.desktop │ │ └── xgpsspeed.desktop │ ├── imv.desktop │ ├── mpv.desktop │ └── typora.desktop ├── bin/ │ ├── omarchy-battery-capacity │ ├── omarchy-battery-monitor │ ├── omarchy-battery-present │ ├── omarchy-battery-remaining │ ├── omarchy-battery-remaining-time │ ├── omarchy-battery-status │ ├── omarchy-branch-set │ ├── omarchy-brightness-display │ ├── omarchy-brightness-display-apple │ ├── omarchy-brightness-keyboard │ ├── omarchy-channel-set │ ├── omarchy-cmd-audio-switch │ ├── omarchy-cmd-first-run │ ├── omarchy-cmd-missing │ ├── omarchy-cmd-present │ ├── omarchy-cmd-screenrecord │ ├── omarchy-cmd-screensaver │ ├── omarchy-cmd-screenshot │ ├── omarchy-cmd-share │ ├── omarchy-cmd-terminal-cwd │ ├── omarchy-config-direct-boot │ ├── omarchy-debug │ ├── omarchy-dev-add-migration │ ├── omarchy-drive-info │ ├── omarchy-drive-select │ ├── omarchy-drive-set-password │ ├── omarchy-font-current │ ├── omarchy-font-list │ ├── omarchy-font-set │ ├── omarchy-hibernation-available │ ├── omarchy-hibernation-remove │ ├── omarchy-hibernation-setup │ ├── omarchy-hook │ ├── omarchy-hw-asus-rog │ ├── omarchy-hw-framework16 │ ├── omarchy-hw-intel │ ├── omarchy-hw-surface │ ├── omarchy-hyprland-monitor-scaling-cycle │ ├── omarchy-hyprland-window-close-all │ ├── omarchy-hyprland-window-gaps-toggle │ ├── omarchy-hyprland-window-pop │ ├── omarchy-hyprland-window-single-square-aspect-toggle │ ├── omarchy-hyprland-workspace-layout-toggle │ ├── omarchy-install-chromium-google-account │ ├── omarchy-install-dev-env │ ├── omarchy-install-docker-dbs │ ├── omarchy-install-dropbox │ ├── omarchy-install-geforce-now │ ├── omarchy-install-nordvpn │ ├── omarchy-install-steam │ ├── omarchy-install-tailscale │ ├── omarchy-install-terminal │ ├── omarchy-install-vscode │ ├── omarchy-install-xbox-controllers │ ├── omarchy-launch-about │ ├── omarchy-launch-audio │ ├── omarchy-launch-bluetooth │ ├── omarchy-launch-browser │ ├── omarchy-launch-editor │ ├── omarchy-launch-floating-terminal-with-presentation │ ├── omarchy-launch-or-focus │ ├── omarchy-launch-or-focus-tui │ ├── omarchy-launch-or-focus-webapp │ ├── omarchy-launch-screensaver │ ├── omarchy-launch-tui │ ├── omarchy-launch-walker │ ├── omarchy-launch-webapp │ ├── omarchy-launch-wifi │ ├── omarchy-lock-screen │ ├── omarchy-menu │ ├── omarchy-menu-keybindings │ ├── omarchy-migrate │ ├── omarchy-notification-dismiss │ ├── omarchy-npx-install │ ├── omarchy-pkg-add │ ├── omarchy-pkg-aur-accessible │ ├── omarchy-pkg-aur-add │ ├── omarchy-pkg-aur-install │ ├── omarchy-pkg-drop │ ├── omarchy-pkg-install │ ├── omarchy-pkg-missing │ ├── omarchy-pkg-present │ ├── omarchy-pkg-remove │ ├── omarchy-powerprofiles-list │ ├── omarchy-refresh-applications │ ├── omarchy-refresh-chromium │ ├── omarchy-refresh-config │ ├── omarchy-refresh-fastfetch │ ├── omarchy-refresh-hypridle │ ├── omarchy-refresh-hyprland │ ├── omarchy-refresh-hyprlock │ ├── omarchy-refresh-hyprsunset │ ├── omarchy-refresh-limine │ ├── omarchy-refresh-pacman │ ├── omarchy-refresh-plymouth │ ├── omarchy-refresh-sddm │ ├── omarchy-refresh-swayosd │ ├── omarchy-refresh-tmux │ ├── omarchy-refresh-walker │ ├── omarchy-refresh-waybar │ ├── omarchy-reinstall │ ├── omarchy-reinstall-configs │ ├── omarchy-reinstall-git │ ├── omarchy-reinstall-pkgs │ ├── omarchy-remove-dev-env │ ├── omarchy-remove-preinstalls │ ├── omarchy-restart-app │ ├── omarchy-restart-bluetooth │ ├── omarchy-restart-btop │ ├── omarchy-restart-hyprctl │ ├── omarchy-restart-hypridle │ ├── omarchy-restart-hyprsunset │ ├── omarchy-restart-makima │ ├── omarchy-restart-mako │ ├── omarchy-restart-opencode │ ├── omarchy-restart-pipewire │ ├── omarchy-restart-swayosd │ ├── omarchy-restart-terminal │ ├── omarchy-restart-tmux │ ├── omarchy-restart-walker │ ├── omarchy-restart-waybar │ ├── omarchy-restart-wifi │ ├── omarchy-restart-xcompose │ ├── omarchy-setup-dns │ ├── omarchy-setup-fido2 │ ├── omarchy-setup-fingerprint │ ├── omarchy-setup-makima │ ├── omarchy-show-done │ ├── omarchy-show-logo │ ├── omarchy-snapshot │ ├── omarchy-state │ ├── omarchy-sudo-keepalive │ ├── omarchy-sudo-passwordless-toggle │ ├── omarchy-sudo-reset │ ├── omarchy-swayosd-brightness │ ├── omarchy-swayosd-kbd-brightness │ ├── omarchy-system-logout │ ├── omarchy-system-reboot │ ├── omarchy-system-shutdown │ ├── omarchy-theme-bg-install │ ├── omarchy-theme-bg-next │ ├── omarchy-theme-bg-set │ ├── omarchy-theme-current │ ├── omarchy-theme-install │ ├── omarchy-theme-list │ ├── omarchy-theme-refresh │ ├── omarchy-theme-remove │ ├── omarchy-theme-set │ ├── omarchy-theme-set-browser │ ├── omarchy-theme-set-gnome │ ├── omarchy-theme-set-keyboard │ ├── omarchy-theme-set-keyboard-asus-rog │ ├── omarchy-theme-set-keyboard-f16 │ ├── omarchy-theme-set-obsidian │ ├── omarchy-theme-set-templates │ ├── omarchy-theme-set-vscode │ ├── omarchy-theme-update │ ├── omarchy-toggle-hybrid-gpu │ ├── omarchy-toggle-idle │ ├── omarchy-toggle-nightlight │ ├── omarchy-toggle-notification-silencing │ ├── omarchy-toggle-screensaver │ ├── omarchy-toggle-suspend │ ├── omarchy-toggle-waybar │ ├── omarchy-tui-install │ ├── omarchy-tui-remove │ ├── omarchy-tui-remove-all │ ├── omarchy-tz-select │ ├── omarchy-update │ ├── omarchy-update-analyze-logs │ ├── omarchy-update-aur-pkgs │ ├── omarchy-update-available │ ├── omarchy-update-available-reset │ ├── omarchy-update-branch │ ├── omarchy-update-confirm │ ├── omarchy-update-firmware │ ├── omarchy-update-git │ ├── omarchy-update-keyring │ ├── omarchy-update-orphan-pkgs │ ├── omarchy-update-perform │ ├── omarchy-update-restart │ ├── omarchy-update-system-pkgs │ ├── omarchy-update-time │ ├── omarchy-update-without-idle │ ├── omarchy-upload-log │ ├── omarchy-version │ ├── omarchy-version-branch │ ├── omarchy-version-channel │ ├── omarchy-version-pkgs │ ├── omarchy-voxtype-config │ ├── omarchy-voxtype-install │ ├── omarchy-voxtype-model │ ├── omarchy-voxtype-remove │ ├── omarchy-voxtype-status │ ├── omarchy-webapp-handler-hey │ ├── omarchy-webapp-handler-zoom │ ├── omarchy-webapp-install │ ├── omarchy-webapp-remove │ ├── omarchy-webapp-remove-all │ ├── omarchy-wifi-powersave │ └── omarchy-windows-vm ├── boot.sh ├── config/ │ ├── Typora/ │ │ └── themes/ │ │ ├── ia_typora.css │ │ └── ia_typora_night.css │ ├── alacritty/ │ │ └── alacritty.toml │ ├── brave-flags.conf │ ├── btop/ │ │ └── btop.conf │ ├── chromium/ │ │ └── Default/ │ │ └── Preferences │ ├── chromium-flags.conf │ ├── elephant/ │ │ ├── calc.toml │ │ ├── desktopapplications.toml │ │ └── symbols.toml │ ├── environment.d/ │ │ └── fcitx.conf │ ├── fastfetch/ │ │ └── config.jsonc │ ├── fcitx5/ │ │ └── conf/ │ │ ├── clipboard.conf │ │ └── xcb.conf │ ├── fontconfig/ │ │ └── fonts.conf │ ├── ghostty/ │ │ └── config │ ├── git/ │ │ └── config │ ├── hypr/ │ │ ├── autostart.conf │ │ ├── bindings.conf │ │ ├── hypridle.conf │ │ ├── hyprland.conf │ │ ├── hyprlock.conf │ │ ├── hyprsunset.conf │ │ ├── input.conf │ │ ├── looknfeel.conf │ │ ├── monitors.conf │ │ └── xdph.conf │ ├── hyprland-preview-share-picker/ │ │ └── config.yaml │ ├── imv/ │ │ └── config │ ├── kitty/ │ │ └── kitty.conf │ ├── lazygit/ │ │ └── config.yml │ ├── omarchy/ │ │ ├── extensions/ │ │ │ └── menu.sh │ │ ├── hooks/ │ │ │ ├── battery-low.sample │ │ │ ├── font-set.sample │ │ │ ├── post-update.sample │ │ │ └── theme-set.sample │ │ └── themed/ │ │ └── alacritty.toml.tpl.sample │ ├── opencode/ │ │ └── opencode.json │ ├── starship.toml │ ├── swayosd/ │ │ ├── config.toml │ │ └── style.css │ ├── systemd/ │ │ └── user/ │ │ ├── omarchy-battery-monitor.service │ │ └── omarchy-battery-monitor.timer │ ├── tmux/ │ │ └── tmux.conf │ ├── uwsm/ │ │ ├── default │ │ └── env │ ├── walker/ │ │ └── config.toml │ ├── waybar/ │ │ ├── config.jsonc │ │ └── style.css │ ├── wiremix/ │ │ └── wiremix.toml │ ├── xdg-terminals.list │ └── xournalpp/ │ └── settings.xml ├── default/ │ ├── alacritty/ │ │ └── screensaver.toml │ ├── bash/ │ │ ├── aliases │ │ ├── envs │ │ ├── fns/ │ │ │ ├── compression │ │ │ ├── drives │ │ │ ├── ssh-port-forwarding │ │ │ ├── tmux │ │ │ ├── transcoding │ │ │ └── worktrees │ │ ├── functions │ │ ├── init │ │ ├── inputrc │ │ ├── rc │ │ └── shell │ ├── bashrc │ ├── chromium/ │ │ └── extensions/ │ │ └── copy-url/ │ │ ├── background.js │ │ └── manifest.json │ ├── elephant/ │ │ ├── omarchy_background_selector.lua │ │ └── omarchy_themes.lua │ ├── ghostty/ │ │ └── screensaver │ ├── gpg/ │ │ └── dirmngr.conf │ ├── hypr/ │ │ ├── apps/ │ │ │ ├── 1password.conf │ │ │ ├── bitwarden.conf │ │ │ ├── browser.conf │ │ │ ├── davinci-resolve.conf │ │ │ ├── geforce.conf │ │ │ ├── hyprshot.conf │ │ │ ├── jetbrains.conf │ │ │ ├── localsend.conf │ │ │ ├── moonlight.conf │ │ │ ├── pip.conf │ │ │ ├── qemu.conf │ │ │ ├── retroarch.conf │ │ │ ├── steam.conf │ │ │ ├── system.conf │ │ │ ├── telegram.conf │ │ │ ├── terminals.conf │ │ │ ├── walker.conf │ │ │ └── webcam-overlay.conf │ │ ├── apps.conf │ │ ├── autostart.conf │ │ ├── bindings/ │ │ │ ├── clipboard.conf │ │ │ ├── media.conf │ │ │ ├── tiling-v2.conf │ │ │ ├── tiling.conf │ │ │ └── utilities.conf │ │ ├── bindings.conf │ │ ├── envs.conf │ │ ├── input.conf │ │ ├── looknfeel.conf │ │ ├── plain-bindings.conf │ │ └── windows.conf │ ├── limine/ │ │ ├── default.conf │ │ └── limine.conf │ ├── makima/ │ │ └── AT Translated Set 2 keyboard.toml │ ├── mako/ │ │ └── core.ini │ ├── omarchy-skill/ │ │ └── SKILL.md │ ├── pacman/ │ │ ├── mirrorlist-edge │ │ ├── mirrorlist-rc │ │ ├── mirrorlist-stable │ │ ├── pacman-edge.conf │ │ ├── pacman-rc.conf │ │ └── pacman-stable.conf │ ├── plymouth/ │ │ ├── omarchy.plymouth │ │ └── omarchy.script │ ├── sddm/ │ │ └── omarchy/ │ │ ├── Main.qml │ │ ├── metadata.desktop │ │ └── theme.conf │ ├── systemd/ │ │ ├── faster-shutdown.conf │ │ ├── system/ │ │ │ └── supergfxd.service.d/ │ │ │ └── delay-start.conf │ │ ├── system-sleep/ │ │ │ ├── force-igpu │ │ │ ├── keyboard-backlight │ │ │ └── unmount-fuse │ │ └── user@.service.d/ │ │ └── faster-shutdown.conf │ ├── themed/ │ │ ├── alacritty.toml.tpl │ │ ├── btop.theme.tpl │ │ ├── chromium.theme.tpl │ │ ├── ghostty.conf.tpl │ │ ├── hyprland-preview-share-picker.css.tpl │ │ ├── hyprland.conf.tpl │ │ ├── hyprlock.conf.tpl │ │ ├── keyboard.rgb.tpl │ │ ├── kitty.conf.tpl │ │ ├── mako.ini.tpl │ │ ├── obsidian.css.tpl │ │ ├── swayosd.css.tpl │ │ ├── walker.css.tpl │ │ └── waybar.css.tpl │ ├── udev/ │ │ └── framework16-qmk-hid.rules │ ├── voxtype/ │ │ └── config.toml │ ├── walker/ │ │ ├── restart.conf │ │ ├── themes/ │ │ │ └── omarchy-default/ │ │ │ ├── layout.xml │ │ │ └── style.css │ │ └── walker.desktop │ ├── waybar/ │ │ └── indicators/ │ │ ├── idle.sh │ │ ├── notification-silencing.sh │ │ └── screen-recording.sh │ ├── wireplumber/ │ │ └── wireplumber.conf.d/ │ │ └── alsa-soft-mixer.conf │ └── xcompose ├── icon.txt ├── install/ │ ├── config/ │ │ ├── all.sh │ │ ├── branding.sh │ │ ├── config.sh │ │ ├── detect-keyboard-layout.sh │ │ ├── docker.sh │ │ ├── fast-shutdown.sh │ │ ├── fix-powerprofilesctl-shebang.sh │ │ ├── git.sh │ │ ├── gpg.sh │ │ ├── hardware/ │ │ │ ├── bluetooth.sh │ │ │ ├── fix-apple-spi-keyboard.sh │ │ │ ├── fix-apple-suspend-nvme.sh │ │ │ ├── fix-apple-t2.sh │ │ │ ├── fix-asus-rog-audio-mixer.sh │ │ │ ├── fix-asus-rog-mic.sh │ │ │ ├── fix-bcm43xx.sh │ │ │ ├── fix-dell-xps-audio.sh │ │ │ ├── fix-dell-xps-haptic-touchpad.sh │ │ │ ├── fix-f13-amd-audio-input.sh │ │ │ ├── fix-fkeys.sh │ │ │ ├── fix-intel-panther-lake-display.sh │ │ │ ├── fix-surface-keyboard.sh │ │ │ ├── fix-synaptic-touchpad.sh │ │ │ ├── fix-tuxedo-backlight.sh │ │ │ ├── fix-yt6801-ethernet-adapter.sh │ │ │ ├── framework16-qmk-hid.sh │ │ │ ├── ignore-power-button.sh │ │ │ ├── intel-ipu7-camera.sh │ │ │ ├── intel-thermald.sh │ │ │ ├── intel.sh │ │ │ ├── network.sh │ │ │ ├── nvidia.sh │ │ │ ├── printer.sh │ │ │ ├── set-wireless-regdom.sh │ │ │ ├── usb-autosuspend.sh │ │ │ └── vulkan.sh │ │ ├── increase-file-watchers.sh │ │ ├── increase-lockout-limit.sh │ │ ├── increase-sudo-tries.sh │ │ ├── input-group.sh │ │ ├── kernel-modules-hook.sh │ │ ├── localdb.sh │ │ ├── mimetypes.sh │ │ ├── mise-work.sh │ │ ├── omarchy-ai-skill.sh │ │ ├── plocate-ac-only.sh │ │ ├── powerprofilesctl-rules.sh │ │ ├── remove-fcitx5-autostart.sh │ │ ├── ssh-flakiness.sh │ │ ├── sudoless-asdcontrol.sh │ │ ├── theme.sh │ │ ├── timezones.sh │ │ ├── unmount-fuse.sh │ │ ├── walker-elephant.sh │ │ ├── wifi-powersave-rules.sh │ │ └── xcompose.sh │ ├── first-run/ │ │ ├── battery-monitor.sh │ │ ├── cleanup-reboot-sudoers.sh │ │ ├── dns-resolver.sh │ │ ├── elephant.sh │ │ ├── firewall.sh │ │ ├── gnome-theme.sh │ │ ├── welcome.sh │ │ └── wifi.sh │ ├── helpers/ │ │ ├── all.sh │ │ ├── chroot.sh │ │ ├── errors.sh │ │ ├── logging.sh │ │ └── presentation.sh │ ├── login/ │ │ ├── all.sh │ │ ├── default-keyring.sh │ │ ├── limine-snapper.sh │ │ ├── plymouth.sh │ │ └── sddm.sh │ ├── omarchy-base.packages │ ├── omarchy-other.packages │ ├── packaging/ │ │ ├── all.sh │ │ ├── asus-rog.sh │ │ ├── base.sh │ │ ├── fonts.sh │ │ ├── framework16.sh │ │ ├── icons.sh │ │ ├── npx.sh │ │ ├── nvim.sh │ │ ├── surface.sh │ │ ├── tuis.sh │ │ └── webapps.sh │ ├── post-install/ │ │ ├── all.sh │ │ ├── allow-reboot.sh │ │ ├── finished.sh │ │ ├── hibernation.sh │ │ └── pacman.sh │ └── preflight/ │ ├── all.sh │ ├── begin.sh │ ├── disable-mkinitcpio.sh │ ├── first-run-mode.sh │ ├── guard.sh │ ├── migrations.sh │ ├── pacman.sh │ └── show-env.sh ├── install.sh ├── logo.txt ├── migrations/ │ ├── 1751134560.sh │ ├── 1751134562.sh │ ├── 1751134563.sh │ ├── 1751134564.sh │ ├── 1751134568.sh │ ├── 1751135253.sh │ ├── 1751510848.sh │ ├── 1751667620.sh │ ├── 1751669258.sh │ ├── 1751672984.sh │ ├── 1751679069.sh │ ├── 1751821819.sh │ ├── 1751887718.sh │ ├── 1752081088.sh │ ├── 1752082381.sh │ ├── 1752091783.sh │ ├── 1752104271.sh │ ├── 1752168292.sh │ ├── 1752188554.sh │ ├── 1752292967.sh │ ├── 1752535084.sh │ ├── 1752535341.sh │ ├── 1752543801.sh │ ├── 1752643269.sh │ ├── 1752678932.sh │ ├── 1752725616.sh │ ├── 1752793122.sh │ ├── 1752797704.sh │ ├── 1752874371.sh │ ├── 1752896442.sh │ ├── 1752897642.sh │ ├── 1752955912.sh │ ├── 1752981883.sh │ ├── 1753138691.sh │ ├── 1753224615.sh │ ├── 1753495989.sh │ ├── 1753689791.sh │ ├── 1753908454.sh │ ├── 1754047941.sh │ ├── 1754109724.sh │ ├── 1754215533.sh │ ├── 1754221967.sh │ ├── 1754228071.sh │ ├── 1754331529.sh │ ├── 1754332200.sh │ ├── 1754389057.sh │ ├── 1754390772.sh │ ├── 1754509222.sh │ ├── 1754514972.sh │ ├── 1754566681.sh │ ├── 1754668999.sh │ ├── 1754856741.sh │ ├── 1754860578.sh │ ├── 1754984734.sh │ ├── 1754996869.sh │ ├── 1755109182.sh │ ├── 1755139080.sh │ ├── 1755208929.sh │ ├── 1755340533.sh │ ├── 1755436367.sh │ ├── 1755455095.sh │ ├── 1755459930.sh │ ├── 1755494432.sh │ ├── 1755507891.sh │ ├── 1755795450.sh │ ├── 1755865046.sh │ ├── 1755867743.sh │ ├── 1755870033.sh │ ├── 1755904244.sh │ ├── 1755920552.sh │ ├── 1755930114.sh │ ├── 1756060611.sh │ ├── 1756115364.sh │ ├── 1756153445.sh │ ├── 1756203383.sh │ ├── 1756205202.sh │ ├── 1756300740.sh │ ├── 1756360552.sh │ ├── 1756371020.sh │ ├── 1756410649.sh │ ├── 1756411333.sh │ ├── 1756411865.sh │ ├── 1756491748.sh │ ├── 1756494998.sh │ ├── 1756507384.sh │ ├── 1756556731.sh │ ├── 1756629295.sh │ ├── 1756642681.sh │ ├── 1756650507.sh │ ├── 1756911131.sh │ ├── 1757021485.sh │ ├── 1757147211.sh │ ├── 1757279511.sh │ ├── 1757361127.sh │ ├── 1757361128.sh │ ├── 1757435811.sh │ ├── 1757435812.sh │ ├── 1757483378.sh │ ├── 1757511571.sh │ ├── 1757515650.sh │ ├── 1757535736.sh │ ├── 1757783204.sh │ ├── 1757861484.sh │ ├── 1757866485.sh │ ├── 1757877123.sh │ ├── 1757877852.sh │ ├── 1757879836.sh │ ├── 1758019332.sh │ ├── 1758051607.sh │ ├── 1758104201.sh │ ├── 1758107879.sh │ ├── 1758111304.sh │ ├── 1758142943.sh │ ├── 1758436991.sh │ ├── 1758455816.sh │ ├── 1758487660_change_dm_to_sddm.sh │ ├── 1758487662_move_to_custom_uki.sh │ ├── 1758562032.sh │ ├── 1758564460.sh │ ├── 1759093827.sh │ ├── 1759270604.sh │ ├── 1759355846.sh │ ├── 1759691413.sh │ ├── 1759694076.sh │ ├── 1759895423.sh │ ├── 1759913695.sh │ ├── 1760144906.sh │ ├── 1760301290.sh │ ├── 1760304963.sh │ ├── 1760434895.sh │ ├── 1760441237.sh │ ├── 1760462260.sh │ ├── 1760471009.sh │ ├── 1760684828.sh │ ├── 1760693222.sh │ ├── 1760724934.sh │ ├── 1760730253.sh │ ├── 1760787158.sh │ ├── 1761180745.sh │ ├── 1761241493.sh │ ├── 1761247569.sh │ ├── 1761269603.sh │ ├── 1761274806.sh │ ├── 1761274980.sh │ ├── 1761569743.sh │ ├── 1761585764.sh │ ├── 1761638377.sh │ ├── 1761758552.sh │ ├── 1761897226.sh │ ├── 1762121828.sh │ ├── 1762150269.sh │ ├── 1762156000.sh │ ├── 1762352101.sh │ ├── 1762417304.sh │ ├── 1762446739.sh │ ├── 1762684663.sh │ ├── 1762685081.sh │ ├── 1762711005.sh │ ├── 1762768186.sh │ ├── 1762770442.sh │ ├── 1762770815.sh │ ├── 1762781907.sh │ ├── 1762802472.sh │ ├── 1762873545.sh │ ├── 1763386443.sh │ ├── 1763393133.sh │ ├── 1763409182.sh │ ├── 1763409505.sh │ ├── 1763478660.sh │ ├── 1763558828.sh │ ├── 1763560161.sh │ ├── 1763561396.sh │ ├── 1763583093.sh │ ├── 1763626772.sh │ ├── 1763633307.sh │ ├── 1763634099.sh │ ├── 1763653692.sh │ ├── 1763743755.sh │ ├── 1763753641.sh │ ├── 1764067068.sh │ ├── 1764067963.sh │ ├── 1764332115.sh │ ├── 1764333665.sh │ ├── 1764378788.sh │ ├── 1765587218.sh │ ├── 1765729055.sh │ ├── 1765739892.sh │ ├── 1765744321.sh │ ├── 1765846739.sh │ ├── 1765884267.sh │ ├── 1766942230.sh │ ├── 1767138576.sh │ ├── 1767227973.sh │ ├── 1767306902.sh │ ├── 1767414310.sh │ ├── 1767478141.sh │ ├── 1767478687.sh │ ├── 1767685679.sh │ ├── 1767716691.sh │ ├── 1767865784.sh │ ├── 1768236764.sh │ ├── 1768270644.sh │ ├── 1768906440.sh │ ├── 1768916735.sh │ ├── 1769182209.sh │ ├── 1769183359.sh │ ├── 1769510847.sh │ ├── 1769543550.sh │ ├── 1769566732.sh │ ├── 1769616857.sh │ ├── 1769619823.sh │ ├── 1769964367.sh │ ├── 1770159912.sh │ ├── 1770372978.sh │ ├── 1770375655.sh │ ├── 1770375817.sh │ ├── 1770380577.sh │ ├── 1770393078.sh │ ├── 1770483021.sh │ ├── 1770638893.sh │ ├── 1770811646.sh │ ├── 1771002522.sh │ ├── 1771188969.sh │ ├── 1771345870.sh │ ├── 1771403119.sh │ ├── 1771602477.sh │ ├── 1771602647.sh │ ├── 1771606080.sh │ ├── 1771606249.sh │ ├── 1771615907.sh │ ├── 1771618300.sh │ ├── 1771651931.sh │ ├── 1771667323.sh │ ├── 1771670389.sh │ ├── 1771682500.sh │ ├── 1771683168.sh │ ├── 1771683296.sh │ ├── 1771847961.sh │ ├── 1772051864.sh │ ├── 1772120972.sh │ ├── 1772211023.sh │ ├── 1772293693.sh │ ├── 1772294096.sh │ ├── 1772379119.sh │ ├── 1772389838.sh │ ├── 1772632144.sh │ ├── 1772907198.sh │ ├── 1772964511.sh │ ├── 1772981555.sh │ ├── 1772981757.sh │ ├── 1772988614.sh │ ├── 1772990935.sh │ ├── 1773012889.sh │ ├── 1773505447.sh │ ├── 1773598247.sh │ └── 1773599943.sh ├── themes/ │ ├── catppuccin/ │ │ ├── btop.theme │ │ ├── colors.toml │ │ ├── icons.theme │ │ ├── neovim.lua │ │ ├── vscode.json │ │ └── waybar.css │ ├── catppuccin-latte/ │ │ ├── btop.theme │ │ ├── colors.toml │ │ ├── icons.theme │ │ ├── light.mode │ │ ├── neovim.lua │ │ └── vscode.json │ ├── ethereal/ │ │ ├── btop.theme │ │ ├── colors.toml │ │ ├── icons.theme │ │ ├── neovim.lua │ │ └── vscode.json │ ├── everforest/ │ │ ├── btop.theme │ │ ├── colors.toml │ │ ├── icons.theme │ │ ├── neovim.lua │ │ └── vscode.json │ ├── flexoki-light/ │ │ ├── btop.theme │ │ ├── chromium.theme │ │ ├── colors.toml │ │ ├── icons.theme │ │ ├── light.mode │ │ ├── neovim.lua │ │ └── vscode.json │ ├── gruvbox/ │ │ ├── btop.theme │ │ ├── colors.toml │ │ ├── icons.theme │ │ ├── neovim.lua │ │ └── vscode.json │ ├── hackerman/ │ │ ├── btop.theme │ │ ├── colors.toml │ │ ├── icons.theme │ │ ├── neovim.lua │ │ └── vscode.json │ ├── kanagawa/ │ │ ├── btop.theme │ │ ├── colors.toml │ │ ├── hyprland.conf │ │ ├── icons.theme │ │ ├── neovim.lua │ │ └── vscode.json │ ├── lumon/ │ │ ├── btop.theme │ │ ├── chromium.theme │ │ ├── colors.toml │ │ ├── hyprland.conf │ │ ├── icons.theme │ │ ├── neovim.lua │ │ ├── swayosd.css │ │ └── waybar.css │ ├── matte-black/ │ │ ├── btop.theme │ │ ├── colors.toml │ │ ├── icons.theme │ │ ├── neovim.lua │ │ └── vscode.json │ ├── miasma/ │ │ ├── btop.theme │ │ ├── colors.toml │ │ ├── icons.theme │ │ ├── neovim.lua │ │ └── vscode.json │ ├── nord/ │ │ ├── btop.theme │ │ ├── colors.toml │ │ ├── icons.theme │ │ ├── neovim.lua │ │ └── vscode.json │ ├── osaka-jade/ │ │ ├── btop.theme │ │ ├── colors.toml │ │ ├── icons.theme │ │ ├── neovim.lua │ │ └── vscode.json │ ├── ristretto/ │ │ ├── btop.theme │ │ ├── colors.toml │ │ ├── icons.theme │ │ ├── neovim.lua │ │ └── vscode.json │ ├── rose-pine/ │ │ ├── btop.theme │ │ ├── chromium.theme │ │ ├── colors.toml │ │ ├── icons.theme │ │ ├── light.mode │ │ ├── neovim.lua │ │ └── vscode.json │ ├── tokyo-night/ │ │ ├── btop.theme │ │ ├── colors.toml │ │ ├── icons.theme │ │ ├── keyboard.rgb │ │ ├── neovim.lua │ │ └── vscode.json │ ├── vantablack/ │ │ ├── btop.theme │ │ ├── colors.toml │ │ ├── icons.theme │ │ ├── neovim.lua │ │ └── vscode.json │ └── white/ │ ├── btop.theme │ ├── colors.toml │ ├── icons.theme │ ├── light.mode │ ├── neovim.lua │ └── vscode.json └── version