├── .gitignore ├── .gitmodules ├── .tool-versions ├── README.md ├── Xresources ├── bin ├── autostart ├── brightness ├── copy ├── electron-wayland ├── eww ├── git-all ├── git-better-branch ├── git-branchname ├── git-cleanup ├── git-close-pr ├── git-default-branch ├── git-goto ├── git-nuke ├── git-open-pr ├── git-pr-description ├── git-publish ├── git-push-all ├── git-push-pr ├── git-squash ├── git-wtf ├── grimblast ├── macos.sh ├── pacman-sizes ├── scratchpad ├── sepolia ├── teensy.64bit ├── term2gif └── ventura.sh ├── cargo └── config.toml ├── config ├── alacritty │ ├── alacritty.yml │ └── catppuccin-mocha.yml ├── atuin │ ├── config.toml │ ├── server.toml │ └── server │ │ └── docker-compose.yml ├── bat │ ├── config │ └── themes │ │ ├── catppuccin-latte.tmTheme │ │ └── catppuccin-mocha.tmTheme ├── broot │ ├── conf.hjson │ ├── dark-blue-skin.hjson │ ├── dark-gruvbox.hjson │ ├── dark-orange-skin.hjson │ ├── solarized-dark.hjson │ ├── solarized-light.hjson │ ├── verbs.hjson │ └── white-skin.hjson ├── dunst │ └── dunstrc ├── eww │ ├── eww.scss │ ├── eww.scss.old │ ├── eww.yuck │ ├── eww.yuck.old │ └── scripts │ │ ├── battery │ │ ├── cpu │ │ ├── cputemp │ │ ├── get-volume │ │ ├── mem-ad │ │ ├── memory │ │ ├── network │ │ ├── pop │ │ ├── set-volume │ │ └── workspace ├── flameshot │ └── flameshot.ini ├── git │ ├── attributes │ ├── commit-message │ ├── config │ ├── ignore │ ├── node_modules │ │ └── .yarn-integrity │ ├── template │ │ └── hooks │ │ │ ├── ctags │ │ │ ├── post-checkout │ │ │ ├── post-commit │ │ │ ├── post-merge │ │ │ └── post-rewrite │ └── yarn.lock ├── glance │ └── glance.yml ├── helix │ ├── config.toml │ ├── languages.toml │ ├── runtime │ └── themes │ │ └── catppuccin_mocha.toml ├── hypr │ ├── arrakis │ │ ├── index.conf │ │ ├── monitors.conf │ │ ├── startup.conf │ │ └── windowrules.conf │ ├── hyprland.conf │ ├── hyprpaper.conf │ ├── keybinds.conf │ ├── konishi │ │ ├── index.conf │ │ ├── monitors.conf │ │ ├── startup.conf │ │ └── windowrules.conf │ ├── themes │ │ └── catppuccin-mocha.conf │ └── windowrules.conf ├── i3 │ ├── config │ ├── host.conf │ ├── hosts │ │ └── konishi.conf │ ├── keybindings.conf │ ├── startup.conf │ ├── style.conf │ └── xf86.conf ├── imv │ └── config ├── kitty │ ├── config │ │ ├── catppuccin-mocha.conf │ │ ├── font.conf │ │ ├── keys.conf │ │ ├── misc.conf │ │ └── tab-style.conf │ └── kitty.conf ├── lazygit │ └── config.yml ├── mimeapps.list ├── nvim │ ├── .cache │ │ └── v │ │ │ └── cache │ │ │ └── lastfailed │ ├── after │ │ ├── ftplugin │ │ │ └── rust.lua │ │ └── queries │ │ │ └── rust │ │ │ └── injections.scm │ ├── filetype.lua │ ├── init.lua │ ├── lazy-lock.json │ ├── lua │ │ ├── .luarc.json │ │ ├── base.lua │ │ ├── lazy-inner.lua │ │ ├── mappings.lua │ │ ├── plugins │ │ │ ├── ai.lua │ │ │ ├── cmp.lua │ │ │ ├── editing.lua │ │ │ ├── file-explorer.lua │ │ │ ├── fuzzy-finding.lua │ │ │ ├── godot.lua │ │ │ ├── lsp.lua │ │ │ ├── lspconfig.lua │ │ │ ├── terminal.lua │ │ │ ├── theme.lua │ │ │ ├── treesitter.lua │ │ │ ├── ui.lua │ │ │ └── utils.lua │ │ └── util │ │ │ ├── icons.lua │ │ │ └── init.lua │ ├── queries │ │ └── rust │ │ │ └── highlights.scm │ └── snippets │ │ ├── typescriptreact.lua │ │ └── typescriptreact │ │ └── component.lua ├── paru │ └── paru.conf ├── picom │ └── picom.conf ├── proselint │ └── config ├── qmk │ └── qmk.ini ├── ripgrep │ └── ignore ├── rofi │ ├── applets │ │ ├── bin │ │ │ ├── appasroot.sh │ │ │ ├── apps.sh │ │ │ ├── battery.sh │ │ │ ├── brightness.sh │ │ │ ├── mpd.sh │ │ │ ├── powermenu.sh │ │ │ ├── quicklinks.sh │ │ │ ├── screenshot.sh │ │ │ └── volume.sh │ │ ├── shared │ │ │ ├── colors.rasi │ │ │ ├── fonts.rasi │ │ │ └── theme.bash │ │ ├── type-1 │ │ │ ├── style-1.rasi │ │ │ ├── style-2.rasi │ │ │ └── style-3.rasi │ │ ├── type-2 │ │ │ ├── style-1.rasi │ │ │ ├── style-2.rasi │ │ │ └── style-3.rasi │ │ ├── type-3 │ │ │ ├── style-1.rasi │ │ │ ├── style-2.rasi │ │ │ └── style-3.rasi │ │ ├── type-4 │ │ │ ├── style-1.rasi │ │ │ ├── style-2.rasi │ │ │ └── style-3.rasi │ │ └── type-5 │ │ │ ├── style-1.rasi │ │ │ ├── style-2.rasi │ │ │ └── style-3.rasi │ ├── 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 │ ├── config.rasi │ ├── images │ │ ├── a.png │ │ ├── b.png │ │ ├── c.png │ │ ├── d.png │ │ ├── e.jpg │ │ ├── f.png │ │ ├── flowers-1.png │ │ ├── flowers-2.png │ │ ├── flowers-3.png │ │ ├── g.png │ │ ├── gradient.png │ │ ├── h.jpg │ │ ├── i.jpg │ │ ├── j.jpg │ │ ├── paper.png │ │ └── user.jpeg │ ├── launchers │ │ ├── type-1 │ │ │ ├── launcher.sh │ │ │ ├── shared │ │ │ │ ├── colors.rasi │ │ │ │ └── fonts.rasi │ │ │ ├── style-1.rasi │ │ │ ├── style-10.rasi │ │ │ ├── style-11.rasi │ │ │ ├── style-12.rasi │ │ │ ├── style-13.rasi │ │ │ ├── style-14.rasi │ │ │ ├── style-15.rasi │ │ │ ├── style-2.rasi │ │ │ ├── style-3.rasi │ │ │ ├── style-4.rasi │ │ │ ├── style-5.rasi │ │ │ ├── style-6.rasi │ │ │ ├── style-7.rasi │ │ │ ├── style-8.rasi │ │ │ └── style-9.rasi │ │ ├── type-2 │ │ │ ├── launcher.sh │ │ │ ├── shared │ │ │ │ ├── colors.rasi │ │ │ │ └── fonts.rasi │ │ │ ├── style-1.rasi │ │ │ ├── style-10.rasi │ │ │ ├── style-11.rasi │ │ │ ├── style-12.rasi │ │ │ ├── style-13.rasi │ │ │ ├── style-14.rasi │ │ │ ├── style-15.rasi │ │ │ ├── style-2.rasi │ │ │ ├── style-3.rasi │ │ │ ├── style-4.rasi │ │ │ ├── style-5.rasi │ │ │ ├── style-6.rasi │ │ │ ├── style-7.rasi │ │ │ ├── style-8.rasi │ │ │ └── style-9.rasi │ │ ├── type-3 │ │ │ ├── launcher.sh │ │ │ ├── shared │ │ │ │ ├── colors.rasi │ │ │ │ └── fonts.rasi │ │ │ ├── style-1.rasi │ │ │ ├── style-10.rasi │ │ │ ├── style-2.rasi │ │ │ ├── style-3.rasi │ │ │ ├── style-4.rasi │ │ │ ├── style-5.rasi │ │ │ ├── style-6.rasi │ │ │ ├── style-7.rasi │ │ │ ├── style-8.rasi │ │ │ └── style-9.rasi │ │ ├── type-4 │ │ │ ├── launcher.sh │ │ │ ├── shared │ │ │ │ ├── colors.rasi │ │ │ │ └── fonts.rasi │ │ │ ├── style-1.rasi │ │ │ ├── style-10.rasi │ │ │ ├── style-2.rasi │ │ │ ├── style-3.rasi │ │ │ ├── style-4.rasi │ │ │ ├── style-5.rasi │ │ │ ├── style-6.rasi │ │ │ ├── style-7.rasi │ │ │ ├── style-8.rasi │ │ │ └── style-9.rasi │ │ ├── type-5 │ │ │ ├── launcher.sh │ │ │ ├── style-1.rasi │ │ │ ├── style-2.rasi │ │ │ ├── style-3.rasi │ │ │ ├── style-4.rasi │ │ │ └── style-5.rasi │ │ ├── type-6 │ │ │ ├── launcher.sh │ │ │ ├── style-1.rasi │ │ │ ├── style-10.rasi │ │ │ ├── style-2.rasi │ │ │ ├── style-3.rasi │ │ │ ├── style-4.rasi │ │ │ ├── style-5.rasi │ │ │ ├── style-6.rasi │ │ │ ├── style-7.rasi │ │ │ ├── style-8.rasi │ │ │ └── style-9.rasi │ │ └── type-7 │ │ │ ├── launcher.sh │ │ │ ├── style-1.rasi │ │ │ ├── style-10.rasi │ │ │ ├── style-2.rasi │ │ │ ├── style-3.rasi │ │ │ ├── style-4.rasi │ │ │ ├── style-5.rasi │ │ │ ├── style-6.rasi │ │ │ ├── style-7.rasi │ │ │ ├── style-8.rasi │ │ │ └── style-9.rasi │ ├── powermenu │ │ ├── type-1 │ │ │ ├── powermenu.sh │ │ │ ├── shared │ │ │ │ ├── colors.rasi │ │ │ │ └── fonts.rasi │ │ │ ├── style-1.rasi │ │ │ ├── style-2.rasi │ │ │ ├── style-3.rasi │ │ │ ├── style-4.rasi │ │ │ └── style-5.rasi │ │ ├── type-2 │ │ │ ├── powermenu.sh │ │ │ ├── shared │ │ │ │ ├── colors.rasi │ │ │ │ └── fonts.rasi │ │ │ ├── style-1.rasi │ │ │ ├── style-10.rasi │ │ │ ├── style-2.rasi │ │ │ ├── style-3.rasi │ │ │ ├── style-4.rasi │ │ │ ├── style-5.rasi │ │ │ ├── style-6.rasi │ │ │ ├── style-7.rasi │ │ │ ├── style-8.rasi │ │ │ └── style-9.rasi │ │ ├── type-3 │ │ │ ├── powermenu.sh │ │ │ ├── shared │ │ │ │ ├── colors.rasi │ │ │ │ ├── confirm.rasi │ │ │ │ └── fonts.rasi │ │ │ ├── style-1.rasi │ │ │ ├── style-2.rasi │ │ │ ├── style-3.rasi │ │ │ ├── style-4.rasi │ │ │ └── style-5.rasi │ │ ├── type-4 │ │ │ ├── powermenu.sh │ │ │ ├── shared │ │ │ │ ├── colors.rasi │ │ │ │ ├── confirm.rasi │ │ │ │ └── fonts.rasi │ │ │ ├── style-1.rasi │ │ │ ├── style-2.rasi │ │ │ ├── style-3.rasi │ │ │ ├── style-4.rasi │ │ │ └── style-5.rasi │ │ ├── type-5 │ │ │ ├── powermenu.sh │ │ │ ├── style-1.rasi │ │ │ ├── style-2.rasi │ │ │ ├── style-3.rasi │ │ │ ├── style-4.rasi │ │ │ └── style-5.rasi │ │ └── type-6 │ │ │ ├── powermenu.sh │ │ │ ├── style-1.rasi │ │ │ ├── style-2.rasi │ │ │ ├── style-3.rasi │ │ │ ├── style-4.rasi │ │ │ └── style-5.rasi │ └── scripts │ │ ├── launcher_t1 │ │ ├── launcher_t2 │ │ ├── launcher_t3 │ │ ├── launcher_t4 │ │ ├── launcher_t5 │ │ ├── launcher_t6 │ │ ├── launcher_t7 │ │ ├── powermenu_t1 │ │ ├── powermenu_t2 │ │ ├── powermenu_t3 │ │ ├── powermenu_t4 │ │ ├── powermenu_t5 │ │ └── powermenu_t6 ├── starship │ ├── starship-dark.toml │ ├── starship-light.toml │ └── starship.toml ├── sway │ ├── config │ ├── devices.conf │ ├── keybindings.conf │ ├── keyboard.conf │ ├── scripts │ │ ├── auto_exit_fullscreen.sh │ │ └── mediaplayer.py │ ├── startup.conf │ ├── style.conf │ └── xf86.conf ├── swayidle │ └── config ├── swaync │ ├── config.json │ └── style.css ├── systemd │ └── system │ │ ├── prometheus.service │ │ ├── sepolia-lighthouse.service │ │ ├── sepolia-reth.service │ │ └── sepolia.target ├── user-dirs.conf ├── waybar │ ├── config.jsonc │ ├── latte.css │ └── style.css ├── wezterm │ └── wezterm.lua ├── zathura │ ├── catppuccin-latte │ └── zathurarc └── zsh │ ├── .zshrc │ ├── aliases.zsh │ ├── catppuccin_mocha-zsh-syntax-highlighting.zsh │ ├── cmds.zsh │ ├── completions │ └── pass.zsh-completion │ ├── env.zsh │ ├── history.zsh │ ├── vendor.zsh │ └── znap.sh ├── out.txt ├── packages.txt └── ssh ├── authorized_keys └── config /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/.gitmodules -------------------------------------------------------------------------------- /.tool-versions: -------------------------------------------------------------------------------- 1 | nodejs 18.18.2 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/README.md -------------------------------------------------------------------------------- /Xresources: -------------------------------------------------------------------------------- 1 | Xft.dpi: 120 2 | -------------------------------------------------------------------------------- /bin/autostart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/bin/autostart -------------------------------------------------------------------------------- /bin/brightness: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/bin/brightness -------------------------------------------------------------------------------- /bin/copy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/bin/copy -------------------------------------------------------------------------------- /bin/electron-wayland: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/bin/electron-wayland -------------------------------------------------------------------------------- /bin/eww: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/bin/eww -------------------------------------------------------------------------------- /bin/git-all: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/bin/git-all -------------------------------------------------------------------------------- /bin/git-better-branch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/bin/git-better-branch -------------------------------------------------------------------------------- /bin/git-branchname: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/bin/git-branchname -------------------------------------------------------------------------------- /bin/git-cleanup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/bin/git-cleanup -------------------------------------------------------------------------------- /bin/git-close-pr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/bin/git-close-pr -------------------------------------------------------------------------------- /bin/git-default-branch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/bin/git-default-branch -------------------------------------------------------------------------------- /bin/git-goto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/bin/git-goto -------------------------------------------------------------------------------- /bin/git-nuke: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/bin/git-nuke -------------------------------------------------------------------------------- /bin/git-open-pr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/bin/git-open-pr -------------------------------------------------------------------------------- /bin/git-pr-description: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/bin/git-pr-description -------------------------------------------------------------------------------- /bin/git-publish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/bin/git-publish -------------------------------------------------------------------------------- /bin/git-push-all: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/bin/git-push-all -------------------------------------------------------------------------------- /bin/git-push-pr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/bin/git-push-pr -------------------------------------------------------------------------------- /bin/git-squash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/bin/git-squash -------------------------------------------------------------------------------- /bin/git-wtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/bin/git-wtf -------------------------------------------------------------------------------- /bin/grimblast: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/bin/grimblast -------------------------------------------------------------------------------- /bin/macos.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/bin/macos.sh -------------------------------------------------------------------------------- /bin/pacman-sizes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/bin/pacman-sizes -------------------------------------------------------------------------------- /bin/scratchpad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/bin/scratchpad -------------------------------------------------------------------------------- /bin/sepolia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/bin/sepolia -------------------------------------------------------------------------------- /bin/teensy.64bit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/bin/teensy.64bit -------------------------------------------------------------------------------- /bin/term2gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/bin/term2gif -------------------------------------------------------------------------------- /bin/ventura.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/bin/ventura.sh -------------------------------------------------------------------------------- /cargo/config.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/cargo/config.toml -------------------------------------------------------------------------------- /config/alacritty/alacritty.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/alacritty/alacritty.yml -------------------------------------------------------------------------------- /config/alacritty/catppuccin-mocha.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/alacritty/catppuccin-mocha.yml -------------------------------------------------------------------------------- /config/atuin/config.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/atuin/config.toml -------------------------------------------------------------------------------- /config/atuin/server.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/atuin/server.toml -------------------------------------------------------------------------------- /config/atuin/server/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/atuin/server/docker-compose.yml -------------------------------------------------------------------------------- /config/bat/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/bat/config -------------------------------------------------------------------------------- /config/bat/themes/catppuccin-latte.tmTheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/bat/themes/catppuccin-latte.tmTheme -------------------------------------------------------------------------------- /config/bat/themes/catppuccin-mocha.tmTheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/bat/themes/catppuccin-mocha.tmTheme -------------------------------------------------------------------------------- /config/broot/conf.hjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/broot/conf.hjson -------------------------------------------------------------------------------- /config/broot/dark-blue-skin.hjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/broot/dark-blue-skin.hjson -------------------------------------------------------------------------------- /config/broot/dark-gruvbox.hjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/broot/dark-gruvbox.hjson -------------------------------------------------------------------------------- /config/broot/dark-orange-skin.hjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/broot/dark-orange-skin.hjson -------------------------------------------------------------------------------- /config/broot/solarized-dark.hjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/broot/solarized-dark.hjson -------------------------------------------------------------------------------- /config/broot/solarized-light.hjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/broot/solarized-light.hjson -------------------------------------------------------------------------------- /config/broot/verbs.hjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/broot/verbs.hjson -------------------------------------------------------------------------------- /config/broot/white-skin.hjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/broot/white-skin.hjson -------------------------------------------------------------------------------- /config/dunst/dunstrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/dunst/dunstrc -------------------------------------------------------------------------------- /config/eww/eww.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/eww/eww.scss -------------------------------------------------------------------------------- /config/eww/eww.scss.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/eww/eww.scss.old -------------------------------------------------------------------------------- /config/eww/eww.yuck: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/eww/eww.yuck -------------------------------------------------------------------------------- /config/eww/eww.yuck.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/eww/eww.yuck.old -------------------------------------------------------------------------------- /config/eww/scripts/battery: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/eww/scripts/battery -------------------------------------------------------------------------------- /config/eww/scripts/cpu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/eww/scripts/cpu -------------------------------------------------------------------------------- /config/eww/scripts/cputemp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/eww/scripts/cputemp -------------------------------------------------------------------------------- /config/eww/scripts/get-volume: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | wpctl get-volume @DEFAULT_AUDIO_SINK@ | awk '{ print $2 * 100 }' 4 | -------------------------------------------------------------------------------- /config/eww/scripts/mem-ad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/eww/scripts/mem-ad -------------------------------------------------------------------------------- /config/eww/scripts/memory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/eww/scripts/memory -------------------------------------------------------------------------------- /config/eww/scripts/network: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/eww/scripts/network -------------------------------------------------------------------------------- /config/eww/scripts/pop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/eww/scripts/pop -------------------------------------------------------------------------------- /config/eww/scripts/set-volume: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/eww/scripts/set-volume -------------------------------------------------------------------------------- /config/eww/scripts/workspace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/eww/scripts/workspace -------------------------------------------------------------------------------- /config/flameshot/flameshot.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/flameshot/flameshot.ini -------------------------------------------------------------------------------- /config/git/attributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/git/attributes -------------------------------------------------------------------------------- /config/git/commit-message: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/git/commit-message -------------------------------------------------------------------------------- /config/git/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/git/config -------------------------------------------------------------------------------- /config/git/ignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/git/ignore -------------------------------------------------------------------------------- /config/git/node_modules/.yarn-integrity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/git/node_modules/.yarn-integrity -------------------------------------------------------------------------------- /config/git/template/hooks/ctags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/git/template/hooks/ctags -------------------------------------------------------------------------------- /config/git/template/hooks/post-checkout: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | $(dirname "$0")/ctags & 4 | -------------------------------------------------------------------------------- /config/git/template/hooks/post-commit: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | $(dirname "$0")/ctags & 4 | -------------------------------------------------------------------------------- /config/git/template/hooks/post-merge: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | $(dirname "$0")/ctags & 4 | -------------------------------------------------------------------------------- /config/git/template/hooks/post-rewrite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/git/template/hooks/post-rewrite -------------------------------------------------------------------------------- /config/git/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/git/yarn.lock -------------------------------------------------------------------------------- /config/glance/glance.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/glance/glance.yml -------------------------------------------------------------------------------- /config/helix/config.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/helix/config.toml -------------------------------------------------------------------------------- /config/helix/languages.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/helix/languages.toml -------------------------------------------------------------------------------- /config/helix/runtime: -------------------------------------------------------------------------------- 1 | /home/naps62/contrib/helix-editor/helix/runtime -------------------------------------------------------------------------------- /config/helix/themes/catppuccin_mocha.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/helix/themes/catppuccin_mocha.toml -------------------------------------------------------------------------------- /config/hypr/arrakis/index.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/hypr/arrakis/index.conf -------------------------------------------------------------------------------- /config/hypr/arrakis/monitors.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/hypr/arrakis/monitors.conf -------------------------------------------------------------------------------- /config/hypr/arrakis/startup.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /config/hypr/arrakis/windowrules.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /config/hypr/hyprland.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/hypr/hyprland.conf -------------------------------------------------------------------------------- /config/hypr/hyprpaper.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/hypr/hyprpaper.conf -------------------------------------------------------------------------------- /config/hypr/keybinds.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/hypr/keybinds.conf -------------------------------------------------------------------------------- /config/hypr/konishi/index.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/hypr/konishi/index.conf -------------------------------------------------------------------------------- /config/hypr/konishi/monitors.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/hypr/konishi/monitors.conf -------------------------------------------------------------------------------- /config/hypr/konishi/startup.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/hypr/konishi/startup.conf -------------------------------------------------------------------------------- /config/hypr/konishi/windowrules.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/hypr/konishi/windowrules.conf -------------------------------------------------------------------------------- /config/hypr/themes/catppuccin-mocha.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/hypr/themes/catppuccin-mocha.conf -------------------------------------------------------------------------------- /config/hypr/windowrules.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/hypr/windowrules.conf -------------------------------------------------------------------------------- /config/i3/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/i3/config -------------------------------------------------------------------------------- /config/i3/host.conf: -------------------------------------------------------------------------------- 1 | hosts/konishi.conf -------------------------------------------------------------------------------- /config/i3/hosts/konishi.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/i3/hosts/konishi.conf -------------------------------------------------------------------------------- /config/i3/keybindings.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/i3/keybindings.conf -------------------------------------------------------------------------------- /config/i3/startup.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/i3/startup.conf -------------------------------------------------------------------------------- /config/i3/style.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/i3/style.conf -------------------------------------------------------------------------------- /config/i3/xf86.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/i3/xf86.conf -------------------------------------------------------------------------------- /config/imv/config: -------------------------------------------------------------------------------- 1 | [binds] 2 | = quit 3 | -------------------------------------------------------------------------------- /config/kitty/config/catppuccin-mocha.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/kitty/config/catppuccin-mocha.conf -------------------------------------------------------------------------------- /config/kitty/config/font.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/kitty/config/font.conf -------------------------------------------------------------------------------- /config/kitty/config/keys.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/kitty/config/keys.conf -------------------------------------------------------------------------------- /config/kitty/config/misc.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/kitty/config/misc.conf -------------------------------------------------------------------------------- /config/kitty/config/tab-style.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/kitty/config/tab-style.conf -------------------------------------------------------------------------------- /config/kitty/kitty.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/kitty/kitty.conf -------------------------------------------------------------------------------- /config/lazygit/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/lazygit/config.yml -------------------------------------------------------------------------------- /config/mimeapps.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/mimeapps.list -------------------------------------------------------------------------------- /config/nvim/.cache/v/cache/lastfailed: -------------------------------------------------------------------------------- 1 | { 2 | "": true 3 | } -------------------------------------------------------------------------------- /config/nvim/after/ftplugin/rust.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/nvim/after/ftplugin/rust.lua -------------------------------------------------------------------------------- /config/nvim/after/queries/rust/injections.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/nvim/after/queries/rust/injections.scm -------------------------------------------------------------------------------- /config/nvim/filetype.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/nvim/filetype.lua -------------------------------------------------------------------------------- /config/nvim/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/nvim/init.lua -------------------------------------------------------------------------------- /config/nvim/lazy-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/nvim/lazy-lock.json -------------------------------------------------------------------------------- /config/nvim/lua/.luarc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/nvim/lua/.luarc.json -------------------------------------------------------------------------------- /config/nvim/lua/base.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/nvim/lua/base.lua -------------------------------------------------------------------------------- /config/nvim/lua/lazy-inner.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/nvim/lua/lazy-inner.lua -------------------------------------------------------------------------------- /config/nvim/lua/mappings.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/nvim/lua/mappings.lua -------------------------------------------------------------------------------- /config/nvim/lua/plugins/ai.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/nvim/lua/plugins/ai.lua -------------------------------------------------------------------------------- /config/nvim/lua/plugins/cmp.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/nvim/lua/plugins/cmp.lua -------------------------------------------------------------------------------- /config/nvim/lua/plugins/editing.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/nvim/lua/plugins/editing.lua -------------------------------------------------------------------------------- /config/nvim/lua/plugins/file-explorer.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/nvim/lua/plugins/file-explorer.lua -------------------------------------------------------------------------------- /config/nvim/lua/plugins/fuzzy-finding.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/nvim/lua/plugins/fuzzy-finding.lua -------------------------------------------------------------------------------- /config/nvim/lua/plugins/godot.lua: -------------------------------------------------------------------------------- 1 | return { 2 | "habamax/vim-godot" 3 | } 4 | -------------------------------------------------------------------------------- /config/nvim/lua/plugins/lsp.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/nvim/lua/plugins/lsp.lua -------------------------------------------------------------------------------- /config/nvim/lua/plugins/lspconfig.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/nvim/lua/plugins/lspconfig.lua -------------------------------------------------------------------------------- /config/nvim/lua/plugins/terminal.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/nvim/lua/plugins/terminal.lua -------------------------------------------------------------------------------- /config/nvim/lua/plugins/theme.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/nvim/lua/plugins/theme.lua -------------------------------------------------------------------------------- /config/nvim/lua/plugins/treesitter.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/nvim/lua/plugins/treesitter.lua -------------------------------------------------------------------------------- /config/nvim/lua/plugins/ui.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/nvim/lua/plugins/ui.lua -------------------------------------------------------------------------------- /config/nvim/lua/plugins/utils.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/nvim/lua/plugins/utils.lua -------------------------------------------------------------------------------- /config/nvim/lua/util/icons.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/nvim/lua/util/icons.lua -------------------------------------------------------------------------------- /config/nvim/lua/util/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/nvim/lua/util/init.lua -------------------------------------------------------------------------------- /config/nvim/queries/rust/highlights.scm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/nvim/queries/rust/highlights.scm -------------------------------------------------------------------------------- /config/nvim/snippets/typescriptreact.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/nvim/snippets/typescriptreact.lua -------------------------------------------------------------------------------- /config/nvim/snippets/typescriptreact/component.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/nvim/snippets/typescriptreact/component.lua -------------------------------------------------------------------------------- /config/paru/paru.conf: -------------------------------------------------------------------------------- 1 | [options] 2 | SortBy = popularity 3 | BottomUp 4 | SudoLoop 5 | FailFast 6 | -------------------------------------------------------------------------------- /config/picom/picom.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/picom/picom.conf -------------------------------------------------------------------------------- /config/proselint/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/proselint/config -------------------------------------------------------------------------------- /config/qmk/qmk.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/qmk/qmk.ini -------------------------------------------------------------------------------- /config/ripgrep/ignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/ripgrep/ignore -------------------------------------------------------------------------------- /config/rofi/applets/bin/appasroot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/applets/bin/appasroot.sh -------------------------------------------------------------------------------- /config/rofi/applets/bin/apps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/applets/bin/apps.sh -------------------------------------------------------------------------------- /config/rofi/applets/bin/battery.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/applets/bin/battery.sh -------------------------------------------------------------------------------- /config/rofi/applets/bin/brightness.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/applets/bin/brightness.sh -------------------------------------------------------------------------------- /config/rofi/applets/bin/mpd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/applets/bin/mpd.sh -------------------------------------------------------------------------------- /config/rofi/applets/bin/powermenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/applets/bin/powermenu.sh -------------------------------------------------------------------------------- /config/rofi/applets/bin/quicklinks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/applets/bin/quicklinks.sh -------------------------------------------------------------------------------- /config/rofi/applets/bin/screenshot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/applets/bin/screenshot.sh -------------------------------------------------------------------------------- /config/rofi/applets/bin/volume.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/applets/bin/volume.sh -------------------------------------------------------------------------------- /config/rofi/applets/shared/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/applets/shared/colors.rasi -------------------------------------------------------------------------------- /config/rofi/applets/shared/fonts.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/applets/shared/fonts.rasi -------------------------------------------------------------------------------- /config/rofi/applets/shared/theme.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/applets/shared/theme.bash -------------------------------------------------------------------------------- /config/rofi/applets/type-1/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/applets/type-1/style-1.rasi -------------------------------------------------------------------------------- /config/rofi/applets/type-1/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/applets/type-1/style-2.rasi -------------------------------------------------------------------------------- /config/rofi/applets/type-1/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/applets/type-1/style-3.rasi -------------------------------------------------------------------------------- /config/rofi/applets/type-2/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/applets/type-2/style-1.rasi -------------------------------------------------------------------------------- /config/rofi/applets/type-2/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/applets/type-2/style-2.rasi -------------------------------------------------------------------------------- /config/rofi/applets/type-2/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/applets/type-2/style-3.rasi -------------------------------------------------------------------------------- /config/rofi/applets/type-3/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/applets/type-3/style-1.rasi -------------------------------------------------------------------------------- /config/rofi/applets/type-3/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/applets/type-3/style-2.rasi -------------------------------------------------------------------------------- /config/rofi/applets/type-3/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/applets/type-3/style-3.rasi -------------------------------------------------------------------------------- /config/rofi/applets/type-4/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/applets/type-4/style-1.rasi -------------------------------------------------------------------------------- /config/rofi/applets/type-4/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/applets/type-4/style-2.rasi -------------------------------------------------------------------------------- /config/rofi/applets/type-4/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/applets/type-4/style-3.rasi -------------------------------------------------------------------------------- /config/rofi/applets/type-5/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/applets/type-5/style-1.rasi -------------------------------------------------------------------------------- /config/rofi/applets/type-5/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/applets/type-5/style-2.rasi -------------------------------------------------------------------------------- /config/rofi/applets/type-5/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/applets/type-5/style-3.rasi -------------------------------------------------------------------------------- /config/rofi/colors/adapta.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/colors/adapta.rasi -------------------------------------------------------------------------------- /config/rofi/colors/arc.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/colors/arc.rasi -------------------------------------------------------------------------------- /config/rofi/colors/black.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/colors/black.rasi -------------------------------------------------------------------------------- /config/rofi/colors/catppuccin.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/colors/catppuccin.rasi -------------------------------------------------------------------------------- /config/rofi/colors/cyberpunk.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/colors/cyberpunk.rasi -------------------------------------------------------------------------------- /config/rofi/colors/dracula.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/colors/dracula.rasi -------------------------------------------------------------------------------- /config/rofi/colors/everforest.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/colors/everforest.rasi -------------------------------------------------------------------------------- /config/rofi/colors/gruvbox.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/colors/gruvbox.rasi -------------------------------------------------------------------------------- /config/rofi/colors/lovelace.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/colors/lovelace.rasi -------------------------------------------------------------------------------- /config/rofi/colors/navy.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/colors/navy.rasi -------------------------------------------------------------------------------- /config/rofi/colors/nord.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/colors/nord.rasi -------------------------------------------------------------------------------- /config/rofi/colors/onedark.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/colors/onedark.rasi -------------------------------------------------------------------------------- /config/rofi/colors/paper.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/colors/paper.rasi -------------------------------------------------------------------------------- /config/rofi/colors/solarized.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/colors/solarized.rasi -------------------------------------------------------------------------------- /config/rofi/colors/tokyonight.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/colors/tokyonight.rasi -------------------------------------------------------------------------------- /config/rofi/colors/yousai.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/colors/yousai.rasi -------------------------------------------------------------------------------- /config/rofi/config.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/config.rasi -------------------------------------------------------------------------------- /config/rofi/images/a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/images/a.png -------------------------------------------------------------------------------- /config/rofi/images/b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/images/b.png -------------------------------------------------------------------------------- /config/rofi/images/c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/images/c.png -------------------------------------------------------------------------------- /config/rofi/images/d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/images/d.png -------------------------------------------------------------------------------- /config/rofi/images/e.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/images/e.jpg -------------------------------------------------------------------------------- /config/rofi/images/f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/images/f.png -------------------------------------------------------------------------------- /config/rofi/images/flowers-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/images/flowers-1.png -------------------------------------------------------------------------------- /config/rofi/images/flowers-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/images/flowers-2.png -------------------------------------------------------------------------------- /config/rofi/images/flowers-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/images/flowers-3.png -------------------------------------------------------------------------------- /config/rofi/images/g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/images/g.png -------------------------------------------------------------------------------- /config/rofi/images/gradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/images/gradient.png -------------------------------------------------------------------------------- /config/rofi/images/h.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/images/h.jpg -------------------------------------------------------------------------------- /config/rofi/images/i.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/images/i.jpg -------------------------------------------------------------------------------- /config/rofi/images/j.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/images/j.jpg -------------------------------------------------------------------------------- /config/rofi/images/paper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/images/paper.png -------------------------------------------------------------------------------- /config/rofi/images/user.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/images/user.jpeg -------------------------------------------------------------------------------- /config/rofi/launchers/type-1/launcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-1/launcher.sh -------------------------------------------------------------------------------- /config/rofi/launchers/type-1/shared/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-1/shared/colors.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-1/shared/fonts.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-1/shared/fonts.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-1/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-1/style-1.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-1/style-10.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-1/style-10.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-1/style-11.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-1/style-11.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-1/style-12.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-1/style-12.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-1/style-13.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-1/style-13.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-1/style-14.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-1/style-14.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-1/style-15.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-1/style-15.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-1/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-1/style-2.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-1/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-1/style-3.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-1/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-1/style-4.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-1/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-1/style-5.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-1/style-6.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-1/style-6.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-1/style-7.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-1/style-7.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-1/style-8.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-1/style-8.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-1/style-9.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-1/style-9.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-2/launcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-2/launcher.sh -------------------------------------------------------------------------------- /config/rofi/launchers/type-2/shared/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-2/shared/colors.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-2/shared/fonts.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-2/shared/fonts.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-2/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-2/style-1.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-2/style-10.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-2/style-10.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-2/style-11.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-2/style-11.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-2/style-12.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-2/style-12.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-2/style-13.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-2/style-13.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-2/style-14.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-2/style-14.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-2/style-15.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-2/style-15.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-2/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-2/style-2.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-2/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-2/style-3.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-2/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-2/style-4.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-2/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-2/style-5.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-2/style-6.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-2/style-6.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-2/style-7.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-2/style-7.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-2/style-8.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-2/style-8.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-2/style-9.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-2/style-9.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-3/launcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-3/launcher.sh -------------------------------------------------------------------------------- /config/rofi/launchers/type-3/shared/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-3/shared/colors.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-3/shared/fonts.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-3/shared/fonts.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-3/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-3/style-1.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-3/style-10.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-3/style-10.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-3/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-3/style-2.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-3/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-3/style-3.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-3/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-3/style-4.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-3/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-3/style-5.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-3/style-6.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-3/style-6.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-3/style-7.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-3/style-7.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-3/style-8.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-3/style-8.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-3/style-9.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-3/style-9.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-4/launcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-4/launcher.sh -------------------------------------------------------------------------------- /config/rofi/launchers/type-4/shared/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-4/shared/colors.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-4/shared/fonts.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-4/shared/fonts.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-4/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-4/style-1.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-4/style-10.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-4/style-10.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-4/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-4/style-2.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-4/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-4/style-3.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-4/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-4/style-4.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-4/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-4/style-5.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-4/style-6.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-4/style-6.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-4/style-7.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-4/style-7.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-4/style-8.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-4/style-8.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-4/style-9.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-4/style-9.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-5/launcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-5/launcher.sh -------------------------------------------------------------------------------- /config/rofi/launchers/type-5/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-5/style-1.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-5/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-5/style-2.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-5/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-5/style-3.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-5/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-5/style-4.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-5/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-5/style-5.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-6/launcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-6/launcher.sh -------------------------------------------------------------------------------- /config/rofi/launchers/type-6/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-6/style-1.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-6/style-10.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-6/style-10.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-6/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-6/style-2.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-6/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-6/style-3.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-6/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-6/style-4.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-6/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-6/style-5.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-6/style-6.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-6/style-6.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-6/style-7.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-6/style-7.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-6/style-8.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-6/style-8.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-6/style-9.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-6/style-9.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-7/launcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-7/launcher.sh -------------------------------------------------------------------------------- /config/rofi/launchers/type-7/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-7/style-1.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-7/style-10.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-7/style-10.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-7/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-7/style-2.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-7/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-7/style-3.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-7/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-7/style-4.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-7/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-7/style-5.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-7/style-6.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-7/style-6.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-7/style-7.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-7/style-7.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-7/style-8.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-7/style-8.rasi -------------------------------------------------------------------------------- /config/rofi/launchers/type-7/style-9.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/launchers/type-7/style-9.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-1/powermenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-1/powermenu.sh -------------------------------------------------------------------------------- /config/rofi/powermenu/type-1/shared/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-1/shared/colors.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-1/shared/fonts.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-1/shared/fonts.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-1/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-1/style-1.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-1/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-1/style-2.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-1/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-1/style-3.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-1/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-1/style-4.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-1/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-1/style-5.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-2/powermenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-2/powermenu.sh -------------------------------------------------------------------------------- /config/rofi/powermenu/type-2/shared/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-2/shared/colors.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-2/shared/fonts.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-2/shared/fonts.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-2/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-2/style-1.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-2/style-10.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-2/style-10.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-2/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-2/style-2.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-2/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-2/style-3.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-2/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-2/style-4.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-2/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-2/style-5.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-2/style-6.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-2/style-6.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-2/style-7.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-2/style-7.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-2/style-8.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-2/style-8.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-2/style-9.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-2/style-9.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-3/powermenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-3/powermenu.sh -------------------------------------------------------------------------------- /config/rofi/powermenu/type-3/shared/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-3/shared/colors.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-3/shared/confirm.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-3/shared/confirm.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-3/shared/fonts.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-3/shared/fonts.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-3/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-3/style-1.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-3/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-3/style-2.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-3/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-3/style-3.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-3/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-3/style-4.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-3/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-3/style-5.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-4/powermenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-4/powermenu.sh -------------------------------------------------------------------------------- /config/rofi/powermenu/type-4/shared/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-4/shared/colors.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-4/shared/confirm.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-4/shared/confirm.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-4/shared/fonts.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-4/shared/fonts.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-4/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-4/style-1.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-4/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-4/style-2.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-4/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-4/style-3.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-4/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-4/style-4.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-4/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-4/style-5.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-5/powermenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-5/powermenu.sh -------------------------------------------------------------------------------- /config/rofi/powermenu/type-5/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-5/style-1.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-5/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-5/style-2.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-5/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-5/style-3.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-5/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-5/style-4.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-5/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-5/style-5.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-6/powermenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-6/powermenu.sh -------------------------------------------------------------------------------- /config/rofi/powermenu/type-6/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-6/style-1.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-6/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-6/style-2.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-6/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-6/style-3.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-6/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-6/style-4.rasi -------------------------------------------------------------------------------- /config/rofi/powermenu/type-6/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/rofi/powermenu/type-6/style-5.rasi -------------------------------------------------------------------------------- /config/rofi/scripts/launcher_t1: -------------------------------------------------------------------------------- 1 | ../launchers/type-1/launcher.sh -------------------------------------------------------------------------------- /config/rofi/scripts/launcher_t2: -------------------------------------------------------------------------------- 1 | ../launchers/type-2/launcher.sh -------------------------------------------------------------------------------- /config/rofi/scripts/launcher_t3: -------------------------------------------------------------------------------- 1 | ../launchers/type-3/launcher.sh -------------------------------------------------------------------------------- /config/rofi/scripts/launcher_t4: -------------------------------------------------------------------------------- 1 | ../launchers/type-4/launcher.sh -------------------------------------------------------------------------------- /config/rofi/scripts/launcher_t5: -------------------------------------------------------------------------------- 1 | ../launchers/type-5/launcher.sh -------------------------------------------------------------------------------- /config/rofi/scripts/launcher_t6: -------------------------------------------------------------------------------- 1 | ../launchers/type-6/launcher.sh -------------------------------------------------------------------------------- /config/rofi/scripts/launcher_t7: -------------------------------------------------------------------------------- 1 | ../launchers/type-7/launcher.sh -------------------------------------------------------------------------------- /config/rofi/scripts/powermenu_t1: -------------------------------------------------------------------------------- 1 | ../powermenu/type-1/powermenu.sh -------------------------------------------------------------------------------- /config/rofi/scripts/powermenu_t2: -------------------------------------------------------------------------------- 1 | ../powermenu/type-2/powermenu.sh -------------------------------------------------------------------------------- /config/rofi/scripts/powermenu_t3: -------------------------------------------------------------------------------- 1 | ../powermenu/type-3/powermenu.sh -------------------------------------------------------------------------------- /config/rofi/scripts/powermenu_t4: -------------------------------------------------------------------------------- 1 | ../powermenu/type-4/powermenu.sh -------------------------------------------------------------------------------- /config/rofi/scripts/powermenu_t5: -------------------------------------------------------------------------------- 1 | ../powermenu/type-5/powermenu.sh -------------------------------------------------------------------------------- /config/rofi/scripts/powermenu_t6: -------------------------------------------------------------------------------- 1 | ../powermenu/type-6/powermenu.sh -------------------------------------------------------------------------------- /config/starship/starship-dark.toml: -------------------------------------------------------------------------------- 1 | [directory] 2 | style = 'green bold' 3 | 4 | -------------------------------------------------------------------------------- /config/starship/starship-light.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/starship/starship-light.toml -------------------------------------------------------------------------------- /config/starship/starship.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/starship/starship.toml -------------------------------------------------------------------------------- /config/sway/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/sway/config -------------------------------------------------------------------------------- /config/sway/devices.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/sway/devices.conf -------------------------------------------------------------------------------- /config/sway/keybindings.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/sway/keybindings.conf -------------------------------------------------------------------------------- /config/sway/keyboard.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/sway/keyboard.conf -------------------------------------------------------------------------------- /config/sway/scripts/auto_exit_fullscreen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/sway/scripts/auto_exit_fullscreen.sh -------------------------------------------------------------------------------- /config/sway/scripts/mediaplayer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/sway/scripts/mediaplayer.py -------------------------------------------------------------------------------- /config/sway/startup.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/sway/startup.conf -------------------------------------------------------------------------------- /config/sway/style.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/sway/style.conf -------------------------------------------------------------------------------- /config/sway/xf86.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/sway/xf86.conf -------------------------------------------------------------------------------- /config/swayidle/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/swayidle/config -------------------------------------------------------------------------------- /config/swaync/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/swaync/config.json -------------------------------------------------------------------------------- /config/swaync/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/swaync/style.css -------------------------------------------------------------------------------- /config/systemd/system/prometheus.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/systemd/system/prometheus.service -------------------------------------------------------------------------------- /config/systemd/system/sepolia-lighthouse.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/systemd/system/sepolia-lighthouse.service -------------------------------------------------------------------------------- /config/systemd/system/sepolia-reth.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/systemd/system/sepolia-reth.service -------------------------------------------------------------------------------- /config/systemd/system/sepolia.target: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/systemd/system/sepolia.target -------------------------------------------------------------------------------- /config/user-dirs.conf: -------------------------------------------------------------------------------- 1 | XDG_DOWNLOAD_DIR="$HOME/downloads" 2 | -------------------------------------------------------------------------------- /config/waybar/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/waybar/config.jsonc -------------------------------------------------------------------------------- /config/waybar/latte.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/waybar/latte.css -------------------------------------------------------------------------------- /config/waybar/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/waybar/style.css -------------------------------------------------------------------------------- /config/wezterm/wezterm.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/wezterm/wezterm.lua -------------------------------------------------------------------------------- /config/zathura/catppuccin-latte: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/zathura/catppuccin-latte -------------------------------------------------------------------------------- /config/zathura/zathurarc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/zathura/zathurarc -------------------------------------------------------------------------------- /config/zsh/.zshrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/zsh/.zshrc -------------------------------------------------------------------------------- /config/zsh/aliases.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/zsh/aliases.zsh -------------------------------------------------------------------------------- /config/zsh/catppuccin_mocha-zsh-syntax-highlighting.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/zsh/catppuccin_mocha-zsh-syntax-highlighting.zsh -------------------------------------------------------------------------------- /config/zsh/cmds.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/zsh/cmds.zsh -------------------------------------------------------------------------------- /config/zsh/completions/pass.zsh-completion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/zsh/completions/pass.zsh-completion -------------------------------------------------------------------------------- /config/zsh/env.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/zsh/env.zsh -------------------------------------------------------------------------------- /config/zsh/history.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/zsh/history.zsh -------------------------------------------------------------------------------- /config/zsh/vendor.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/zsh/vendor.zsh -------------------------------------------------------------------------------- /config/zsh/znap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/config/zsh/znap.sh -------------------------------------------------------------------------------- /out.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/out.txt -------------------------------------------------------------------------------- /packages.txt: -------------------------------------------------------------------------------- 1 | grimblast 2 | -------------------------------------------------------------------------------- /ssh/authorized_keys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/ssh/authorized_keys -------------------------------------------------------------------------------- /ssh/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naps62/dotfiles/HEAD/ssh/config --------------------------------------------------------------------------------