summaryrefslogtreecommitdiff
path: root/scripts/desktop/term-font-size
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2026-02-28 14:49:37 -0500
committerAndrew Opalach <andrew@akon.city> 2026-02-28 14:49:37 -0500
commitef40a5119a77280863c21ba67397818514714ccc (patch)
tree8fbfa43e86f2594875bb7e415fee2ac0ecf35cda /scripts/desktop/term-font-size
parent61c027738785e0585202b7b3a828e05344510f66 (diff)
downloaddotfiles-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-xscripts/desktop/term-font-size2
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)))