mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-29 23:57:17 +00:00
Disable darkmode and use new appdwarf
This commit is contained in:
parent
c3dbc93469
commit
963e533473
|
|
@ -24,7 +24,7 @@ c.tabs.show = "multiple"
|
||||||
|
|
||||||
ccw = c.colors.webpage
|
ccw = c.colors.webpage
|
||||||
ccwd = ccw.darkmode
|
ccwd = ccw.darkmode
|
||||||
ccwd.enabled = True
|
#ccwd.enabled = True
|
||||||
ccwd.policy.images = 'never'
|
ccwd.policy.images = 'never'
|
||||||
ccw.preferred_color_scheme = 'dark'
|
ccw.preferred_color_scheme = 'dark'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
1
.local/bin/appdwarf
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
../../../.appdwarf/appdwarf
|
||||||
5
.setup
5
.setup
|
|
@ -39,9 +39,10 @@ sudo usermod -aG docker $USER
|
||||||
chsh -s /usr/bin/fish
|
chsh -s /usr/bin/fish
|
||||||
|
|
||||||
git g gh:iv-org/invidious ~/.invid
|
git g gh:iv-org/invidious ~/.invid
|
||||||
git g gh:Phantop/solus-stuff ~/.solus
|
git g gh:Phantop/appdwarf ~/.appdwarf
|
||||||
git g gh:Phantop/phantop.github.io ~/.site
|
|
||||||
git g gh:Phantop/haiku-icons ~/.local/share/icons/Haiku
|
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
|
cd ~/.solus && git update-index --assume-unchanged packager
|
||||||
fish -c "aliases;clean"
|
fish -c "aliases;clean"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue