diff options
| author | 2026-02-28 14:49:37 -0500 | |
|---|---|---|
| committer | 2026-02-28 14:49:37 -0500 | |
| commit | ef40a5119a77280863c21ba67397818514714ccc (patch) | |
| tree | 8fbfa43e86f2594875bb7e415fee2ac0ecf35cda /scripts/desktop/term-font-size | |
| parent | 61c027738785e0585202b7b3a828e05344510f66 (diff) | |
| download | dotfiles-ef40a5119a77280863c21ba67397818514714ccc.tar.gz dotfiles-ef40a5119a77280863c21ba67397818514714ccc.tar.bz2 dotfiles-ef40a5119a77280863c21ba67397818514714ccc.zip | |
Random stuff since last check in
Diffstat (limited to 'scripts/desktop/term-font-size')
| -rwxr-xr-x | scripts/desktop/term-font-size | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/desktop/term-font-size b/scripts/desktop/term-font-size index 0637b12..6f947b7 100755 --- a/scripts/desktop/term-font-size +++ b/scripts/desktop/term-font-size @@ -17,4 +17,4 @@ x_px, y_px = get_term_res() size = get_term_dimensions() x_cell, y_cell = size.columns, size.lines -print('width : {}, height: {}'.format(x_px / float(x_cell), y_px / float(y_cell))) +print('width: {}, height: {}'.format(x_px / float(x_cell), y_px / float(y_cell))) |