Compare commits
No commits in common. "d2acee51ff240edd6a348e47ae9a362027c6a381" and "eca7e237ea9814b5fbf975204118c6c8c21f7eef" have entirely different histories.
d2acee51ff
...
eca7e237ea
2
Makefile
2
Makefile
@ -45,8 +45,6 @@ dist: clean
|
||||
install: st
|
||||
mkdir -p $(DESTDIR)$(PREFIX)/bin
|
||||
cp -f st $(DESTDIR)$(PREFIX)/bin
|
||||
cp -f st.desktop $(DESTDIR)/usr/share/applications/
|
||||
cp -f st.svg $(DESTDIR)/usr/share/icons/
|
||||
chmod 755 $(DESTDIR)$(PREFIX)/bin/st
|
||||
mkdir -p $(DESTDIR)$(MANPREFIX)/man1
|
||||
sed "s/VERSION/$(VERSION)/g" < st.1 > $(DESTDIR)$(MANPREFIX)/man1/st.1
|
||||
|
@ -94,7 +94,7 @@ char *termname = "st-256color";
|
||||
unsigned int tabspaces = 8;
|
||||
|
||||
/* bg opacity */
|
||||
float alpha = 0.90;
|
||||
float alpha = 0.95;
|
||||
|
||||
/* Terminal colors (16 first used in escape sequence) */
|
||||
static const char *colorname[] = {
|
||||
|
@ -1,7 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Exec=/usr/local/bin/st
|
||||
Name=st
|
||||
Icon=/usr/share/icons/st.svg
|
5
st.svg
5
st.svg
@ -1,5 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- Copyright (c) 2014-2017, Laslo Hunhold <dev@frign.de> CC BY 4.0 -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="40">
|
||||
<path d="m 0,32 8,0 0,-16 40,0 0,8 -8,0 0,16 -8,0 0,-16 -16,0 0,16 -16,0 z" fill="#222"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 256 B |
Loading…
Reference in New Issue
Block a user