hyprland: change background and active and inactive border and gaps
This commit is contained in:
@ -6,12 +6,12 @@ input {
|
||||
}
|
||||
|
||||
general {
|
||||
gaps_in = 4
|
||||
gaps_out = 6
|
||||
gaps_in = 3
|
||||
gaps_out = 4
|
||||
layout = dwindle
|
||||
border_size = 2
|
||||
col.inactive_border = 0xff808080
|
||||
col.active_border = 0xffbf6a40
|
||||
border_size = 3
|
||||
col.inactive_border = 0xff5387ac
|
||||
col.active_border = 0xffac7853
|
||||
}
|
||||
|
||||
dwindle {
|
||||
@ -20,6 +20,7 @@ dwindle {
|
||||
|
||||
decoration {
|
||||
drop_shadow = true
|
||||
rounding = 4
|
||||
}
|
||||
|
||||
animations {
|
||||
@ -30,7 +31,7 @@ misc {
|
||||
disable_hyprland_logo = true
|
||||
disable_splash_rendering = true
|
||||
disable_autoreload = true
|
||||
background_color = rgb(808080)
|
||||
background_color = 0xff808080
|
||||
}
|
||||
|
||||
$menu = wofi -S run
|
||||
|
Reference in New Issue
Block a user