mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-08 13:30:47 -05:00
yambar: increase height and font size for hidpi
This commit is contained in:
parent
3cf89bc9b0
commit
7fd5d52b26
1 changed files with 3 additions and 3 deletions
|
@ -43,8 +43,8 @@ transparent_black: &transparent_black 45475aaa
|
|||
# transparent_black: &transparent_black 4a555baa
|
||||
# Fonts
|
||||
{{- if eq .chezmoi.hostname "helix" }}
|
||||
hack: &hack Hack:pixelsize=28
|
||||
awesome: &awesome Font Awesome 6 Free:style=solid:pixelsize=28
|
||||
hack: &hack Hack:pixelsize=32
|
||||
awesome: &awesome Font Awesome 6 Free:style=solid:pixelsize=32
|
||||
{{- else}}
|
||||
hack: &hack Hack:pixelsize=13
|
||||
awesome: &awesome Font Awesome 6 Free:style=solid:pixelsize=12
|
||||
|
@ -55,7 +55,7 @@ separator:
|
|||
|
||||
bar:
|
||||
{{- if eq .chezmoi.hostname "helix" }}
|
||||
height: 64
|
||||
height: 68
|
||||
location: top
|
||||
{{- else if eq .chezmoi.hostname "hydrus" }}
|
||||
monitor: DP-1
|
||||
|
|
Loading…
Reference in a new issue