mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 14:00:47 -05:00
Compare commits
No commits in common. "0b7b07df625f7ad93a990f55b3749f697730e2fd" and "e7fb62907881b12b71ded91e18953211994016ca" have entirely different histories.
0b7b07df62
...
e7fb629078
3 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@ bspc config bottom_padding 0
|
|||
{{ else if eq .chezmoi.hostname "hydrus"}}
|
||||
bspc config window_gap 4
|
||||
bspc config top_padding 0
|
||||
bspc config bottom_padding 24
|
||||
bspc config bottom_padding 28
|
||||
{{ else }}
|
||||
bspc config window_gap 4
|
||||
bspc config top_padding 38
|
||||
|
|
|
@ -9,7 +9,7 @@ margin-top = 0
|
|||
[bar/one]
|
||||
{{- if eq .chezmoi.hostname "hydrus"}}
|
||||
monitor = DisplayPort-0
|
||||
height = 24
|
||||
height = 28
|
||||
bottom = true
|
||||
{{- else }}
|
||||
monitor = eDP-1
|
||||
|
@ -85,7 +85,7 @@ cursor-scroll =
|
|||
[bar/two]
|
||||
{{- if eq .chezmoi.hostname "hydrus"}}
|
||||
monitor = DisplayPort-1
|
||||
height = 24
|
||||
height = 28
|
||||
{{- else }}
|
||||
monitor = eDP-1
|
||||
height = 72
|
||||
|
|
|
@ -4,6 +4,6 @@ Gtk/FontName "DejaVu Sans 10"
|
|||
Xft/autohint 0
|
||||
Xft/lcdfilter "lcddefault"
|
||||
Xft/Hinting 1
|
||||
Xft/HintStyle "hintslight"
|
||||
Xft/HintStyle "hintfull"
|
||||
Xft/Antialias 1
|
||||
Xft/RGBA "rgb"
|
||||
|
|
Loading…
Reference in a new issue