hyprland: change background and active and inactive border and gaps

This commit is contained in:
2024-06-15 20:12:43 +02:00
parent 7111817d6f
commit 72f2a053c0

View File

@ -6,12 +6,12 @@ input {
} }
general { general {
gaps_in = 4 gaps_in = 3
gaps_out = 6 gaps_out = 4
layout = dwindle layout = dwindle
border_size = 2 border_size = 3
col.inactive_border = 0xff808080 col.inactive_border = 0xff5387ac
col.active_border = 0xffbf6a40 col.active_border = 0xffac7853
} }
dwindle { dwindle {
@ -20,6 +20,7 @@ dwindle {
decoration { decoration {
drop_shadow = true drop_shadow = true
rounding = 4
} }
animations { animations {
@ -30,7 +31,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(808080) background_color = 0xff808080
} }
$menu = wofi -S run $menu = wofi -S run