diff options
Diffstat (limited to '')
| -rw-r--r-- | .config/hypr/config.d/theme.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/hypr/config.d/theme.conf b/.config/hypr/config.d/theme.conf index 80ceae7..b67a69c 100644 --- a/.config/hypr/config.d/theme.conf +++ b/.config/hypr/config.d/theme.conf @@ -35,6 +35,7 @@ plugin { hyprbars { bar_height = 24 + bar_part_of_window = true bar_color = $base_color col.text = $text_color bar_text_size = 9 @@ -50,7 +51,7 @@ plugin { decoration { rounding = $radius - drop_shadow = no + drop_shadow = yes blur { enabled = true |