summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/progs.csv1
-rwxr-xr-xpublic/thesiah.sh6
-rw-r--r--static/progs.csv1
-rwxr-xr-xstatic/thesiah.sh6
4 files changed, 4 insertions, 10 deletions
diff --git a/public/progs.csv b/public/progs.csv
index a9e732a..f439832 100644
--- a/public/progs.csv
+++ b/public/progs.csv
@@ -75,6 +75,7 @@ A,gtk-theme-arc-gruvbox-git,gives the dark GTK theme used in THESIAH.
A,htop-vim,is a graphical and colorful system monitor.
,hugo,is a fastest framework for building websites.
,imagemagick,is an image viewing/manipulation program.
+,inputattach,is a set of utilities for joysticks and serial devices (especially tablet version ThinkPads).
,jq,is a command-line JSON processor.
A,kakaotalk,is a messenger for Korean.
,lazygit,manages git in Neovim.
diff --git a/public/thesiah.sh b/public/thesiah.sh
index e5226dc..80ccb33 100755
--- a/public/thesiah.sh
+++ b/public/thesiah.sh
@@ -278,7 +278,7 @@ Exec=/usr/local/lib/arkenfox-auto-update" >/etc/pacman.d/hooks/arkenfox.hook
}
installffaddons() {
- addonlist="ublock-origin decentraleyes istilldontcareaboutcookies vim-vixen"
+ addonlist="ublock-origin decentraleyes istilldontcareaboutcookies vimium-ff sponsorblock enhancerforyouTube adblock-plus languagetool darkreader livemarks traduzir-paginas-web video-downloadhelper"
addontmp="$(mktemp -d)"
trap "rm -fr $addontmp" HUP INT QUIT TERM PWR EXIT
IFS=' '
@@ -297,10 +297,6 @@ installffaddons() {
mv "$file" "$pdir/extensions/$id.xpi"
done
chown -R "$name:$name" "$pdir/extensions"
- # Fix a Vim Vixen bug with dark mode not fixed on upstream:
- sudo -u "$name" mkdir -p "$pdir/chrome"
- [ ! -f "$pdir/chrome/userContent.css" ] && sudo -u "$name" echo ".vimvixen-console-frame { color-scheme: light !important; }
-#category-more-from-mozilla { display: none !important }" >"$pdir/chrome/userContent.css"
}
librewolfsetup() {
diff --git a/static/progs.csv b/static/progs.csv
index a9e732a..f439832 100644
--- a/static/progs.csv
+++ b/static/progs.csv
@@ -75,6 +75,7 @@ A,gtk-theme-arc-gruvbox-git,gives the dark GTK theme used in THESIAH.
A,htop-vim,is a graphical and colorful system monitor.
,hugo,is a fastest framework for building websites.
,imagemagick,is an image viewing/manipulation program.
+,inputattach,is a set of utilities for joysticks and serial devices (especially tablet version ThinkPads).
,jq,is a command-line JSON processor.
A,kakaotalk,is a messenger for Korean.
,lazygit,manages git in Neovim.
diff --git a/static/thesiah.sh b/static/thesiah.sh
index e5226dc..80ccb33 100755
--- a/static/thesiah.sh
+++ b/static/thesiah.sh
@@ -278,7 +278,7 @@ Exec=/usr/local/lib/arkenfox-auto-update" >/etc/pacman.d/hooks/arkenfox.hook
}
installffaddons() {
- addonlist="ublock-origin decentraleyes istilldontcareaboutcookies vim-vixen"
+ addonlist="ublock-origin decentraleyes istilldontcareaboutcookies vimium-ff sponsorblock enhancerforyouTube adblock-plus languagetool darkreader livemarks traduzir-paginas-web video-downloadhelper"
addontmp="$(mktemp -d)"
trap "rm -fr $addontmp" HUP INT QUIT TERM PWR EXIT
IFS=' '
@@ -297,10 +297,6 @@ installffaddons() {
mv "$file" "$pdir/extensions/$id.xpi"
done
chown -R "$name:$name" "$pdir/extensions"
- # Fix a Vim Vixen bug with dark mode not fixed on upstream:
- sudo -u "$name" mkdir -p "$pdir/chrome"
- [ ! -f "$pdir/chrome/userContent.css" ] && sudo -u "$name" echo ".vimvixen-console-frame { color-scheme: light !important; }
-#category-more-from-mozilla { display: none !important }" >"$pdir/chrome/userContent.css"
}
librewolfsetup() {