feat!: migration to waybar

This commit is contained in:
2026-08-21 15:36:27 +02:00
parent dce6a6cafb
commit 1a97f301c2
22 changed files with 341 additions and 1026 deletions
+25 -2
View File
@@ -12,29 +12,52 @@ input_path = '~/.config/matugen/templates/gtk/colors.css'
output_path = '~/.config/gtk-4.0/colors.css'
post_hook = '~/.config/matugen/post-hook-scripts/gtk-themes-reload.sh'
[templates.swaync]
input_path = '~/.config/matugen/templates/swaync/colors.css'
[templates.swaync-colors]
input_path = '~/.config/matugen/templates/colors.css'
output_path = "~/.config/swaync/colors.css"
post_hook = "swaync-client -rs"
[templates.waybar-colors]
input_path = '~/.config/matugen/templates/colors.css'
output_path = "~/.config/waybar/colors.css"
post_hook = "swaync-client -rs"
[templates.color-scheme]
input_path = '~/.config/matugen/templates/qt/colors.colors'
output_path = '~/.local/share/color-schemes/Matugen.colors'
[templates.kitty]
input_path = '~/.config/matugen/templates/kitty/colors.conf'
output_path = '~/.config/kitty/colors.conf'
# My own
[templates.hyprland]
input_path = '~/.config/matugen/templates/hyprland/colors.lua'
output_path = '~/.config/hypr/hyprland/colors.lua'
[templates.waybar]
input_path = '~/.config/matugen/templates/waybar/style.css'
output_path = '~/.config/waybar/style.css'
post_hook = 'pkill -SIGUSR2 waybar'
[templates.hyprlock]
input_path = '~/.config/matugen/templates/hyprland/hyprlock-colors.conf'
output_path = '~/.config/hypr/hyprlock-colors.conf'
[templates.hyprpaper]
input_path = '~/.config/matugen/templates/hyprland/hyprpaper.conf'
output_path = '~/.config/hypr/hyprpaper.conf'
post_hook = 'pkill -SIGUSR2 hyprpaper'
[templates.wlogout]
input_path = '~/.config/matugen/templates/wlogout/style.css'
output_path = '~/.config/wlogout/style.css'
[templates.rofi]
input_path = '~/.config/matugen/templates/rofi/style.rasi'
output_path = '~/.config/rofi/style.rasi'
[templates.yazi]
input_path = '~/.config/matugen/templates/yazi/theme.toml'
output_path = '~/.config/yazi/theme.toml'