qute: miniflux css, instance; setup: musikcube dracula

This commit is contained in:
Phantop 2022-11-09 21:58:23 -05:00
parent 943608aee4
commit c7e2c0e3b9
3 changed files with 23 additions and 2 deletions

View File

@ -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

View File

@ -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')

View File

@ -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; }
}