diff --git a/bin/setup b/bin/setup index d6ecbf6..04caaa3 100755 --- a/bin/setup +++ b/bin/setup @@ -18,11 +18,14 @@ ln -s ~/.config/gtk-3.0/gtkrc ~/.gtkrc-2.0 mkdir -p ~/.parallel/will-cite wget https://github.com/dracula/rofi/raw/master/theme/config2.rasi -P ~/.config/rofi +wget https://github.com/dracula/kitty/raw/master/dracula.conf -P ~/.config/kitty +wget https://github.com/dracula/musikcube/raw/master/dracula.json -P ~/.config/musikcube + wget https://github.com/mrzool/bash-sensible/raw/master/sensible.bash -O ~/.bashrc wget https://github.com/savq/paq-nvim/raw/master/lua/paq.lua -P ~/.config/nvim/lua -wget https://github.com/dracula/kitty/raw/master/dracula.conf -P ~/.config/kitty wget https://source.netsurf-browser.org/netsurf.git/plain/resources/adblock.css\ https://nitter.it/css/themes/dracula.css -P ~/.config/qutebrowser + un(){ F=$(mktemp); mkdir -p "$2"; curl https://api.github.com/repos/"$1"/releases |\ grep -om1 http.\*zip | wget -i- -O"$F"; unzip "$F" -d "$2";} un bloc97/Anime4k ~/.config/mpv/shaders diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 7a0a315..128546a 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -16,7 +16,7 @@ c.url.searchengines['m'] = 'morty.ononoki.org/?mortyurl={}' c.url.searchengines['s'] = 'farside.link/searxng/search?q={}' c.url.searchengines['y'] = 'farside.link/invidious/search?q={}' c.url.searchengines['DEFAULT'] = c.url.searchengines['l'] -c.url.start_pages = c.url.default_page = 'megafocs.fly.dev' +c.url.start_pages = c.url.default_page = 'minifocs.fly.dev' config.source('adblock.py') config.source('bindings.py') diff --git a/qutebrowser/user.scss b/qutebrowser/user.scss index 77c4acf..2c4b414 100644 --- a/qutebrowser/user.scss +++ b/qutebrowser/user.scss @@ -99,3 +99,21 @@ body>div#outer.wrapper { } } } + +[data-csrf-token] { + background: #000; + color: #EEE; + --entry-content-color: #EEE; + --title-color: #EEE; + --link-color: #EEE; + + select, textarea, input{ + background: #000 !important; + color: #fff !important; + } + + .item { border: 1px dotted #666} + a:link {color: rgb(221, 221, 221);} + .item-status-read .item-title > a:link {color: rgb(155, 148, 148);} + .logo a span, .logo a:hover { color: #c88aff; } +}