Skip to content

Commit

Permalink
feat(docs): add hooks to a few programs
Browse files Browse the repository at this point in the history
  • Loading branch information
InioX authored Oct 26, 2024
1 parent 7cf1113 commit c823ee1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Copy the [hyprland-colors.conf]() template and add it to the matugen config.
[templates.hyprland]
input_path = 'path/to/template'
output_path = '~/.config/hypr/colors.conf'
post_hook = 'hyprctl reload'
```

Then, add this line to the top of your `~/.config/hypr/hyprland.conf` file
Expand Down Expand Up @@ -91,6 +92,7 @@ Copy the [colors.css](https://github.com/InioX/matugen-themes/blob/main/template
[templates.waybar]
input_path = 'path/to/template'
output_path = '~/.config/waybar/colors.css'
post_hook = 'pkill -SIGUSR2 waybar'
```

Then, add this line to the top of your `~/.config/waybar/style.css` file
Expand Down Expand Up @@ -150,6 +152,7 @@ Then, add this line to the top of your `~/.config/gtk-3.0/gtk.css` and `~/.confi
[templates.sway]
input_path = 'path/to/template'
output_path = '~/.config/sway/colors.conf'
post_hook = 'swaymsg reload'
```

Then, add this line to your `~/.config/sway/config`
Expand Down

0 comments on commit c823ee1

Please sign in to comment.