Updated configs to most recent color scheme. Added some windowrules to hyprland, removed hyprpanel
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
general {
|
||||
col.inactive_border = rgb({{colors.background.default.hex_stripped}})
|
||||
col.inactive_border = rgb({{colors.on_primary.default.hex_stripped}})
|
||||
col.active_border = rgb({{colors.primary.default.hex_stripped}})
|
||||
}
|
||||
|
||||
@@ -15,5 +15,5 @@ decoration {
|
||||
color = rgb({{colors.shadow.default.hex_stripped}})
|
||||
}
|
||||
|
||||
rounding = 15
|
||||
rounding = 0
|
||||
}
|
||||
|
||||
@@ -57,7 +57,7 @@ tab_bar_background #101014
|
||||
# Title bar
|
||||
macos_titlebar_color #16161e
|
||||
|
||||
background_opacity 1
|
||||
#background_opacity 1
|
||||
|
||||
cursor {{colors.on_surface.default.hex}}
|
||||
cursor_text_color {{colors.on_surface_variant.default.hex}}
|
||||
|
||||
Reference in New Issue
Block a user