Disable darkmode and use new appdwarf

This commit is contained in:
Phantop 2021-05-29 16:17:20 -04:00
parent c3dbc93469
commit 963e533473
3 changed files with 5 additions and 17 deletions

View File

@ -24,7 +24,7 @@ c.tabs.show = "multiple"
ccw = c.colors.webpage
ccwd = ccw.darkmode
ccwd.enabled = True
#ccwd.enabled = True
ccwd.policy.images = 'never'
ccw.preferred_color_scheme = 'dark'

View File

@ -1,14 +0,0 @@
#!/bin/sh
mkdwarfs -i "$@" -o "$(basename "$@").sh" --header <(cat << 'EOF'
#!/bin/sh
DIR=/tmp/.dwarf_$(basename "$0")$RANDOM
mkdir "$DIR" 2> /dev/null
dwarfs -o offset=auto "$0" "$DIR" 2> /dev/null
"$DIR/AppRun" $@
fusermount -uz "$DIR" 2> /dev/null
rmdir "$DIR" 2> /dev/null
exit
EOF
)
chmod +x "$(basename "$@").sh"

1
.local/bin/appdwarf Symbolic link
View File

@ -0,0 +1 @@
../../../.appdwarf/appdwarf

5
.setup
View File

@ -39,9 +39,10 @@ sudo usermod -aG docker $USER
chsh -s /usr/bin/fish
git g gh:iv-org/invidious ~/.invid
git g gh:Phantop/solus-stuff ~/.solus
git g gh:Phantop/phantop.github.io ~/.site
git g gh:Phantop/appdwarf ~/.appdwarf
git g gh:Phantop/haiku-icons ~/.local/share/icons/Haiku
git g gh:Phantop/phantop.github.io ~/.site
git g gh:Phantop/solus-stuff ~/.solus
cd ~/.solus && git update-index --assume-unchanged packager
fish -c "aliases;clean"