| Hash | Commit message | Author | Date | Files | + | - |
1 | commit c03fa982effd8adae1a9b8cf89b4c54bc1f41a27 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Fri Jun 16 01:33:38 2023 +0200 |
4 | |
5 | Updated icons |
6 | --- |
7 | PKGBUILD | 2 +- |
8 | usr/share/lfp/lfp-icons | 25 +++++++++++++++++++++++-- |
9 | usr/share/lfp/lfprc | 2 +- |
10 | 3 files changed, 25 insertions(+), 4 deletions(-) |
11 | |
12 | diff --git a/PKGBUILD b/PKGBUILD |
13 | index 7953059..bb1a6e6 100644 |
14 | --- a/PKGBUILD |
15 | +++ b/PKGBUILD |
16 | @@ -1,7 +1,7 @@ |
17 | # Maintainer: Connor Etherington <[email protected]> |
18 | # --- |
19 | pkgname=lfp |
20 | -pkgver=3.2 |
21 | +pkgver=3.3 |
22 | pkgrel=1 |
23 | pkgdesc='A wrapper for the lf file manager with in-terminal media previews, on-exit directory changing and much more' |
24 | license=('MIT') |
25 | diff --git a/usr/share/lfp/lfp-icons b/usr/share/lfp/lfp-icons |
26 | index 43db5c5..39c90d3 100755 |
27 | --- a/usr/share/lfp/lfp-icons |
28 | +++ b/usr/share/lfp/lfp-icons |
29 | @@ -10,6 +10,29 @@ or=❌:\ |
30 | ex=💲:\ |
31 | *.gitkeep=👻:\ |
32 | *.col=🔰:\ |
33 | +*.js=:\ |
34 | +*.css=:\ |
35 | +*.py=🐍:\ |
36 | +*.sh=:\ |
37 | +*.bash=:\ |
38 | +*.scss=:\ |
39 | +*.c=🅒:\ |
40 | +*.h=🅗:\ |
41 | +*.cpp=🅒:\ |
42 | +*.hpp=🅗:\ |
43 | +*.cc=🅒:\ |
44 | +*.hh=🅗:\ |
45 | +*.go=🅖:\ |
46 | +*.rs=🅡:\ |
47 | +*.pl=🐪:\ |
48 | +*.pm=🐪:\ |
49 | +*.php=🐘:\ |
50 | +*.rb=🅡:\ |
51 | +*.lua=🅛:\ |
52 | +*.java=☕:\ |
53 | +*.class=☕:\ |
54 | +*.jar=♨:\ |
55 | +*.kt=🅺:\ |
56 | *.lst=📓:\ |
57 | *.tmp=⏰:\ |
58 | *.txt=✍:\ |
59 | @@ -83,6 +106,4 @@ ex=💲:\ |
60 | *.ged=👪:\ |
61 | *.part=💔:\ |
62 | *.torrent=🔽:\ |
63 | -*.jar=♨:\ |
64 | -*.java=♨:\ |
65 | " |
66 | diff --git a/usr/share/lfp/lfprc b/usr/share/lfp/lfprc |
67 | index 6b612f1..fcff1f8 100755 |
68 | --- a/usr/share/lfp/lfprc |
69 | +++ b/usr/share/lfp/lfprc |
70 | @@ -270,7 +270,7 @@ cmd ext ${{ |
71 | }} |
72 | |
73 | cmd newTernPwd ${{ |
74 | - ${TERMINAL:-st} & disown |
75 | + ${TERMINAL:-alacritty} >/dev/null 2>&1 & disown |
76 | }} |
77 | |
78 | |