major springcleaning
This commit is contained in:
10
.config/qutebrowser/autoconfig.yml
Normal file
10
.config/qutebrowser/autoconfig.yml
Normal file
@ -0,0 +1,10 @@
|
||||
# If a config.py file exists, this file is ignored unless it's explicitly loaded
|
||||
# via config.load_autoconfig(). For more information, see:
|
||||
# https://github.com/qutebrowser/qutebrowser/blob/main/doc/help/configuring.asciidoc#loading-autoconfigyml
|
||||
# DO NOT edit this file by hand, qutebrowser will overwrite it.
|
||||
# Instead, create a config.py - see :help for details.
|
||||
|
||||
config_version: 2
|
||||
settings:
|
||||
content.notifications.enabled:
|
||||
https://stream.bocken.org: true
|
@ -1,8 +0,0 @@
|
||||
https://ostechnix.com/setup-japanese-language-environment-arch-linux/ How To Setup Japanese Language Environment In Arch Linux
|
||||
https://fsspx.today/chapel/zaitzkofen/ Zaitzkofen - Chapel app
|
||||
https://www.derbackprofi.at/rezept/rezeptsammlung/detail/handkaisersemmel-2017.html Der BACKPROFI - Rezeptsammlung
|
||||
https://www.wagners-kulinarium.at/die-wiener-kaisersemmel/ Die Wiener Kaisersemmel - Familienrezept - Wagners Kulinarium
|
||||
https://www.vatican.va/content/john-paul-ii/de/apost_letters/2002/documents/hf_jp-ii_apl_20021016_rosarium-virginis-mariae.html Rosarium Virginis Mariae über den Rosenkranz (16. Oktober 2002) | Johannes Paul II.
|
||||
https://traditionalcatholicprayers.com/2019/11/12/how-to-pray-the-rosary-in-latin/ How to Pray the Rosary in Latin | Traditional Catholic Prayers
|
||||
https://www.einfachbacken.de/rezepte/krapfen-klassiker-selber-machen?portions=12 Krapfen - Klassiker selber machen | Einfach Backen
|
||||
https://www.backyardchickens.com/articles/how-to-process-your-quail-including-gory-pictures.75834/ How to Process your Quail (Including Gory Pictures) | BackYard Chickens - Learn How to Raise Chickens
|
@ -61,18 +61,14 @@ c.statusbar.show = "always"
|
||||
c.tabs.show = "never"
|
||||
c.tabs.tabs_are_windows = True
|
||||
|
||||
from os import environ
|
||||
from os.path import join
|
||||
if not(config_home:= environ["XDG_CONFIG_HOME"]):
|
||||
config_home = expanduser("~/.config")
|
||||
local_startpage : str = join(config_home, "qutebrowser/startpage.html")
|
||||
local_startpage : str = "https://bocken.org"
|
||||
c.url.start_pages = local_startpage
|
||||
c.url.default_page = local_startpage
|
||||
|
||||
c.url.open_base_url = True
|
||||
|
||||
c.url.searchengines = {
|
||||
"DEFAULT": "https://duckduckgo.com/?q={}",
|
||||
searchengines = {
|
||||
"brave": "https://search.brave.com/search?q={}&source=web",
|
||||
"cactus": "https://latin.cactus2000.de/index.php?q={}",
|
||||
"ddg": "https://duckduckgo.com/?q={}",
|
||||
"dw": "https://www.dwds.de/wb/{}",
|
||||
@ -83,7 +79,9 @@ c.url.searchengines = {
|
||||
"oz": "http://www.ozdic.com/collocation-dictionary/{}",
|
||||
"re": "https://bocken.org/rezepte/?q={}",
|
||||
"yt": "https://www.youtube.com/results?search_query={}"
|
||||
}
|
||||
}
|
||||
searchengines["DEFAULT"] = searchengines["brave"]
|
||||
c.url.searchengines = searchengines
|
||||
|
||||
c.zoom.default = "160%"
|
||||
|
||||
|
2
.config/qutebrowser/dracula/.gitignore
vendored
2
.config/qutebrowser/dracula/.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
/bookmarks/
|
||||
quickmarks
|
@ -1,31 +0,0 @@
|
||||
### [qutebrowser](https://www.qutebrowser.org/)
|
||||
|
||||
#### Install using Git
|
||||
|
||||
If you are a git user, you can install the theme and keep up to date by cloning the repo:
|
||||
|
||||
$ git clone https://github.com/dracula/qutebrowser-dracula-theme.git dracula
|
||||
|
||||
#### Install manually
|
||||
|
||||
Download using the [GitHub .zip download](https://github.com/dracula/qutebrowser.git) option and unzip.
|
||||
|
||||
#### Activating theme
|
||||
|
||||
- Find your *[qutebrowser configuration directory](https://www.qutebrowser.org/doc/help/configuring.html#configpy)* (see e.g. `:version` in qutebrowser). This folder should be located at the "config" location listed on qute://version, which is typically ~/.config/qutebrowser/ on Linux, ~/.qutebrowser/ on macOS, and %APPDATA%/qutebrowser/config/ on Windows.
|
||||
- Move the repository folder to `dracula` inside the configuration directory.
|
||||
- In your [qutebrowser config.py file](https://www.qutebrowser.org/doc/help/configuring.html#configpy), include the following:
|
||||
|
||||
```python
|
||||
import dracula.draw
|
||||
|
||||
# Load existing settings made via :set
|
||||
config.load_autoconfig()
|
||||
|
||||
dracula.draw.blood(c, {
|
||||
'spacing': {
|
||||
'vertical': 6,
|
||||
'horizontal': 8
|
||||
}
|
||||
})
|
||||
```
|
Binary file not shown.
BIN
.config/qutebrowser/dracula/__pycache__/draw.cpython-311.pyc
Normal file
BIN
.config/qutebrowser/dracula/__pycache__/draw.cpython-311.pyc
Normal file
Binary file not shown.
Binary file not shown.
@ -1,21 +0,0 @@
|
||||
# Dracula for [qutebrowser](https://www.qutebrowser.org/)
|
||||
|
||||
> A dark theme for [qutebrowser](https://www.qutebrowser.org/).
|
||||
|
||||

|
||||
|
||||
## Install
|
||||
|
||||
All instructions can be found at [draculatheme.com/qutebrowser](https://draculatheme.com/qutebrowser).
|
||||
|
||||
## Team
|
||||
|
||||
This theme is maintained by the following person(s) and a bunch of [awesome contributors](https://github.com/dracula/qutebrowser/graphs/contributors).
|
||||
|
||||
[](https://github.com/evannagle) |
|
||||
--- |
|
||||
[Evan Nagle](https://github.com/evannagle) |
|
||||
|
||||
## License
|
||||
|
||||
[MIT License](./LICENSE)
|
Binary file not shown.
Before Width: | Height: | Size: 605 KiB |
@ -1,8 +0,0 @@
|
||||
ys https://www.youtube.com/feed/subscriptions
|
||||
moo https://moodle-app2.let.ethz.ch/my/
|
||||
fit https://boards.4channel.org/fit/
|
||||
wsg https://boards.4channel.org/wsg/
|
||||
bant https://boards.4chan.org/bant/
|
||||
mystudies https://www.lehrbetrieb.ethz.ch/myStudies/studWillkommen.view
|
||||
out https://boards.4channel.org/out/
|
||||
g https://boards.4channel.org/g/
|
@ -1,9 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html dir="ltr" lang="en">
|
||||
<head>
|
||||
<title>Startpage</title>
|
||||
<meta charset="utf-8"/>
|
||||
<body style="background:black;">
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user