mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 13:32:50 -05:00
Refactor pre-commit hooks to use prek (#976)
* ci: change to prek for pre-commit * refactor: fix shellcheck warnings for the scripts * chore: unify whitespace formatting * nix: add prek to dev shell
This commit is contained in:
@@ -14,4 +14,4 @@ output_path = '~/.local/share/color-schemes/DankMatugenLight.colors'
|
||||
|
||||
[templates.dmsdarkkcolorscheme]
|
||||
input_path = 'SHELL_DIR/matugen/templates/dark-kcolorscheme.colors'
|
||||
output_path = '~/.local/share/color-schemes/DankMatugenDark.colors'
|
||||
output_path = '~/.local/share/color-schemes/DankMatugenDark.colors'
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
[templates.dmsdgop]
|
||||
input_path = 'SHELL_DIR/matugen/templates/dgop.json'
|
||||
output_path = '~/.config/dgop/colors.json'
|
||||
output_path = '~/.config/dgop/colors.json'
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
[templates.dmsfirefox]
|
||||
input_path = 'SHELL_DIR/matugen/templates/firefox-userchrome.css'
|
||||
output_path = '~/.config/DankMaterialShell/firefox.css'
|
||||
output_path = '~/.config/DankMaterialShell/firefox.css'
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
[templates.dmsghostty]
|
||||
input_path = 'SHELL_DIR/matugen/templates/ghostty.conf'
|
||||
output_path = '~/.config/ghostty/config-dankcolors'
|
||||
output_path = '~/.config/ghostty/config-dankcolors'
|
||||
|
||||
@@ -4,4 +4,4 @@ output_path = '~/.config/kitty/dank-theme.conf'
|
||||
|
||||
[templates.dmskittytabs]
|
||||
input_path = 'SHELL_DIR/matugen/templates/kitty-tabs.conf'
|
||||
output_path = '~/.config/kitty/dank-tabs.conf'
|
||||
output_path = '~/.config/kitty/dank-tabs.conf'
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
[templates.dmsniri]
|
||||
input_path = 'SHELL_DIR/matugen/templates/niri-colors.kdl'
|
||||
output_path = '~/.config/niri/dms/colors.kdl'
|
||||
output_path = '~/.config/niri/dms/colors.kdl'
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
[templates.dmsqt5ct]
|
||||
input_path = 'SHELL_DIR/matugen/templates/qtct-colors.conf'
|
||||
output_path = '~/.config/qt5ct/colors/matugen.conf'
|
||||
output_path = '~/.config/qt5ct/colors/matugen.conf'
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
[templates.dmsqt6ct]
|
||||
input_path = 'SHELL_DIR/matugen/templates/qtct-colors.conf'
|
||||
output_path = '~/.config/qt6ct/colors/matugen.conf'
|
||||
output_path = '~/.config/qt6ct/colors/matugen.conf'
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
[templates.dmsvesktop]
|
||||
input_path = 'SHELL_DIR/matugen/templates/vesktop.css'
|
||||
output_path = '~/.config/vesktop/themes/dank-discord.css'
|
||||
output_path = '~/.config/vesktop/themes/dank-discord.css'
|
||||
|
||||
Reference in New Issue
Block a user