From 806a695d6fbffce479f01b8918e089da0d011faf Mon Sep 17 00:00:00 2001 From: stkhan Date: Tue, 18 May 2021 19:41:15 -0500 Subject: Reworked everything --- st/boxdraw.o | Bin 0 -> 7728 bytes st/config.h | 56 ++++++++++++++++++++++++++++---------------------------- st/hb.o | Bin 0 -> 4592 bytes st/st | Bin 0 -> 120816 bytes st/st.o | Bin 0 -> 79496 bytes st/x.o | Bin 0 -> 87752 bytes 6 files changed, 28 insertions(+), 28 deletions(-) create mode 100644 st/boxdraw.o create mode 100644 st/hb.o create mode 100755 st/st create mode 100644 st/st.o create mode 100644 st/x.o (limited to 'st') diff --git a/st/boxdraw.o b/st/boxdraw.o new file mode 100644 index 0000000..3080fdc Binary files /dev/null and b/st/boxdraw.o differ diff --git a/st/config.h b/st/config.h index acf194b..e7ae519 100644 --- a/st/config.h +++ b/st/config.h @@ -5,9 +5,9 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ - static char *font = "Source Code Pro:pixelsize=12:antialias=true:autohint=true"; -static char *font2[] = { "JoyPixels:pixelsize=12:antialias=true:autohint=true" }; +static char *font2[] = { "JoyPixels:pixelsize=12:antialias=true:autohint=true"}; + static int borderpx = 2; /* @@ -108,33 +108,8 @@ char *termname = "st"; unsigned int tabspaces = 8; /* bg opacity */ -float alpha = 0.4; - /* Terminal colors (16 first used in escape sequence) */ -static const char *colorname[] = { - "#282828", /* hard contrast: #1d2021 / soft contrast: #32302f */ - "#a80600", - "#06b500", - "#d79921", - "#042e88", - "#b16286", - "#689d6a", - "#a89984", - "#928374", - "#fb4934", - "#55ff4f", - "#fabd2f", - "#83a598", - "#d3869b", - "#8ec07c", - "#ebdbb2", - [255] = 0, - /* more colors can be added after 255 to use with DefaultXX */ - "#cfcfcf", /* 256 -> cursor */ - "#555555", /* 257 -> rev cursor*/ - "#000000", /* 258 -> bg */ - "#cfcfcf", /* 259 -> fg */ -}; + /* @@ -181,7 +156,32 @@ static unsigned int defaultattr = 11; * modifier, set to 0 to not use it. */ static uint forcemousemod = ShiftMask; +float alpha = 0.6; +static const char *colorname[] = { + "#282828", /* hard contrast: #1d2021 / soft contrast: #32302f */ + "#a80600", + "#06b500", + "#d79921", + "#042e88", + "#b16286", + "#689d6a", + "#a89984", + "#928374", + "#fb4934", + "#55ff4f", + "#fabd2f", + "#83a598", + "#d3869b", + "#8ec07c", + "#ebdbb2", + [255] = 0, + /* more colors can be added after 255 to use with DefaultXX */ + "#cfcfcf", /* 256 -> cursor */ + "#555555", /* 257 -> rev cursor*/ + "#000000", /* 258 -> bg */ + "#cfcfcf", /* 259 -> fg */ +}; /* * Xresources preferences to load at startup */ diff --git a/st/hb.o b/st/hb.o new file mode 100644 index 0000000..346d766 Binary files /dev/null and b/st/hb.o differ diff --git a/st/st b/st/st new file mode 100755 index 0000000..5295144 Binary files /dev/null and b/st/st differ diff --git a/st/st.o b/st/st.o new file mode 100644 index 0000000..095c6ed Binary files /dev/null and b/st/st.o differ diff --git a/st/x.o b/st/x.o new file mode 100644 index 0000000..fce9141 Binary files /dev/null and b/st/x.o differ -- cgit v1.2.3