diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-07-14 16:40:08 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-07-14 16:40:08 +0200 |
| commit | 210f2c8a15e0a26d3d3e560d334667aec8d0d017 (patch) | |
| tree | b1434c4c9d4c9551dbb63922e76f626fee3a64e0 | |
| parent | 105fd6622329e0fc42a765fe57bddf2c998a69d4 (diff) | |
| download | dotfiles-210f2c8a15e0a26d3d3e560d334667aec8d0d017.tar.gz dotfiles-210f2c8a15e0a26d3d3e560d334667aec8d0d017.tar.bz2 dotfiles-210f2c8a15e0a26d3d3e560d334667aec8d0d017.zip | |
Updated mutt color scheme to grubbox
| -rw-r--r-- | .gitmodules | 3 | ||||
| -rw-r--r-- | config/mutt/muttrc | 6 | ||||
| -rw-r--r-- | config/qutebrowser/config.py | 8 | ||||
| m--------- | local/share/mutt/gruvbox | 0 |
4 files changed, 12 insertions, 5 deletions
diff --git a/.gitmodules b/.gitmodules index 6dfe029..59e6a72 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "local/share/mutt/solarized"] path = local/share/mutt/solarized url = https://github.com/altercation/mutt-colors-solarized +[submodule "local/share/mutt/gruvbox"] + path = local/share/mutt/gruvbox + url = https://git.sthu.org/repos/mutt-gruvbox.git diff --git a/config/mutt/muttrc b/config/mutt/muttrc index ff90594..7dca451 100644 --- a/config/mutt/muttrc +++ b/config/mutt/muttrc @@ -50,8 +50,10 @@ set header_cache = "$XDG_CACHE_HOME/mutt/cache/headers" set message_cachedir = "$XDG_CACHE_HOME/mutt/cache/bodies" set certificate_file = "$XDG_CACHE_HOME/mutt/certificates" -# solarized color scheme -source "$XDG_DATA_HOME/mutt/solarized/mutt-colors-solarized-dark-16.muttrc" +# color shemes + +# source "$XDG_DATA_HOME/mutt/solarized/mutt-colors-solarized-dark-16.muttrc" # solarized +source "$XDG_DATA_HOME/mutt/gruvbox/colors-gruvbox-shuber.muttrc" # gruvbox # password source "gpg -d $XDG_DATA_HOME/mutt/passwd.muttrc.gpg 2> /dev/null |" diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index 831c3e1..16df617 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -22,13 +22,14 @@ interceptor.register(filter_yt) c.aliases = { 'q': 'close', 'sc': 'config-source', - 'bw': """spawn --userscript qute-bitwarden -d 'dmenu -P -w 0 -p "master password"' """, + # 'bw': """spawn --userscript qute-bitwarden -d 'dmenu -P -p "master password"' """, + 'bw': """spawn --userscript qute-bitwarden""", } c.url.start_pages = ['https://searx.cacharle.xyz'] c.url.searchengines = { - # 'DEFAULT': 'https://searx.cacharle.xyz?q={}', - 'DEFAULT': 'https://duckduckgo.com/?q={}', + 'DEFAULT': 'https://searx.cacharle.xyz?q={}', + # 'DEFAULT': 'https://duckduckgo.com/?q={}', 'd': 'https://duckduckgo.com/?q={}', 'g': 'https://google.com/?q={}', 'y': 'https://www.youtube.com/results?search_query={}', @@ -89,6 +90,7 @@ c.content.headers.do_not_track = True # adblock on youtube isn't supported: https://github.com/qutebrowser/qutebrowser/issues/6480 c.content.blocking.enabled = True +c.content.blocking.method = 'both' c.content.blocking.adblock.lists = [ 'https://easylist.to/easylist/easylist.txt', 'https://easylist.to/easylist/easyprivacy.txt', diff --git a/local/share/mutt/gruvbox b/local/share/mutt/gruvbox new file mode 160000 +Subproject 347272ca9362fe62c9ff199c61e415692a96774 |
