Add Wofi config

This commit is contained in:
2026-05-06 22:37:01 -04:00
parent 389e33d428
commit c246fbc78d
4 changed files with 23 additions and 2 deletions

View File

@@ -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

View File

@@ -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

4
wofi/.config/wofi/config Normal file
View File

@@ -0,0 +1,4 @@
allow_images=true
image_size=24
columns=3
width=40%

View File

@@ -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;
}