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

@@ -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
}

View File

@@ -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}}