Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
Penelope Gwen 2026-06-24 09:17:57 -07:00 committed by Penelope Gwen
commit f6a512375c
4 changed files with 30 additions and 2 deletions

View file

@ -13,6 +13,7 @@ depends = []
"default/scripts" = "~/Scripts" "default/scripts" = "~/Scripts"
"default/config/starship.toml" = "~/.config/starship.toml" "default/config/starship.toml" = "~/.config/starship.toml"
"default/config/helix" = "~/.config/helix" "default/config/helix" = "~/.config/helix"
"default/config/nvim" = "~/.config/nvim"
"default/XCompose" = "~/.XCompose" "default/XCompose" = "~/.XCompose"
"default/bash_completion" = "~/.bash_completion" "default/bash_completion" = "~/.bash_completion"
"default/bash_completion.d" = "~/.bash_completion.d" "default/bash_completion.d" = "~/.bash_completion.d"

View file

@ -253,9 +253,15 @@ if type nvim >/dev/null 2>&1; then
GIT_EDITOR="$(which nvim)" GIT_EDITOR="$(which nvim)"
else else
MISSING_CMDS+=("nvim") MISSING_CMDS+=("nvim")
if type hx >/dev/null 2>&1; then
EDITOR=$(which hx)
GIT_EDITOR="$(which hx)"
else
MISSING_CMDS+=("hx")
EDITOR=$(which nano) EDITOR=$(which nano)
GIT_EDITOR="$(which nano)" GIT_EDITOR="$(which nano)"
fi fi
fi
export EDITOR export EDITOR
export GIT_EDITOR export GIT_EDITOR

View file

@ -0,0 +1,5 @@
[config]
[templates.wofi]
input_path = '/home/pogmommy/.config/matugen/templates/wofi-colors'
output_path= '/home/pogmommy/.config/wofi/wofi-colors'

View file

@ -0,0 +1,16 @@
{{dank16.color0.default.hex}}
{{dank16.color1.default.hex}}
{{dank16.color2.default.hex}}
{{dank16.color3.default.hex}}
{{dank16.color4.default.hex}}
{{dank16.color5.default.hex}}
{{dank16.color6.default.hex}}
{{dank16.color7.default.hex}}
{{dank16.color8.default.hex}}
{{dank16.color9.default.hex}}
{{dank16.color10.default.hex}}
{{dank16.color11.default.hex}}
{{dank16.color12.default.hex}}
{{dank16.color13.default.hex}}
{{dank16.color14.default.hex}}
{{dank16.color15.default.hex}}