Add matugen config for kitty and wip for QT

This commit is contained in:
Sem
2026-03-30 22:00:29 +02:00
parent ddd9a93679
commit 5c995f7aa2
13 changed files with 3436 additions and 102 deletions

View File

@@ -40,7 +40,7 @@ block_postfix = "*>"
# Value from -1 to 1.
# -1 represents minimum contrast, 0 represents standard (i.e. the design as spec'd),
# and 1 represents maximum contrast.
contrast = 1.0
contrast = -1.0
[config.wallpaper]
# The base command to run for applying the wallpaper.
@@ -54,3 +54,16 @@ set = true
input_path = '~/linux-dotfiles/matugen/templates/hyprland-colors.conf'
output_path = '~/linux-dotfiles/hypr/colors.conf'
post_hook = "hyprctl reload && echo 'done'"
[templates.kitty]
input_path = '~/linux-dotfiles/matugen/templates/kitty-colors.conf'
output_path = '~/linux-dotfiles/kitty/themes/Matugen.conf'
post_hook = "kitty +kitten themes --reload-in=all Matugen"
[templates.qt5ct]
input_path = '~/linux-dotfiles/matugen/templates/qtct-colors.conf'
output_path = '~/linux-dotfiles/qt5ct/colors/matugen.conf'
[templates.qt6ct]
input_path = '~/linux-dotfiles/matugen/templates/qtct-colors.conf'
output_path = '~/linux-dotfiles/qt6ct/colors/matugen.conf'