diff options
Diffstat (limited to '.config/hypr/config.d/theme.conf')
-rw-r--r-- | .config/hypr/config.d/theme.conf | 36 |
1 files changed, 26 insertions, 10 deletions
diff --git a/.config/hypr/config.d/theme.conf b/.config/hypr/config.d/theme.conf index 0de56bd..80ceae7 100644 --- a/.config/hypr/config.d/theme.conf +++ b/.config/hypr/config.d/theme.conf @@ -7,29 +7,45 @@ general { extend_border_grab_area = 20 border_size = $border - col.active_border = rgb(74777d) - col.inactive_border = rgb(14171d) + col.active_border = $active_color + col.inactive_border = $base_color } plugin { hy3 { tabs { - height = 20 - text_height = 11 - padding = 0 + height = 24 + text_height = 9 + text_padding = 10 + padding = 2 render_text = true - rounding = 0 + text_font = JetBrains Mono Nerd Font Mono Bold + rounding = $radius - col.active = rgb(24272d) - col.inactive = rgb(14171d) - col.text.active = rgb(ffffff) - col.text.inactive = rgb(ffffff) + col.active = $active_color + col.inactive = $base_color + col.text.active = $text_color + col.text.inactive = $text_color } autotile { enable = true } } + + hyprbars { + bar_height = 24 + bar_color = $base_color + col.text = $text_color + bar_text_size = 9 + bar_text_font = JetBrains Mono Nerd Font Mono Bold + bar_button_padding = 12 + bar_padding = 10 + bar_precedence_over_border = true + hyprbars-button = rgb(000000), 16, , hyprctl dispatch killactive + hyprbars-button = rgb(000000), 16, , hyprctl dispatch fullscreen 2 + hyprbars-button = rgb(000000), 16, , hyprctl dispatch togglefloating + } } decoration { |