hyperland: thicker border, smaller gaps, changed border and bg color

This commit is contained in:
2024-02-17 23:08:52 +01:00
parent 054068a205
commit f410f907ef

View File

@ -6,15 +6,22 @@ input {
} }
general { general {
gaps_in = 2 gaps_in = 1
gaps_out = 5 gaps_out = 3
layout = dwindle layout = dwindle
border_size = 2
col.inactive_border = 0xff808080
col.active_border = 0xffbf6a40
} }
dwindle { dwindle {
preserve_split = true preserve_split = true
} }
decoration {
drop_shadow = false
}
animations { animations {
enabled = false enabled = false
} }
@ -23,6 +30,7 @@ misc {
disable_hyprland_logo = true disable_hyprland_logo = true
disable_splash_rendering = true disable_splash_rendering = true
disable_autoreload = true disable_autoreload = true
background_color = rgb(404040)
} }
$menu = rofi -show drun -theme Arc-Dark $menu = rofi -show drun -theme Arc-Dark