rssViedos mostly
This commit is contained in:
parent
ceb1e40964
commit
709239dfca
17 changed files with 479 additions and 111 deletions
|
@ -86,7 +86,7 @@
|
|||
|
||||
- name: Download base16 theme for qutebrowser
|
||||
get_url:
|
||||
url: "https://raw.githubusercontent.com/theova/base16-qutebrowser/master/themes/default/base16-{{ base16_scheme }}.config.py"
|
||||
url: "https://raw.githubusercontent.com/theova/base16-qutebrowser/main/themes/default/base16-{{ base16_scheme }}.config.py"
|
||||
dest: "{{ ansible_env.HOME }}/.config/qutebrowser/theme.py"
|
||||
mode: "u+rw,g=r,o=r"
|
||||
notify:
|
||||
|
@ -111,8 +111,7 @@
|
|||
dest: "{{ ansible_env.HOME }}/.config/dunst/dunstrc"
|
||||
mode: "u+rw,g=r,o=r"
|
||||
|
||||
# TODO mechanism to switching light/dark quickly
|
||||
# TODO dunst (template online, but not to my liking)
|
||||
# TODO Generate themes locally because not being able to switch themes because GitHub being down is just silly
|
||||
# TODO bar (might change bar in the future, so...)
|
||||
# TODO highlight (there IS a template but the colors look different from vim and mostly the same from when there's no config)
|
||||
# TODO https://github.com/makuto/auto-base16-theme ? :P
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue