Updated Styling

This commit is contained in:
2025-11-16 01:17:15 -05:00
parent 99f64a3145
commit 15317047e3
9 changed files with 35 additions and 72 deletions

View File

@@ -18,9 +18,13 @@
"${config.xdg.configHome}/hypr/monitors.conf"
];
# monitor = [
# "eDP-1, 2256x1504@60, 0x0, 1"
# ];
general = {
gaps_in = 5;
gaps_out = 10;
border_size = 2;
"col.active_border" = "rgb(4479A4)";
"col.inactive_border" = "rgba(4479A480)";
};
decoration = {
rounding = 10;
@@ -37,6 +41,12 @@
};
};
layerrule = [
"blur, waybar" # Add blur to waybar
"blurpopups, waybar" # Blur waybar popups too!
"ignorealpha 0.2, waybar" # Make it so transparent parts are ignored
];
exec-once = [
"systemctl --user enable --now hyprpolkitagent.service"
"wpaperd -d"