Compare commits
2 Commits
c6b41ebaaf
...
e92ef9fe46
Author | SHA1 | Date | |
---|---|---|---|
e92ef9fe46 | |||
a52e34f849 |
@ -70,7 +70,7 @@ hide_duplicates_count = yes
|
||||
# The width can be negative. In this case the actual width is the
|
||||
# screen width minus the width defined in within the geometry option.
|
||||
#geometry = "250x50-40+40"
|
||||
geometry = "300x50-15+49"
|
||||
geometry = "300x70-10+53"
|
||||
|
||||
# Shrink window if it's smaller than the width. Will be ignored if
|
||||
# width is 0.
|
||||
@ -120,7 +120,7 @@ line_height = 3
|
||||
# Draw a line of "separatpr_height" pixel height between two
|
||||
# notifications.
|
||||
# Set to 0 to disable.
|
||||
separator_height = 2
|
||||
separator_height = 3
|
||||
|
||||
# Padding between text and separator.
|
||||
padding = 6
|
||||
@ -134,7 +134,7 @@ horizontal_padding = 6
|
||||
# * foreground: use the same color as the foreground;
|
||||
# * frame: use the same color as the frame;
|
||||
# * anything else will be interpreted as a X color.
|
||||
separator_color = frame
|
||||
separator_color = auto
|
||||
|
||||
# Print a notification on startup.
|
||||
# This is mainly for error detection, since dbus (re-)starts dunst
|
||||
|
@ -120,4 +120,6 @@ bindsym $mod+Shift+e exec i3-msg exit
|
||||
|
||||
bindsym $mod+r exec rofi -show drun
|
||||
|
||||
bindsym $mod+a exec ~/.local/venv/papis/bin/python ~/.local/venv/papis/bin/papis gui
|
||||
|
||||
bindsym $mod+p exec i3lock-fancy -- scrot
|
||||
|
@ -1,3 +1,15 @@
|
||||
profile=opengl-hq
|
||||
vo=gpu
|
||||
hwdec=vaapi
|
||||
hwdec-codecs=all
|
||||
profile=opengl-hq
|
||||
slang=fr,fre,eng,en,enUS,en-US,English
|
||||
|
||||
[http-streaming]
|
||||
cache=yes
|
||||
demuxer-max-bytes=500000KiB
|
||||
|
||||
[protocol.http]
|
||||
profile=http-streaming
|
||||
|
||||
[protocol.https]
|
||||
profile=http-streaming
|
||||
|
@ -2,3 +2,7 @@ https://www.archlinux.org/feeds/news/
|
||||
https://linuxfr.org/news.atom
|
||||
https://framablog.org/feed/
|
||||
http://erj.ersjournals.com/rss/current.xml
|
||||
http://search.nejm.org/search?cnt=20&start_month=4&start_year=2009&w=*&restrict=doctype%3Aarticle&srt=0&isort=date&ts=rss&af=topic:12
|
||||
http://search.nejm.org/search?cnt=20&start_month=4&start_year=2009&w=*&restrict=doctype%3Aarticle&srt=0&isort=date&ts=rss&af=topic:19
|
||||
http://journal.chestnet.org/current.rss
|
||||
https://puri.sm/feed/
|
||||
|
@ -1,6 +1,6 @@
|
||||
configuration {
|
||||
modi: "drun";
|
||||
terminal: "urxvt";
|
||||
theme: "material";
|
||||
font: "Inconsolata Nerd Font Mono 30";
|
||||
}
|
||||
@theme "material"
|
||||
|
@ -1,52 +1,90 @@
|
||||
[general]
|
||||
status_path = "~/.local/share/vdirsyncer/status/"
|
||||
|
||||
###########
|
||||
# Nicolas #
|
||||
###########
|
||||
|
||||
##
|
||||
# Card
|
||||
#
|
||||
|
||||
[pair contacts]
|
||||
a = "card_local"
|
||||
b = "card_nextcloud"
|
||||
collections = ["from a", "from b"]
|
||||
b = "card_nextcloud_quimbo"
|
||||
collections = ["default"]
|
||||
|
||||
[storage card_local]
|
||||
type = "filesystem"
|
||||
path = "~/.local/contacts/"
|
||||
path = "~/.local/contacts/nicolas"
|
||||
fileext = ".vcf"
|
||||
|
||||
[storage card_nextcloud]
|
||||
[storage card_nextcloud_quimbo]
|
||||
type = "carddav"
|
||||
url = "https://cloud.jombi.fr"
|
||||
url = "https://cloud.quimbo.fr"
|
||||
username = "nicolas"
|
||||
password.fetch = ["command", "~/.config/vdirsyncer/getpass.py", "nicolas"]
|
||||
|
||||
#[storage card_nextcloud]
|
||||
#type = "carddav"
|
||||
#url = "https://cloud.jombi.fr"
|
||||
#username = "nicolas"
|
||||
#password.fetch = ["command", "~/.config/vdirsyncer/getpass.py", "nicolas"]
|
||||
#
|
||||
#[pair migration_cards]
|
||||
#a = "card_nextcloud"
|
||||
#b = "card_nextcloud_quimbo"
|
||||
#collections = ["from a"]
|
||||
|
||||
|
||||
##
|
||||
# Calendar
|
||||
#
|
||||
|
||||
[pair calendars]
|
||||
a = "cal_local"
|
||||
b = "cal_nextcloud"
|
||||
collections = ["from a", "from b"]
|
||||
b = "cal_nextcloud_quimbo"
|
||||
collections = ["work","personal"]
|
||||
|
||||
[storage cal_local]
|
||||
type = "filesystem"
|
||||
path = "~/.local/calendars/"
|
||||
path = "~/.local/calendars/nicolas"
|
||||
fileext = ".ics"
|
||||
|
||||
[storage cal_nextcloud]
|
||||
[storage cal_nextcloud_quimbo]
|
||||
type = "caldav"
|
||||
url = "https://cloud.jombi.fr"
|
||||
url = "https://cloud.quimbo.fr"
|
||||
username = "nicolas"
|
||||
password.fetch = ["command", "~/.config/vdirsyncer/getpass.py", "nicolas"]
|
||||
|
||||
|
||||
#[pair calendars_anais]
|
||||
#a = "cal_local_anais"
|
||||
#b = "cal_nextcloud_anais"
|
||||
#collections = ["from a", "from b"]
|
||||
#
|
||||
#[storage cal_local_anais]
|
||||
#type = "filesystem"
|
||||
#path = "~/.local/calendars/anais"
|
||||
#fileext = ".ics"
|
||||
#
|
||||
#[storage cal_nextcloud_anais]
|
||||
#[storage cal_nextcloud]
|
||||
#type = "caldav"
|
||||
#url = "https://cloud.jombi.fr"
|
||||
#username = "anais"
|
||||
#password.fetch = ["command", "~/.config/vdirsyncer/getpass.py", "anais"]
|
||||
#username = "nicolas"
|
||||
#password.fetch = ["command", "~/.config/vdirsyncer/getpass.py", "nicolas"]
|
||||
|
||||
#[pair migration_calendars]
|
||||
#a = "cal_nextcloud"
|
||||
#b = "cal_nextcloud_quimbo"
|
||||
#collections = ["work","personal"]
|
||||
|
||||
#########
|
||||
# Anais #
|
||||
#########
|
||||
|
||||
[pair calendars_anais]
|
||||
a = "cal_local_anais"
|
||||
b = "cal_nextcloud_anais_quimbo"
|
||||
collections = ["horraires-travail", "personal"]
|
||||
#
|
||||
[storage cal_local_anais]
|
||||
type = "filesystem"
|
||||
path = "~/.local/calendars/anais"
|
||||
fileext = ".ics"
|
||||
#
|
||||
[storage cal_nextcloud_anais_quimbo]
|
||||
type = "caldav"
|
||||
url = "https://cloud.quimbo.fr"
|
||||
username = "anais"
|
||||
password.fetch = ["command", "~/.config/vdirsyncer/getpass.py", "anais"]
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user