diff --git a/laptop/.alacritty.toml b/laptop/.alacritty.toml index 33f08b7..55286dd 100644 --- a/laptop/.alacritty.toml +++ b/laptop/.alacritty.toml @@ -41,7 +41,7 @@ TERM = "xterm-256color" WINIT_X11_SCALE_FACTOR = "1.0" [font] -size = 20 +size = 19 [font.bold] family = "UDEV Gothic 35NFLG" diff --git a/laptop/config b/laptop/config index 0e1b02e..72d18eb 100644 --- a/laptop/config +++ b/laptop/config @@ -170,7 +170,7 @@ set $orange #F08080 # ステータスバー関連 bar { - font pango:UDEV Gothic 35 11 + font pango:UDEV Gothic 35 10 mode dock position top workspace_buttons yes @@ -220,11 +220,11 @@ client.unfocused $bg $bg $fg $yellow for_window [class="^.*"] border pixel 2 # gaps -gaps top 5 -gaps bottom 5 -gaps right 5 -gaps left 5 -gaps inner 5 +gaps top 4 +gaps bottom 4 +gaps right 4 +gaps left 4 +gaps inner 4 # マウスでフォーカスしない focus_follows_mouse no