mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
hypr: fix borders and colors
This commit is contained in:
parent
6ed598fb60
commit
ae33f89adb
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ monitor=,preferred,auto,auto
|
||||||
# -------------
|
# -------------
|
||||||
|
|
||||||
# colors
|
# colors
|
||||||
$color_border = rgb(191B2B)
|
$color_border = rgb(1a1c2d)
|
||||||
$color_active_border = $color_border
|
$color_active_border = $color_border
|
||||||
$color_inactive_border = $color_border
|
$color_inactive_border = $color_border
|
||||||
|
|
||||||
|
|
@ -31,7 +31,7 @@ input {
|
||||||
}
|
}
|
||||||
|
|
||||||
general {
|
general {
|
||||||
gaps_in = 0
|
gaps_in = 0,0,-1,-1
|
||||||
gaps_out = -1
|
gaps_out = -1
|
||||||
border_size = 1
|
border_size = 1
|
||||||
col.active_border = $color_active_border
|
col.active_border = $color_active_border
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue