Updated configs to most recent color scheme. Added some windowrules to hyprland, removed hyprpanel

This commit is contained in:
2025-10-19 02:23:06 -04:00
parent a25da04e3c
commit c041170257
22 changed files with 125 additions and 160 deletions

View File

@@ -7,6 +7,15 @@ version_check = false
command = "swww"
arguments = ["img", "--transition-type", "center"]
[config.custom_colors]
neutral = { color = "#787878", blend = true }
neutral_variant = { color = "#7D747D", blend = true }
success = { color = "#B5CCBA", blend = true }
success_container = { color = "#374B3E", blend = true }
on_success = { color = "#213528", blend = true }
on_success_container = { color = "#D1E9D6", blend = true }
surface_tint = { color = "#C4C4C4", blend = true }
[templates.hyprland]
input_path = '~/.config/matugen/templates/hyprland-colors.conf'
output_path = '~/.config/hypr/hyprland.conf.d/colors.conf'
@@ -16,6 +25,10 @@ post_hook = 'hyprctl reload'
input_path = '~/.config/matugen/templates/qtct-colors.conf'
output_path = '~/.config/qt6ct/colors/matugen.conf'
[templates.qt5ct]
input_path = '~/.config/matugen/templates/qtct-colors.conf'
output_path = '~/.config/qt5ct/colors/matugen.conf'
[templates.gtk3]
input_path = '~/.config/matugen/templates/gtk-colors.css'
output_path = '~/.config/gtk-3.0/colors.css'
@@ -32,3 +45,7 @@ post_hook = 'kitten themes --reload-in=all hydro-os'
[templates.fuzzel]
input_path = '~/.config/matugen/templates/fuzzel-colors.ini'
output_path = '~/.config/fuzzel/themes/hydro-os.ini'
[templates.quickshell]
input_path = '~/.config/matugen/templates/color.json'
output_path = '~/.config/hydro-os/color.json'