diff --git a/apply.sh b/apply.sh index e20067a..6db6257 100755 --- a/apply.sh +++ b/apply.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash set -euo pipefail cd "$(dirname "$0")" -stow -t ~ bash zsh tmux nvim hypr waybar mako alacritty rider-palette walker +stow -t ~ bash zsh tmux nvim hypr waybar mako alacritty rider-palette walker wofi diff --git a/bootstrap.sh b/bootstrap.sh index 197c724..9fb0024 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -4,7 +4,7 @@ set -euo pipefail # ====== CONFIG ====== DOTFILES_DIR="${DOTFILES_DIR:-$HOME/repos/dotfiles}" DOTFILES_GIT_URL="${DOTFILES_GIT_URL:-}" # ex: git@github.com:TON_USER/dotfiles.git -STOW_PACKAGES_DEFAULT=("zsh" "tmux" "nvim" "hypr" "waybar" "mako" "alacritty") +STOW_PACKAGES_DEFAULT=("zsh" "tmux" "nvim" "hypr" "waybar" "mako" "alacritty" "rider-palette" "walker" "wofi") INSTALL_FONTS="${INSTALL_FONTS:-1}" # 1 = install nerd font, 0 = skip SET_DEFAULT_SHELL="${SET_DEFAULT_SHELL:-1}" # 1 = chsh to zsh, 0 = skip diff --git a/wofi/.config/wofi/config b/wofi/.config/wofi/config new file mode 100644 index 0000000..5702272 --- /dev/null +++ b/wofi/.config/wofi/config @@ -0,0 +1,4 @@ +allow_images=true +image_size=24 +columns=3 +width=40% diff --git a/wofi/.config/wofi/style.css b/wofi/.config/wofi/style.css new file mode 100644 index 0000000..1a8ff19 --- /dev/null +++ b/wofi/.config/wofi/style.css @@ -0,0 +1,17 @@ +* { + font-family: "JetBrainsMono Nerd Font"; + font-size: 17px; +} + +#entry { + padding: 8px 10px; + margin: 4px 0; +} + +#input { + min-height: 68px; +} + +#img { + margin-right: 10px; +}