Convert hyprland config to lua
This commit is contained in:
@@ -50,9 +50,14 @@ command = "awww img {{ image }} --transition-type grow --transition-fps 60 --tra
|
||||
# Whether to set the wallpaper or not
|
||||
set = true
|
||||
|
||||
# [templates.hyprland]
|
||||
# input_path = '~/linux-dotfiles/matugen/templates/hyprland-colors.conf'
|
||||
# output_path = '~/linux-dotfiles/hypr/colors.conf'
|
||||
# post_hook = "hyprctl reload && echo 'done'"
|
||||
|
||||
[templates.hyprland]
|
||||
input_path = '~/linux-dotfiles/matugen/templates/hyprland-colors.conf'
|
||||
output_path = '~/linux-dotfiles/hypr/colors.conf'
|
||||
input_path = '~/linux-dotfiles/matugen/templates/hyprland-colors.lua'
|
||||
output_path = '~/linux-dotfiles/hypr/colors.lua'
|
||||
post_hook = "hyprctl reload && echo 'done'"
|
||||
|
||||
[templates.kitty]
|
||||
|
||||
Reference in New Issue
Block a user