before, another instance had to be opened for the script to be run and for fish to change the colours for all shells. this does that immediately now.
74 lines
2 KiB
TOML
74 lines
2 KiB
TOML
[config.wallpaper]
|
|
command = "swww"
|
|
arguments = ["img", "--transition-type", "center"]
|
|
set = true
|
|
|
|
[config.custom_keywords]
|
|
font = "ComicShannsMono Nerd Font"
|
|
rounding = "10"
|
|
|
|
[templates.waybar]
|
|
input_path = './templates/colors.css'
|
|
output_path = '~/.config/waybar/colors.css'
|
|
post_hook = 'pkill -SIGUSR2 waybar'
|
|
|
|
[templates.swaync]
|
|
input_path = './templates/colors.css'
|
|
output_path = '~/.config/swaync/colors.css'
|
|
post_hook = 'swaync-client --reload-css'
|
|
|
|
[templates.gtk3]
|
|
input_path = './templates/gtk-colors.css'
|
|
output_path = '~/.config/gtk-3.0/gtk.css'
|
|
|
|
[templates.gtk4]
|
|
input_path = './templates/gtk-colors.css'
|
|
output_path = '~/.config/gtk-4.0/gtk.css'
|
|
|
|
[templates.matugen]
|
|
input_path = './templates/walker.css'
|
|
output_path = '~/.config/walker/themes/matugen.css'
|
|
|
|
[templates.hyprland]
|
|
input_path = './templates/hyprland.conf'
|
|
output_path = '~/.config/hypr/matugen.conf'
|
|
|
|
[templates.qt5ct]
|
|
input_path = './templates/qtct.conf'
|
|
output_path = '~/.config/qt5ct/colors/matugen.conf'
|
|
|
|
[templates.qt6ct]
|
|
input_path = './templates/qtct.conf'
|
|
output_path = '~/.config/qt6ct/colors/matugen.conf'
|
|
|
|
[templates.pywalfox]
|
|
input_path = './templates/pywalfox.json'
|
|
output_path = '~/.cache/wal/colors.json'
|
|
post_hook = 'pywalfox update'
|
|
|
|
[templates.hyprlock]
|
|
input_path = './templates/hyprlock.conf'
|
|
output_path = '~/.config/hypr/hyprlock.conf'
|
|
|
|
[templates.vesktop]
|
|
input_path = './templates/discord.css'
|
|
output_path = '~/.config/vesktop/themes/midnight-discord.css'
|
|
|
|
[templates.sketchybar]
|
|
input_path = './templates/sketchybar.sh'
|
|
output_path = '~/.config/sketchybar/colours.sh'
|
|
post_hook = 'sketchybar --reload'
|
|
|
|
[templates.jankyborders]
|
|
input_path = './templates/jankyborders.sh'
|
|
output_path = '~/.cache/matugen-jankyborders.sh'
|
|
post_hook = 'sh ~/.cache/matugen-jankyborders.sh'
|
|
|
|
[templates.zsh]
|
|
input_path = './templates/zsh.sh'
|
|
output_path = '~/.cache/zsh_colours.sh'
|
|
|
|
[templates.fish-pure]
|
|
input_path = './templates/pure.fish'
|
|
output_path = '~/.config/fish/pure_colours.fish'
|
|
post_hook = 'fish ~/.config/fish/pure_colours.fish'
|