Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
commit
f6a512375c
4 changed files with 30 additions and 2 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -253,8 +253,14 @@ 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
|
||||||
|
|
|
||||||
5
wayland/config/matugen/config.toml
Normal file
5
wayland/config/matugen/config.toml
Normal 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'
|
||||||
16
wayland/config/matugen/templates/wofi-colors
Normal file
16
wayland/config/matugen/templates/wofi-colors
Normal 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}}
|
||||||
Loading…
Add table
Reference in a new issue