mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-29 15:55:48 +00:00
setup: add packages; qute: improve ao3 css
This commit is contained in:
parent
4dbb5c8ec0
commit
0fd822bfba
|
|
@ -6,10 +6,11 @@ gnome="gnome-photos gnome-mpv gnome-terminal nautilus rhythmbox"
|
||||||
se rm $gnome firefox libreoffice-common onboard thunderbird
|
se rm $gnome firefox libreoffice-common onboard thunderbird
|
||||||
|
|
||||||
pkgs="advancecomp arcanist aria2 audacious audacity autojump avidemux bleachbit caja
|
pkgs="advancecomp arcanist aria2 audacious audacity autojump avidemux bleachbit caja
|
||||||
ccache corectrl fd fish fzf gifsicle gimp git-extras ifuse innoextract jpegoptim
|
ccache corectrl dolphin-emu fd fish fzf gifsicle gimp git-extras htop ifuse
|
||||||
keepassxc kitty linux-tools-cpupower llvm-clang lrzip lynx mkvtoolnix moreutils mpv
|
innoextract jpegoptim keepassxc kitty linux-tools-cpupower llvm-clang lrzip lynx
|
||||||
ncdu neovim nicotine-plus nnn opus-tools p7zip parallel qt-creator qutebrowser
|
mkvtoolnix moreutils mpv ncdu neovim nicotine-plus nnn opus-tools p7zip parallel
|
||||||
ripgrep solbuild spek starship syncthing tig tlp tor upx usbmuxd yt-dlp zathura-mupdf"
|
qt-creator qutebrowser ripgrep solbuild spek starship syncthing tig tlp tor upx
|
||||||
|
usbmuxd yt-dlp zathura-mupdf"
|
||||||
se up; se it -c system.devel $pkgs
|
se up; se it -c system.devel $pkgs
|
||||||
pip3 install adblock pipx-in-pipx readability-lxml
|
pip3 install adblock pipx-in-pipx readability-lxml
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -71,11 +71,12 @@ body>div#outer.wrapper {
|
||||||
background: #000;
|
background: #000;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
fieldset, #user-bookmarks, .bookmark .user {
|
fieldset, #user-bookmarks, .bookmark .user, .listbox, .listbox.index {
|
||||||
background: #000;
|
background: #000;
|
||||||
border: 1px solid #555;
|
border: 1px solid #555;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
ol.index.group {box-shadow: none}
|
ol.index.group {box-shadow: none}
|
||||||
|
ul.index.group {box-shadow: none; background: #000;}
|
||||||
button, h3 {color: #fff}
|
button, h3 {color: #fff}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue