├── .gitignore ├── LICENSE ├── README.md ├── alacritty └── alacritty.toml ├── autostart ├── bashrc-setup.desktop ├── conky.desktop ├── initial-user-setup.desktop ├── org.flameshot.Flameshot.desktop ├── redshift-gtk.desktop └── variety.desktop ├── bat ├── config └── themes │ ├── Catppuccin-frappe.tmTheme │ ├── Catppuccin-latte.tmTheme │ ├── Catppuccin-macchiato.tmTheme │ └── Catppuccin-mocha.tmTheme ├── bombadil.toml ├── bottom └── bottom.toml ├── dotfiles.code-workspace ├── fish ├── completions │ └── fisher.fish ├── conf.d │ ├── done.fish │ ├── env.fish │ └── mcfly.fish ├── config.fish ├── fish_plugins ├── fish_variables ├── fisher.fish ├── functions │ └── fisher.fish └── themes │ ├── Catppuccin Frappe.theme │ ├── Catppuccin Latte.theme │ ├── Catppuccin Macchiato.theme │ └── Catppuccin Mocha.theme ├── helix ├── config.toml ├── languages.toml └── themes │ ├── README.md │ ├── acme.toml │ ├── autumn.toml │ ├── autumn_night.toml │ ├── ayu_dark.toml │ ├── ayu_light.toml │ ├── ayu_mirage.toml │ ├── base16_default_dark.toml │ ├── base16_default_light.toml │ ├── base16_terminal.toml │ ├── base16_transparent.toml │ ├── bogster.toml │ ├── boo_berry.toml │ ├── catppuccin_frappe.toml │ ├── catppuccin_latte.toml │ ├── catppuccin_macchiato.toml │ ├── catppuccin_mocha.toml │ ├── darcula.toml │ ├── dark_high_contrast.toml │ ├── dark_plus.toml │ ├── doom_acario_dark.toml │ ├── dracula.toml │ ├── dracula_at_night.toml │ ├── emacs.toml │ ├── everforest_dark.toml │ ├── everforest_light.toml │ ├── flatwhite.toml │ ├── fleetish.toml │ ├── gruvbox.toml │ ├── gruvbox_dark_hard.toml │ ├── gruvbox_light.toml │ ├── heisenberg.toml │ ├── ingrid.toml │ ├── meliora.toml │ ├── monokai.toml │ ├── monokai_pro.toml │ ├── monokai_pro_machine.toml │ ├── monokai_pro_octagon.toml │ ├── monokai_pro_ristretto.toml │ ├── monokai_pro_spectrum.toml │ ├── night_owl.toml │ ├── noctis.toml │ ├── noctis_bordo.toml │ ├── nord.toml │ ├── nord_light.toml │ ├── onedark.toml │ ├── onedarker.toml │ ├── onelight.toml │ ├── papercolor-dark.toml │ ├── papercolor-light.toml │ ├── penumbra+.toml │ ├── pop-dark.toml │ ├── rasmus.toml │ ├── rose_pine.toml │ ├── rose_pine_dawn.toml │ ├── rose_pine_moon.toml │ ├── serika-dark.toml │ ├── serika-light.toml │ ├── snazzy.toml │ ├── solarized_dark.toml │ ├── solarized_light.toml │ ├── sonokai.toml │ ├── spacebones_light.toml │ ├── tokyonight.toml │ ├── tokyonight_storm.toml │ └── varua.toml ├── macchina ├── leaf.ascii ├── macchina.toml └── themes │ ├── Carbon.toml │ └── Garden.toml ├── mako ├── config └── mocha ├── micro ├── bindings.json ├── buffers │ └── history ├── colorschemes │ └── catppuccin-mocha.micro ├── plug │ ├── aspell │ │ ├── LICENSE │ │ ├── README.md │ │ ├── aspell.lua │ │ ├── help │ │ │ └── aspell.md │ │ └── repo.json │ ├── fzf │ │ ├── README.md │ │ ├── main.lua │ │ └── repo.json │ ├── misspell │ │ ├── README.md │ │ ├── misspell.lua │ │ └── repo.json │ └── wc │ │ ├── CHANGELOG.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── help │ │ └── wc.md │ │ ├── info.json │ │ ├── repo.json │ │ └── wc.lua └── settings.json ├── nwg-drawer └── drawer.css ├── nwg-launchers ├── nwgbar │ ├── bar.json │ └── style.css └── nwggrid │ ├── style.css │ └── terminal ├── nwg-look └── config ├── 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 │ └── type-X │ │ ├── launcher.sh │ │ └── shared │ │ └── colors.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.toml ├── sway ├── cheatsheet ├── cheatsheet.md ├── config └── scripts │ ├── clamshell.sh │ ├── import-gsettings │ ├── light.sh │ ├── lockman.sh │ ├── screenshot.sh │ └── swayfader.py ├── swaycons └── config.toml ├── swaylock ├── config └── swaylock.png ├── swayr └── config.toml ├── topgrade.toml ├── waybar ├── config ├── scripts │ ├── check_updates.sh │ └── keyhint.sh └── style.css ├── weathercrab └── wthrr.toml ├── wiki-tui └── config.toml ├── wpaperd └── output.conf ├── xplr ├── hack.lua └── init.lua ├── zathura ├── catppuccin-mocha └── zathurarc └── zellij ├── config.kdl ├── layouts ├── run_htop_layout_with_plugins.kdl └── test.kdl ├── plugins ├── monocle.wasm └── room.wasm └── themes ├── catppuccin.kdl └── gruvbox-dark.kdl /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/README.md -------------------------------------------------------------------------------- /alacritty/alacritty.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/alacritty/alacritty.toml -------------------------------------------------------------------------------- /autostart/bashrc-setup.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/autostart/bashrc-setup.desktop -------------------------------------------------------------------------------- /autostart/conky.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/autostart/conky.desktop -------------------------------------------------------------------------------- /autostart/initial-user-setup.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/autostart/initial-user-setup.desktop -------------------------------------------------------------------------------- /autostart/org.flameshot.Flameshot.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/autostart/org.flameshot.Flameshot.desktop -------------------------------------------------------------------------------- /autostart/redshift-gtk.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/autostart/redshift-gtk.desktop -------------------------------------------------------------------------------- /autostart/variety.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/autostart/variety.desktop -------------------------------------------------------------------------------- /bat/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/bat/config -------------------------------------------------------------------------------- /bat/themes/Catppuccin-frappe.tmTheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/bat/themes/Catppuccin-frappe.tmTheme -------------------------------------------------------------------------------- /bat/themes/Catppuccin-latte.tmTheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/bat/themes/Catppuccin-latte.tmTheme -------------------------------------------------------------------------------- /bat/themes/Catppuccin-macchiato.tmTheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/bat/themes/Catppuccin-macchiato.tmTheme -------------------------------------------------------------------------------- /bat/themes/Catppuccin-mocha.tmTheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/bat/themes/Catppuccin-mocha.tmTheme -------------------------------------------------------------------------------- /bombadil.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/bombadil.toml -------------------------------------------------------------------------------- /bottom/bottom.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/bottom/bottom.toml -------------------------------------------------------------------------------- /dotfiles.code-workspace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/dotfiles.code-workspace -------------------------------------------------------------------------------- /fish/completions/fisher.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/fish/completions/fisher.fish -------------------------------------------------------------------------------- /fish/conf.d/done.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/fish/conf.d/done.fish -------------------------------------------------------------------------------- /fish/conf.d/env.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/fish/conf.d/env.fish -------------------------------------------------------------------------------- /fish/conf.d/mcfly.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/fish/conf.d/mcfly.fish -------------------------------------------------------------------------------- /fish/config.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/fish/config.fish -------------------------------------------------------------------------------- /fish/fish_plugins: -------------------------------------------------------------------------------- 1 | jorgebucaran/fisher 2 | -------------------------------------------------------------------------------- /fish/fish_variables: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/fish/fish_variables -------------------------------------------------------------------------------- /fish/fisher.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/fish/fisher.fish -------------------------------------------------------------------------------- /fish/functions/fisher.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/fish/functions/fisher.fish -------------------------------------------------------------------------------- /fish/themes/Catppuccin Frappe.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/fish/themes/Catppuccin Frappe.theme -------------------------------------------------------------------------------- /fish/themes/Catppuccin Latte.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/fish/themes/Catppuccin Latte.theme -------------------------------------------------------------------------------- /fish/themes/Catppuccin Macchiato.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/fish/themes/Catppuccin Macchiato.theme -------------------------------------------------------------------------------- /fish/themes/Catppuccin Mocha.theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/fish/themes/Catppuccin Mocha.theme -------------------------------------------------------------------------------- /helix/config.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/config.toml -------------------------------------------------------------------------------- /helix/languages.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/languages.toml -------------------------------------------------------------------------------- /helix/themes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/README.md -------------------------------------------------------------------------------- /helix/themes/acme.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/acme.toml -------------------------------------------------------------------------------- /helix/themes/autumn.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/autumn.toml -------------------------------------------------------------------------------- /helix/themes/autumn_night.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/autumn_night.toml -------------------------------------------------------------------------------- /helix/themes/ayu_dark.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/ayu_dark.toml -------------------------------------------------------------------------------- /helix/themes/ayu_light.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/ayu_light.toml -------------------------------------------------------------------------------- /helix/themes/ayu_mirage.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/ayu_mirage.toml -------------------------------------------------------------------------------- /helix/themes/base16_default_dark.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/base16_default_dark.toml -------------------------------------------------------------------------------- /helix/themes/base16_default_light.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/base16_default_light.toml -------------------------------------------------------------------------------- /helix/themes/base16_terminal.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/base16_terminal.toml -------------------------------------------------------------------------------- /helix/themes/base16_transparent.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/base16_transparent.toml -------------------------------------------------------------------------------- /helix/themes/bogster.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/bogster.toml -------------------------------------------------------------------------------- /helix/themes/boo_berry.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/boo_berry.toml -------------------------------------------------------------------------------- /helix/themes/catppuccin_frappe.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/catppuccin_frappe.toml -------------------------------------------------------------------------------- /helix/themes/catppuccin_latte.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/catppuccin_latte.toml -------------------------------------------------------------------------------- /helix/themes/catppuccin_macchiato.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/catppuccin_macchiato.toml -------------------------------------------------------------------------------- /helix/themes/catppuccin_mocha.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/catppuccin_mocha.toml -------------------------------------------------------------------------------- /helix/themes/darcula.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/darcula.toml -------------------------------------------------------------------------------- /helix/themes/dark_high_contrast.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/dark_high_contrast.toml -------------------------------------------------------------------------------- /helix/themes/dark_plus.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/dark_plus.toml -------------------------------------------------------------------------------- /helix/themes/doom_acario_dark.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/doom_acario_dark.toml -------------------------------------------------------------------------------- /helix/themes/dracula.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/dracula.toml -------------------------------------------------------------------------------- /helix/themes/dracula_at_night.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/dracula_at_night.toml -------------------------------------------------------------------------------- /helix/themes/emacs.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/emacs.toml -------------------------------------------------------------------------------- /helix/themes/everforest_dark.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/everforest_dark.toml -------------------------------------------------------------------------------- /helix/themes/everforest_light.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/everforest_light.toml -------------------------------------------------------------------------------- /helix/themes/flatwhite.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/flatwhite.toml -------------------------------------------------------------------------------- /helix/themes/fleetish.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/fleetish.toml -------------------------------------------------------------------------------- /helix/themes/gruvbox.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/gruvbox.toml -------------------------------------------------------------------------------- /helix/themes/gruvbox_dark_hard.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/gruvbox_dark_hard.toml -------------------------------------------------------------------------------- /helix/themes/gruvbox_light.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/gruvbox_light.toml -------------------------------------------------------------------------------- /helix/themes/heisenberg.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/heisenberg.toml -------------------------------------------------------------------------------- /helix/themes/ingrid.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/ingrid.toml -------------------------------------------------------------------------------- /helix/themes/meliora.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/meliora.toml -------------------------------------------------------------------------------- /helix/themes/monokai.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/monokai.toml -------------------------------------------------------------------------------- /helix/themes/monokai_pro.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/monokai_pro.toml -------------------------------------------------------------------------------- /helix/themes/monokai_pro_machine.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/monokai_pro_machine.toml -------------------------------------------------------------------------------- /helix/themes/monokai_pro_octagon.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/monokai_pro_octagon.toml -------------------------------------------------------------------------------- /helix/themes/monokai_pro_ristretto.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/monokai_pro_ristretto.toml -------------------------------------------------------------------------------- /helix/themes/monokai_pro_spectrum.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/monokai_pro_spectrum.toml -------------------------------------------------------------------------------- /helix/themes/night_owl.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/night_owl.toml -------------------------------------------------------------------------------- /helix/themes/noctis.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/noctis.toml -------------------------------------------------------------------------------- /helix/themes/noctis_bordo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/noctis_bordo.toml -------------------------------------------------------------------------------- /helix/themes/nord.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/nord.toml -------------------------------------------------------------------------------- /helix/themes/nord_light.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/nord_light.toml -------------------------------------------------------------------------------- /helix/themes/onedark.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/onedark.toml -------------------------------------------------------------------------------- /helix/themes/onedarker.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/onedarker.toml -------------------------------------------------------------------------------- /helix/themes/onelight.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/onelight.toml -------------------------------------------------------------------------------- /helix/themes/papercolor-dark.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/papercolor-dark.toml -------------------------------------------------------------------------------- /helix/themes/papercolor-light.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/papercolor-light.toml -------------------------------------------------------------------------------- /helix/themes/penumbra+.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/penumbra+.toml -------------------------------------------------------------------------------- /helix/themes/pop-dark.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/pop-dark.toml -------------------------------------------------------------------------------- /helix/themes/rasmus.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/rasmus.toml -------------------------------------------------------------------------------- /helix/themes/rose_pine.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/rose_pine.toml -------------------------------------------------------------------------------- /helix/themes/rose_pine_dawn.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/rose_pine_dawn.toml -------------------------------------------------------------------------------- /helix/themes/rose_pine_moon.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/rose_pine_moon.toml -------------------------------------------------------------------------------- /helix/themes/serika-dark.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/serika-dark.toml -------------------------------------------------------------------------------- /helix/themes/serika-light.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/serika-light.toml -------------------------------------------------------------------------------- /helix/themes/snazzy.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/snazzy.toml -------------------------------------------------------------------------------- /helix/themes/solarized_dark.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/solarized_dark.toml -------------------------------------------------------------------------------- /helix/themes/solarized_light.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/solarized_light.toml -------------------------------------------------------------------------------- /helix/themes/sonokai.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/sonokai.toml -------------------------------------------------------------------------------- /helix/themes/spacebones_light.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/spacebones_light.toml -------------------------------------------------------------------------------- /helix/themes/tokyonight.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/tokyonight.toml -------------------------------------------------------------------------------- /helix/themes/tokyonight_storm.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/tokyonight_storm.toml -------------------------------------------------------------------------------- /helix/themes/varua.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/helix/themes/varua.toml -------------------------------------------------------------------------------- /macchina/leaf.ascii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/macchina/leaf.ascii -------------------------------------------------------------------------------- /macchina/macchina.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/macchina/macchina.toml -------------------------------------------------------------------------------- /macchina/themes/Carbon.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/macchina/themes/Carbon.toml -------------------------------------------------------------------------------- /macchina/themes/Garden.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/macchina/themes/Garden.toml -------------------------------------------------------------------------------- /mako/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/mako/config -------------------------------------------------------------------------------- /mako/mocha: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/mako/mocha -------------------------------------------------------------------------------- /micro/bindings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/micro/bindings.json -------------------------------------------------------------------------------- /micro/buffers/history: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/micro/buffers/history -------------------------------------------------------------------------------- /micro/colorschemes/catppuccin-mocha.micro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/micro/colorschemes/catppuccin-mocha.micro -------------------------------------------------------------------------------- /micro/plug/aspell/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/micro/plug/aspell/LICENSE -------------------------------------------------------------------------------- /micro/plug/aspell/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/micro/plug/aspell/README.md -------------------------------------------------------------------------------- /micro/plug/aspell/aspell.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/micro/plug/aspell/aspell.lua -------------------------------------------------------------------------------- /micro/plug/aspell/help/aspell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/micro/plug/aspell/help/aspell.md -------------------------------------------------------------------------------- /micro/plug/aspell/repo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/micro/plug/aspell/repo.json -------------------------------------------------------------------------------- /micro/plug/fzf/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/micro/plug/fzf/README.md -------------------------------------------------------------------------------- /micro/plug/fzf/main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/micro/plug/fzf/main.lua -------------------------------------------------------------------------------- /micro/plug/fzf/repo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/micro/plug/fzf/repo.json -------------------------------------------------------------------------------- /micro/plug/misspell/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/micro/plug/misspell/README.md -------------------------------------------------------------------------------- /micro/plug/misspell/misspell.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/micro/plug/misspell/misspell.lua -------------------------------------------------------------------------------- /micro/plug/misspell/repo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/micro/plug/misspell/repo.json -------------------------------------------------------------------------------- /micro/plug/wc/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/micro/plug/wc/CHANGELOG.md -------------------------------------------------------------------------------- /micro/plug/wc/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/micro/plug/wc/LICENSE -------------------------------------------------------------------------------- /micro/plug/wc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/micro/plug/wc/README.md -------------------------------------------------------------------------------- /micro/plug/wc/help/wc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/micro/plug/wc/help/wc.md -------------------------------------------------------------------------------- /micro/plug/wc/info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/micro/plug/wc/info.json -------------------------------------------------------------------------------- /micro/plug/wc/repo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/micro/plug/wc/repo.json -------------------------------------------------------------------------------- /micro/plug/wc/wc.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/micro/plug/wc/wc.lua -------------------------------------------------------------------------------- /micro/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/micro/settings.json -------------------------------------------------------------------------------- /nwg-drawer/drawer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/nwg-drawer/drawer.css -------------------------------------------------------------------------------- /nwg-launchers/nwgbar/bar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/nwg-launchers/nwgbar/bar.json -------------------------------------------------------------------------------- /nwg-launchers/nwgbar/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/nwg-launchers/nwgbar/style.css -------------------------------------------------------------------------------- /nwg-launchers/nwggrid/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/nwg-launchers/nwggrid/style.css -------------------------------------------------------------------------------- /nwg-launchers/nwggrid/terminal: -------------------------------------------------------------------------------- 1 | alacritty -e -------------------------------------------------------------------------------- /nwg-look/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/nwg-look/config -------------------------------------------------------------------------------- /rofi/applets/bin/appasroot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/applets/bin/appasroot.sh -------------------------------------------------------------------------------- /rofi/applets/bin/apps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/applets/bin/apps.sh -------------------------------------------------------------------------------- /rofi/applets/bin/battery.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/applets/bin/battery.sh -------------------------------------------------------------------------------- /rofi/applets/bin/brightness.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/applets/bin/brightness.sh -------------------------------------------------------------------------------- /rofi/applets/bin/mpd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/applets/bin/mpd.sh -------------------------------------------------------------------------------- /rofi/applets/bin/powermenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/applets/bin/powermenu.sh -------------------------------------------------------------------------------- /rofi/applets/bin/quicklinks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/applets/bin/quicklinks.sh -------------------------------------------------------------------------------- /rofi/applets/bin/screenshot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/applets/bin/screenshot.sh -------------------------------------------------------------------------------- /rofi/applets/bin/volume.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/applets/bin/volume.sh -------------------------------------------------------------------------------- /rofi/applets/shared/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/applets/shared/colors.rasi -------------------------------------------------------------------------------- /rofi/applets/shared/fonts.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/applets/shared/fonts.rasi -------------------------------------------------------------------------------- /rofi/applets/shared/theme.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/applets/shared/theme.bash -------------------------------------------------------------------------------- /rofi/applets/type-1/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/applets/type-1/style-1.rasi -------------------------------------------------------------------------------- /rofi/applets/type-1/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/applets/type-1/style-2.rasi -------------------------------------------------------------------------------- /rofi/applets/type-1/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/applets/type-1/style-3.rasi -------------------------------------------------------------------------------- /rofi/applets/type-2/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/applets/type-2/style-1.rasi -------------------------------------------------------------------------------- /rofi/applets/type-2/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/applets/type-2/style-2.rasi -------------------------------------------------------------------------------- /rofi/applets/type-2/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/applets/type-2/style-3.rasi -------------------------------------------------------------------------------- /rofi/applets/type-3/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/applets/type-3/style-1.rasi -------------------------------------------------------------------------------- /rofi/applets/type-3/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/applets/type-3/style-2.rasi -------------------------------------------------------------------------------- /rofi/applets/type-3/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/applets/type-3/style-3.rasi -------------------------------------------------------------------------------- /rofi/applets/type-4/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/applets/type-4/style-1.rasi -------------------------------------------------------------------------------- /rofi/applets/type-4/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/applets/type-4/style-2.rasi -------------------------------------------------------------------------------- /rofi/applets/type-4/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/applets/type-4/style-3.rasi -------------------------------------------------------------------------------- /rofi/applets/type-5/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/applets/type-5/style-1.rasi -------------------------------------------------------------------------------- /rofi/applets/type-5/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/applets/type-5/style-2.rasi -------------------------------------------------------------------------------- /rofi/applets/type-5/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/applets/type-5/style-3.rasi -------------------------------------------------------------------------------- /rofi/colors/adapta.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/colors/adapta.rasi -------------------------------------------------------------------------------- /rofi/colors/arc.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/colors/arc.rasi -------------------------------------------------------------------------------- /rofi/colors/black.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/colors/black.rasi -------------------------------------------------------------------------------- /rofi/colors/catppuccin.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/colors/catppuccin.rasi -------------------------------------------------------------------------------- /rofi/colors/cyberpunk.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/colors/cyberpunk.rasi -------------------------------------------------------------------------------- /rofi/colors/dracula.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/colors/dracula.rasi -------------------------------------------------------------------------------- /rofi/colors/everforest.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/colors/everforest.rasi -------------------------------------------------------------------------------- /rofi/colors/gruvbox.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/colors/gruvbox.rasi -------------------------------------------------------------------------------- /rofi/colors/lovelace.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/colors/lovelace.rasi -------------------------------------------------------------------------------- /rofi/colors/navy.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/colors/navy.rasi -------------------------------------------------------------------------------- /rofi/colors/nord.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/colors/nord.rasi -------------------------------------------------------------------------------- /rofi/colors/onedark.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/colors/onedark.rasi -------------------------------------------------------------------------------- /rofi/colors/paper.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/colors/paper.rasi -------------------------------------------------------------------------------- /rofi/colors/solarized.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/colors/solarized.rasi -------------------------------------------------------------------------------- /rofi/colors/tokyonight.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/colors/tokyonight.rasi -------------------------------------------------------------------------------- /rofi/colors/yousai.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/colors/yousai.rasi -------------------------------------------------------------------------------- /rofi/config.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/config.rasi -------------------------------------------------------------------------------- /rofi/images/a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/images/a.png -------------------------------------------------------------------------------- /rofi/images/b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/images/b.png -------------------------------------------------------------------------------- /rofi/images/c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/images/c.png -------------------------------------------------------------------------------- /rofi/images/d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/images/d.png -------------------------------------------------------------------------------- /rofi/images/e.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/images/e.jpg -------------------------------------------------------------------------------- /rofi/images/f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/images/f.png -------------------------------------------------------------------------------- /rofi/images/flowers-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/images/flowers-1.png -------------------------------------------------------------------------------- /rofi/images/flowers-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/images/flowers-2.png -------------------------------------------------------------------------------- /rofi/images/flowers-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/images/flowers-3.png -------------------------------------------------------------------------------- /rofi/images/g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/images/g.png -------------------------------------------------------------------------------- /rofi/images/gradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/images/gradient.png -------------------------------------------------------------------------------- /rofi/images/h.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/images/h.jpg -------------------------------------------------------------------------------- /rofi/images/i.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/images/i.jpg -------------------------------------------------------------------------------- /rofi/images/j.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/images/j.jpg -------------------------------------------------------------------------------- /rofi/images/paper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/images/paper.png -------------------------------------------------------------------------------- /rofi/images/user.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/images/user.jpeg -------------------------------------------------------------------------------- /rofi/launchers/type-1/launcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-1/launcher.sh -------------------------------------------------------------------------------- /rofi/launchers/type-1/shared/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-1/shared/colors.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-1/shared/fonts.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-1/shared/fonts.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-1/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-1/style-1.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-1/style-10.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-1/style-10.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-1/style-11.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-1/style-11.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-1/style-12.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-1/style-12.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-1/style-13.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-1/style-13.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-1/style-14.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-1/style-14.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-1/style-15.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-1/style-15.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-1/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-1/style-2.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-1/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-1/style-3.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-1/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-1/style-4.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-1/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-1/style-5.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-1/style-6.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-1/style-6.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-1/style-7.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-1/style-7.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-1/style-8.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-1/style-8.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-1/style-9.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-1/style-9.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-2/launcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-2/launcher.sh -------------------------------------------------------------------------------- /rofi/launchers/type-2/shared/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-2/shared/colors.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-2/shared/fonts.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-2/shared/fonts.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-2/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-2/style-1.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-2/style-10.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-2/style-10.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-2/style-11.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-2/style-11.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-2/style-12.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-2/style-12.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-2/style-13.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-2/style-13.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-2/style-14.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-2/style-14.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-2/style-15.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-2/style-15.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-2/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-2/style-2.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-2/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-2/style-3.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-2/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-2/style-4.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-2/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-2/style-5.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-2/style-6.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-2/style-6.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-2/style-7.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-2/style-7.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-2/style-8.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-2/style-8.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-2/style-9.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-2/style-9.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-3/launcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-3/launcher.sh -------------------------------------------------------------------------------- /rofi/launchers/type-3/shared/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-3/shared/colors.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-3/shared/fonts.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-3/shared/fonts.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-3/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-3/style-1.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-3/style-10.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-3/style-10.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-3/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-3/style-2.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-3/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-3/style-3.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-3/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-3/style-4.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-3/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-3/style-5.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-3/style-6.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-3/style-6.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-3/style-7.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-3/style-7.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-3/style-8.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-3/style-8.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-3/style-9.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-3/style-9.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-4/launcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-4/launcher.sh -------------------------------------------------------------------------------- /rofi/launchers/type-4/shared/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-4/shared/colors.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-4/shared/fonts.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-4/shared/fonts.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-4/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-4/style-1.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-4/style-10.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-4/style-10.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-4/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-4/style-2.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-4/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-4/style-3.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-4/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-4/style-4.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-4/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-4/style-5.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-4/style-6.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-4/style-6.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-4/style-7.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-4/style-7.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-4/style-8.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-4/style-8.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-4/style-9.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-4/style-9.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-5/launcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-5/launcher.sh -------------------------------------------------------------------------------- /rofi/launchers/type-5/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-5/style-1.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-5/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-5/style-2.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-5/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-5/style-3.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-5/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-5/style-4.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-5/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-5/style-5.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-6/launcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-6/launcher.sh -------------------------------------------------------------------------------- /rofi/launchers/type-6/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-6/style-1.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-6/style-10.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-6/style-10.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-6/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-6/style-2.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-6/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-6/style-3.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-6/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-6/style-4.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-6/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-6/style-5.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-6/style-6.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-6/style-6.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-6/style-7.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-6/style-7.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-6/style-8.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-6/style-8.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-6/style-9.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-6/style-9.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-7/launcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-7/launcher.sh -------------------------------------------------------------------------------- /rofi/launchers/type-7/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-7/style-1.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-7/style-10.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-7/style-10.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-7/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-7/style-2.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-7/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-7/style-3.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-7/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-7/style-4.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-7/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-7/style-5.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-7/style-6.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-7/style-6.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-7/style-7.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-7/style-7.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-7/style-8.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-7/style-8.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-7/style-9.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/launchers/type-7/style-9.rasi -------------------------------------------------------------------------------- /rofi/launchers/type-X/launcher.sh: -------------------------------------------------------------------------------- 1 | theme='style-1' 2 | -------------------------------------------------------------------------------- /rofi/launchers/type-X/shared/colors.rasi: -------------------------------------------------------------------------------- 1 | @import "~/.config/rofi/colors/catppuccin.rasi" 2 | -------------------------------------------------------------------------------- /rofi/powermenu/type-1/powermenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-1/powermenu.sh -------------------------------------------------------------------------------- /rofi/powermenu/type-1/shared/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-1/shared/colors.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-1/shared/fonts.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-1/shared/fonts.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-1/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-1/style-1.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-1/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-1/style-2.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-1/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-1/style-3.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-1/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-1/style-4.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-1/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-1/style-5.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-2/powermenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-2/powermenu.sh -------------------------------------------------------------------------------- /rofi/powermenu/type-2/shared/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-2/shared/colors.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-2/shared/fonts.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-2/shared/fonts.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-2/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-2/style-1.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-2/style-10.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-2/style-10.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-2/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-2/style-2.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-2/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-2/style-3.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-2/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-2/style-4.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-2/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-2/style-5.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-2/style-6.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-2/style-6.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-2/style-7.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-2/style-7.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-2/style-8.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-2/style-8.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-2/style-9.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-2/style-9.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-3/powermenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-3/powermenu.sh -------------------------------------------------------------------------------- /rofi/powermenu/type-3/shared/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-3/shared/colors.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-3/shared/confirm.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-3/shared/confirm.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-3/shared/fonts.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-3/shared/fonts.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-3/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-3/style-1.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-3/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-3/style-2.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-3/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-3/style-3.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-3/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-3/style-4.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-3/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-3/style-5.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-4/powermenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-4/powermenu.sh -------------------------------------------------------------------------------- /rofi/powermenu/type-4/shared/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-4/shared/colors.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-4/shared/confirm.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-4/shared/confirm.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-4/shared/fonts.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-4/shared/fonts.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-4/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-4/style-1.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-4/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-4/style-2.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-4/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-4/style-3.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-4/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-4/style-4.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-4/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-4/style-5.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-5/powermenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-5/powermenu.sh -------------------------------------------------------------------------------- /rofi/powermenu/type-5/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-5/style-1.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-5/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-5/style-2.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-5/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-5/style-3.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-5/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-5/style-4.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-5/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-5/style-5.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-6/powermenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-6/powermenu.sh -------------------------------------------------------------------------------- /rofi/powermenu/type-6/style-1.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-6/style-1.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-6/style-2.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-6/style-2.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-6/style-3.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-6/style-3.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-6/style-4.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-6/style-4.rasi -------------------------------------------------------------------------------- /rofi/powermenu/type-6/style-5.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/rofi/powermenu/type-6/style-5.rasi -------------------------------------------------------------------------------- /rofi/scripts/launcher_t1: -------------------------------------------------------------------------------- 1 | ../launchers/type-1/launcher.sh -------------------------------------------------------------------------------- /rofi/scripts/launcher_t2: -------------------------------------------------------------------------------- 1 | ../launchers/type-2/launcher.sh -------------------------------------------------------------------------------- /rofi/scripts/launcher_t3: -------------------------------------------------------------------------------- 1 | ../launchers/type-3/launcher.sh -------------------------------------------------------------------------------- /rofi/scripts/launcher_t4: -------------------------------------------------------------------------------- 1 | ../launchers/type-4/launcher.sh -------------------------------------------------------------------------------- /rofi/scripts/launcher_t5: -------------------------------------------------------------------------------- 1 | ../launchers/type-5/launcher.sh -------------------------------------------------------------------------------- /rofi/scripts/launcher_t6: -------------------------------------------------------------------------------- 1 | ../launchers/type-6/launcher.sh -------------------------------------------------------------------------------- /rofi/scripts/launcher_t7: -------------------------------------------------------------------------------- 1 | ../launchers/type-7/launcher.sh -------------------------------------------------------------------------------- /rofi/scripts/powermenu_t1: -------------------------------------------------------------------------------- 1 | ../powermenu/type-1/powermenu.sh -------------------------------------------------------------------------------- /rofi/scripts/powermenu_t2: -------------------------------------------------------------------------------- 1 | ../powermenu/type-2/powermenu.sh -------------------------------------------------------------------------------- /rofi/scripts/powermenu_t3: -------------------------------------------------------------------------------- 1 | ../powermenu/type-3/powermenu.sh -------------------------------------------------------------------------------- /rofi/scripts/powermenu_t4: -------------------------------------------------------------------------------- 1 | ../powermenu/type-4/powermenu.sh -------------------------------------------------------------------------------- /rofi/scripts/powermenu_t5: -------------------------------------------------------------------------------- 1 | ../powermenu/type-5/powermenu.sh -------------------------------------------------------------------------------- /rofi/scripts/powermenu_t6: -------------------------------------------------------------------------------- 1 | ../powermenu/type-6/powermenu.sh -------------------------------------------------------------------------------- /starship.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/starship.toml -------------------------------------------------------------------------------- /sway/cheatsheet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/sway/cheatsheet -------------------------------------------------------------------------------- /sway/cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/sway/cheatsheet.md -------------------------------------------------------------------------------- /sway/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/sway/config -------------------------------------------------------------------------------- /sway/scripts/clamshell.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/sway/scripts/clamshell.sh -------------------------------------------------------------------------------- /sway/scripts/import-gsettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/sway/scripts/import-gsettings -------------------------------------------------------------------------------- /sway/scripts/light.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/sway/scripts/light.sh -------------------------------------------------------------------------------- /sway/scripts/lockman.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/sway/scripts/lockman.sh -------------------------------------------------------------------------------- /sway/scripts/screenshot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/sway/scripts/screenshot.sh -------------------------------------------------------------------------------- /sway/scripts/swayfader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/sway/scripts/swayfader.py -------------------------------------------------------------------------------- /swaycons/config.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/swaycons/config.toml -------------------------------------------------------------------------------- /swaylock/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/swaylock/config -------------------------------------------------------------------------------- /swaylock/swaylock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/swaylock/swaylock.png -------------------------------------------------------------------------------- /swayr/config.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/swayr/config.toml -------------------------------------------------------------------------------- /topgrade.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/topgrade.toml -------------------------------------------------------------------------------- /waybar/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/waybar/config -------------------------------------------------------------------------------- /waybar/scripts/check_updates.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/waybar/scripts/check_updates.sh -------------------------------------------------------------------------------- /waybar/scripts/keyhint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/waybar/scripts/keyhint.sh -------------------------------------------------------------------------------- /waybar/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/waybar/style.css -------------------------------------------------------------------------------- /weathercrab/wthrr.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/weathercrab/wthrr.toml -------------------------------------------------------------------------------- /wiki-tui/config.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/wiki-tui/config.toml -------------------------------------------------------------------------------- /wpaperd/output.conf: -------------------------------------------------------------------------------- 1 | [default] 2 | path = "/home/drew/wallpapers/" 3 | duration = "30s" 4 | -------------------------------------------------------------------------------- /xplr/hack.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/xplr/hack.lua -------------------------------------------------------------------------------- /xplr/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/xplr/init.lua -------------------------------------------------------------------------------- /zathura/catppuccin-mocha: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/zathura/catppuccin-mocha -------------------------------------------------------------------------------- /zathura/zathurarc: -------------------------------------------------------------------------------- 1 | include catppuccin-mocha 2 | -------------------------------------------------------------------------------- /zellij/config.kdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/zellij/config.kdl -------------------------------------------------------------------------------- /zellij/layouts/run_htop_layout_with_plugins.kdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/zellij/layouts/run_htop_layout_with_plugins.kdl -------------------------------------------------------------------------------- /zellij/layouts/test.kdl: -------------------------------------------------------------------------------- 1 | layout { 2 | pane 3 | } 4 | default_shell "fish" 5 | -------------------------------------------------------------------------------- /zellij/plugins/monocle.wasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/zellij/plugins/monocle.wasm -------------------------------------------------------------------------------- /zellij/plugins/room.wasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/zellij/plugins/room.wasm -------------------------------------------------------------------------------- /zellij/themes/catppuccin.kdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/zellij/themes/catppuccin.kdl -------------------------------------------------------------------------------- /zellij/themes/gruvbox-dark.kdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scalarwaves/dotfiles/HEAD/zellij/themes/gruvbox-dark.kdl --------------------------------------------------------------------------------