diff options
author | Freya Murphy <freya@freyacat.org> | 2024-06-22 21:01:24 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-06-22 21:01:24 -0400 |
commit | bf920830aa5f512432727b4dce725ae99bee33d8 (patch) | |
tree | 65c1eae7798d98fae00f604c94f5d7df6d729cbd /.config/hypr/config.d/theme.conf | |
parent | i like yaoi (diff) | |
download | dotfiles-arch-bf920830aa5f512432727b4dce725ae99bee33d8.tar.gz dotfiles-arch-bf920830aa5f512432727b4dce725ae99bee33d8.tar.bz2 dotfiles-arch-bf920830aa5f512432727b4dce725ae99bee33d8.zip |
minor changes
Diffstat (limited to '.config/hypr/config.d/theme.conf')
-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 |