mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 14:00:47 -05:00
Change bar height for FHD screens
This commit is contained in:
parent
e7496f60bb
commit
0b7b07df62
2 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ bspc config bottom_padding 0
|
||||||
{{ else if eq .chezmoi.hostname "hydrus"}}
|
{{ else if eq .chezmoi.hostname "hydrus"}}
|
||||||
bspc config window_gap 4
|
bspc config window_gap 4
|
||||||
bspc config top_padding 0
|
bspc config top_padding 0
|
||||||
bspc config bottom_padding 28
|
bspc config bottom_padding 24
|
||||||
{{ else }}
|
{{ else }}
|
||||||
bspc config window_gap 4
|
bspc config window_gap 4
|
||||||
bspc config top_padding 38
|
bspc config top_padding 38
|
||||||
|
|
|
@ -9,7 +9,7 @@ margin-top = 0
|
||||||
[bar/one]
|
[bar/one]
|
||||||
{{- if eq .chezmoi.hostname "hydrus"}}
|
{{- if eq .chezmoi.hostname "hydrus"}}
|
||||||
monitor = DisplayPort-0
|
monitor = DisplayPort-0
|
||||||
height = 28
|
height = 24
|
||||||
bottom = true
|
bottom = true
|
||||||
{{- else }}
|
{{- else }}
|
||||||
monitor = eDP-1
|
monitor = eDP-1
|
||||||
|
@ -85,7 +85,7 @@ cursor-scroll =
|
||||||
[bar/two]
|
[bar/two]
|
||||||
{{- if eq .chezmoi.hostname "hydrus"}}
|
{{- if eq .chezmoi.hostname "hydrus"}}
|
||||||
monitor = DisplayPort-1
|
monitor = DisplayPort-1
|
||||||
height = 28
|
height = 24
|
||||||
{{- else }}
|
{{- else }}
|
||||||
monitor = eDP-1
|
monitor = eDP-1
|
||||||
height = 72
|
height = 72
|
||||||
|
|
Loading…
Reference in a new issue