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/config/starship.toml" = "~/.config/starship.toml"
|
||||
"default/config/helix" = "~/.config/helix"
|
||||
"default/config/nvim" = "~/.config/nvim"
|
||||
"default/XCompose" = "~/.XCompose"
|
||||
"default/bash_completion" = "~/.bash_completion"
|
||||
"default/bash_completion.d" = "~/.bash_completion.d"
|
||||
|
|
|
|||
|
|
@ -253,9 +253,15 @@ if type nvim >/dev/null 2>&1; then
|
|||
GIT_EDITOR="$(which nvim)"
|
||||
else
|
||||
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)
|
||||
GIT_EDITOR="$(which nano)"
|
||||
fi
|
||||
fi
|
||||
|
||||
export EDITOR
|
||||
export GIT_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