fontsize
This commit is contained in:
parent
2f81519804
commit
aff70fcdb2
2 changed files with 7 additions and 7 deletions
|
@ -41,7 +41,7 @@ TERM = "xterm-256color"
|
||||||
WINIT_X11_SCALE_FACTOR = "1.0"
|
WINIT_X11_SCALE_FACTOR = "1.0"
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = 20
|
size = 19
|
||||||
|
|
||||||
[font.bold]
|
[font.bold]
|
||||||
family = "UDEV Gothic 35NFLG"
|
family = "UDEV Gothic 35NFLG"
|
||||||
|
|
|
@ -170,7 +170,7 @@ set $orange #F08080
|
||||||
|
|
||||||
# ステータスバー関連
|
# ステータスバー関連
|
||||||
bar {
|
bar {
|
||||||
font pango:UDEV Gothic 35 11
|
font pango:UDEV Gothic 35 10
|
||||||
mode dock
|
mode dock
|
||||||
position top
|
position top
|
||||||
workspace_buttons yes
|
workspace_buttons yes
|
||||||
|
@ -220,11 +220,11 @@ client.unfocused $bg $bg $fg $yellow
|
||||||
for_window [class="^.*"] border pixel 2
|
for_window [class="^.*"] border pixel 2
|
||||||
|
|
||||||
# gaps
|
# gaps
|
||||||
gaps top 5
|
gaps top 4
|
||||||
gaps bottom 5
|
gaps bottom 4
|
||||||
gaps right 5
|
gaps right 4
|
||||||
gaps left 5
|
gaps left 4
|
||||||
gaps inner 5
|
gaps inner 4
|
||||||
|
|
||||||
# マウスでフォーカスしない
|
# マウスでフォーカスしない
|
||||||
focus_follows_mouse no
|
focus_follows_mouse no
|
||||||
|
|
Loading…
Reference in a new issue