From 9cd3e10283ea0c6cc997afc5353c0f314b3aa092 Mon Sep 17 00:00:00 2001 From: nil Date: Tue, 14 Jan 2025 20:16:17 +0100 Subject: changing host repository --- st/config.h | 5 +++-- st/st | Bin 105800 -> 105800 bytes st/st.o | Bin 81224 -> 81448 bytes st/themes/cicada.h | 0 st/themes/default.h | 0 st/themes/rurbania.h | 0 st/themes/wal-connect.h | 0 st/x.o | Bin 77224 -> 77256 bytes 8 files changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 st/themes/cicada.h mode change 100644 => 100755 st/themes/default.h mode change 100644 => 100755 st/themes/rurbania.h mode change 100644 => 100755 st/themes/wal-connect.h (limited to 'st') diff --git a/st/config.h b/st/config.h index 5986fce..f24fa08 100755 --- a/st/config.h +++ b/st/config.h @@ -6,7 +6,8 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "NotoSansM Nerd Font Mono:pixelsize=20:antialias=true:autohint=true"; +static char *font = "Inconsolata-Regular:pixelsize=26"; +//static char *font = "NotoSansM Nerd Font Mono:pixelsize=26:antialias=true:autohint=true"; static int borderpx = 2; /* @@ -95,7 +96,7 @@ char *termname = "st-256color"; unsigned int tabspaces = 8; /* bg opacity */ -float alpha = 0.97; +float alpha = 0.7; /* Terminal colors (16 first used in escape sequence) */ diff --git a/st/st b/st/st index 72854b7..fc456ee 100755 Binary files a/st/st and b/st/st differ diff --git a/st/st.o b/st/st.o index 5c117af..5cd5aa8 100644 Binary files a/st/st.o and b/st/st.o differ diff --git a/st/themes/cicada.h b/st/themes/cicada.h old mode 100644 new mode 100755 diff --git a/st/themes/default.h b/st/themes/default.h old mode 100644 new mode 100755 diff --git a/st/themes/rurbania.h b/st/themes/rurbania.h old mode 100644 new mode 100755 diff --git a/st/themes/wal-connect.h b/st/themes/wal-connect.h old mode 100644 new mode 100755 diff --git a/st/x.o b/st/x.o index f24a716..7ca6f9d 100644 Binary files a/st/x.o and b/st/x.o differ -- cgit v1.2.3