This commit is contained in:
Rikuoh Tsujitani 2024-05-05 22:23:36 +09:00
parent 2f81519804
commit aff70fcdb2
2 changed files with 7 additions and 7 deletions

View file

@ -41,7 +41,7 @@ TERM = "xterm-256color"
WINIT_X11_SCALE_FACTOR = "1.0"
[font]
size = 20
size = 19
[font.bold]
family = "UDEV Gothic 35NFLG"

View file

@ -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