добавил смену обоев на win + t

This commit is contained in:
2025-06-10 00:50:18 +03:00
parent 35edd2a365
commit 5831b4b2b8
20 changed files with 463 additions and 229 deletions

View File

@@ -6,22 +6,27 @@ output_path = "~/.config/hypr/colors.conf"
post_hook = "hyprctl reload"
[templates.kitty]
input_path = 'kitty.conf'
output_path = '~/.config/kitty/colors.conf'
input_path = "kitty.conf"
output_path = "~/.config/kitty/colors.conf"
[templates.waybar]
input_path = 'colors.css'
output_path = '~/.config/waybar/colors.css'
post_hook = 'pkill -SIGUSR2 waybar'
input_path = "colors.css"
output_path = "~/.config/waybar/colors.css"
post_hook = "pkill -SIGUSR2 waybar"
[templates.gtk3]
input_path = 'colors.css'
output_path = '~/.config/gtk-3.0/colors.css'
input_path = "colors.css"
output_path = "~/.config/gtk-3.0/colors.css"
[templates.gtk4]
input_path = 'colors.css'
output_path = '~/.config/gtk-4.0/colors.css'
input_path = "colors.css"
output_path = "~/.config/gtk-4.0/colors.css"
[templates.wofi]
input_path = "colors.css"
output_path = "~/.config/wofi/colors.css"
[templates.mako]
input_path = "mako"
output_path = "~/.config/mako/config"
post_hook = "makoctl reload"

6
matugen/mako Normal file
View File

@@ -0,0 +1,6 @@
background-color={{ colors.surface.default.hex }}
border-radius=4
border-size=0
anchor=top-right
default-timeout=2500