From 9360bb74c3fe757b441f9e59bf21c64d627cf49c Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Wed, 12 Aug 2026 18:45:49 -0500 Subject: [PATCH] Fixes for f44 --- hyprland/.config/dunst/dunstrc | 6 +++--- hyprland/.config/foot/foot.ini | 2 +- hyprland/.config/wofi/style.css | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hyprland/.config/dunst/dunstrc b/hyprland/.config/dunst/dunstrc index 02f64033..cbe2c07e 100644 --- a/hyprland/.config/dunst/dunstrc +++ b/hyprland/.config/dunst/dunstrc @@ -38,13 +38,13 @@ highlight = "#b8bb26" # Progress bars # SIZE AND POSITIONING width = 400 - height = 300 - offset = 8x8 # This takes into account any bars + height = (0, 300) + offset = (8, 8) # This takes into account any bars corner_radius = 8 transparency = 0 # PROGRESS BAR progress_bar = true - progress_bar_corner_radius = 8 + progress_bar_corner_radius = 4 progress_bar_horizontal_alignment = left progress_bar_frame_width = 2 progress_bar_height = 8 diff --git a/hyprland/.config/foot/foot.ini b/hyprland/.config/foot/foot.ini index ea5f96dc..98fd819e 100644 --- a/hyprland/.config/foot/foot.ini +++ b/hyprland/.config/foot/foot.ini @@ -53,7 +53,7 @@ blink=yes [touch] # long-press-delay=400 -[colors] +[colors-dark] alpha=0.8 background=282828 foreground=ebdbb2 diff --git a/hyprland/.config/wofi/style.css b/hyprland/.config/wofi/style.css index d8dadd6d..6406444c 100644 --- a/hyprland/.config/wofi/style.css +++ b/hyprland/.config/wofi/style.css @@ -23,7 +23,7 @@ window { /* The box that contains all the search results */ #inner-box { - background: transparent + background: transparent; margin: 5px; }