dev: automated commit - 2025-11-10 11:45:17
This commit is contained in:
parent
572e1e1ced
commit
2b8553adcc
1 changed files with 28 additions and 28 deletions
|
|
@ -60,7 +60,7 @@ find_git_repos() {
|
|||
if command -v fd >/dev/null 2>&1; then
|
||||
fd -H -t d "^\.git$" "$DEV_DIR" -d 3 -0 | xargs -0 -n1 dirname | sort -u >"$CACHE_FILE"
|
||||
else
|
||||
find "$DEV_DIR" -maxdepth 3 -type d -name ".git" -print0 | \
|
||||
find "$DEV_DIR" -maxdepth 3 -type d -name ".git" -print0 |
|
||||
xargs -0 -n1 dirname | sort -u >"$CACHE_FILE"
|
||||
fi
|
||||
cat "$CACHE_FILE"
|
||||
|
|
@ -131,7 +131,7 @@ SELECTED_DISPLAY=$(echo "$SORTED_LIST" | tofi \
|
|||
--border-width 2 \
|
||||
--outline-width 0 \
|
||||
--font "$(fc-match -f '%{family}' 2>/dev/null || echo 'sans')" \
|
||||
--font-size 14 \
|
||||
--font-size 16 \
|
||||
--background-color '#191724' \
|
||||
--text-color '#e0def4' \
|
||||
--selection-color '#31748f' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue