Correct indent of file
This commit is contained in:
parent
6db055f77a
commit
a30a32a57b
@ -214,17 +214,88 @@ set completion-ignore-case on
|
|||||||
:END:
|
:END:
|
||||||
|
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
text/plain; nvim %s
|
text/plain; nvim %s
|
||||||
audio/*; /usr/bin/xdg-open %s ; copiousoutput
|
audio/*; /usr/bin/xdg-open %s ; copiousoutput
|
||||||
video/*; setsid mpv --quiet %s &; copiousoutput
|
video/*; setsid mpv --quiet %s &; copiousoutput
|
||||||
image/*; ~/scripts/openfile.sh %s;
|
image/*; ~/scripts/openfile.sh %s;
|
||||||
application/pdf; ~/scripts/openfile.sh %s;
|
application/pdf; ~/scripts/openfile.sh %s;
|
||||||
text/html; qutebrowser %s; -n "$DISPLAY"; nametemplate=%s.html;
|
text/html; qutebrowser %s; -n "$DISPLAY"; nametemplate=%s.html;
|
||||||
text/html; w3m -I %{charset} -T text/html; copiousoutput;
|
text/html; w3m -I %{charset} -T text/html; copiousoutput;
|
||||||
text/calendar; khal import --batch -a home %s && khal printics %s; copiousoutput;
|
text/calendar; khal import --batch -a home %s && khal printics %s; copiousoutput;
|
||||||
application/ics; khal import --batch -a home %s && khal printics %s; copiousoutput;
|
application/ics; khal import --batch -a home %s && khal printics %s; copiousoutput;
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
** Libreoffice
|
||||||
|
#+begin_src conf
|
||||||
|
application/docx; libreoffice %s --nologo &; copiousoutput;
|
||||||
|
application/doc; libreoffice --nologo %s &; copiousoutput;
|
||||||
|
|
||||||
|
application/vnd.oasis.opendocument.database; libreoffice --nologo --base '%s'; copiousoutput
|
||||||
|
application/vnd.oasis.opendocument.chart; libreoffice --nologo --calc '%s'; copiousoutput
|
||||||
|
application/vnd.oasis.opendocument.spreadsheet; libreoffice --nologo --calc '%s'; copiousoutput
|
||||||
|
application/vnd.oasis.opendocument.spreadsheet-template; libreoffice --nologo --calc '%s'; copiousoutput
|
||||||
|
application/vnd.oasis.opendocument.graphics; libreoffice --nologo --draw '%s'; copiousoutput
|
||||||
|
application/vnd.oasis.opendocument.graphics-template; libreoffice --nologo --draw '%s'; copiousoutput
|
||||||
|
application/vnd.oasis.opendocument.presentation; libreoffice --nologo --impress '%s'; copiousoutput
|
||||||
|
application/vnd.oasis.opendocument.presentation-template; libreoffice --nologo --impress '%s'; copiousoutput
|
||||||
|
application/vnd.oasis.opendocument.formula; libreoffice --nologo --math '%s'; copiousoutput
|
||||||
|
application/vnd.oasis.opendocument.text; libreoffice --nologo --writer '%s'; copiousoutput
|
||||||
|
application/vnd.oasis.opendocument.text-master; libreoffice --nologo -global '%s'; copiousoutput
|
||||||
|
application/vnd.oasis.opendocument.text-template; libreoffice --nologo --writer '%s'; copiousoutput
|
||||||
|
application/vnd.oasis.opendocument.text-web; libreoffice --nologo -web '%s'; copiousoutput
|
||||||
|
application/vnd.sun.xml.base; libreoffice --nologo --writer '%s'; copiousoutput
|
||||||
|
application/vnd.sun.xml.calc; libreoffice --nologo --calc '%s'; copiousoutput
|
||||||
|
application/vnd.sun.xml.calc.template; libreoffice --nologo --calc '%s'; copiousoutput
|
||||||
|
application/vnd.sun.xml.draw; libreoffice --nologo --draw '%s'; copiousoutput
|
||||||
|
application/vnd.sun.xml.draw.template; libreoffice --nologo --draw '%s'; copiousoutput
|
||||||
|
application/vnd.stardivision.calc; libreoffice --nologo --calc '%s'; copiousoutput
|
||||||
|
application/vnd.stardivision.chart; libreoffice --nologo --calc '%s'; copiousoutput
|
||||||
|
application/vnd.stardivision.draw; libreoffice --nologo --draw '%s'; copiousoutput
|
||||||
|
application/vnd.stardivision.impress; libreoffice --nologo --impress '%s'; copiousoutput
|
||||||
|
application/vnd.stardivision.math; libreoffice --nologo --math '%s'; copiousoutput
|
||||||
|
application/vnd.stardivision.writer-global; libreoffice --nologo --writer '%s'; copiousoutput
|
||||||
|
application/vnd.stardivision.writer; libreoffice --nologo --writer '%s'; copiousoutput
|
||||||
|
application/vnd.sun.xml.impress; libreoffice --nologo --impress '%s'; copiousoutput
|
||||||
|
application/vnd.sun.xml.impress.template; libreoffice --nologo --impress '%s'; copiousoutput
|
||||||
|
application/vnd.sun.xml.math; libreoffice --nologo --math '%s'; copiousoutput
|
||||||
|
application/vnd.sun.xml.writer; libreoffice --nologo --writer '%s'; copiousoutput
|
||||||
|
application/vnd.sun.xml.writer.global; libreoffice --nologo -global '%s'; copiousoutput
|
||||||
|
application/vnd.sun.xml.writer.template; libreoffice --nologo --writer '%s'; copiousoutput
|
||||||
|
text/csv; libreoffice --nologo --calc '%s'; copiousoutput
|
||||||
|
text/spreadsheet; libreoffice --nologo --calc '%s'; copiousoutput
|
||||||
|
application/x-quattropro; libreoffice --nologo --calc '%s'; copiousoutput
|
||||||
|
application/x-dbf; libreoffice --nologo --calc '%s'; copiousoutput
|
||||||
|
application/vnd.ms-excel.sheet.macroEnabled.12; libreoffice --nologo --calc '%s'; copiousoutput
|
||||||
|
application/vnd.ms-excel.template.macroEnabled.12; libreoffice --nologo --calc '%s'; copiousoutput
|
||||||
|
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet; libreoffice --nologo --calc '%s'; copiousoutput
|
||||||
|
application/vnd.openxmlformats-officedocument.spreadsheetml.template; libreoffice --nologo --calc '%s'; copiousoutput
|
||||||
|
application/vnd.lotus-1-2-3; libreoffice --nologo --calc '%s'; copiousoutput
|
||||||
|
application/vnd.ms-excel; libreoffice --nologo --calc '%s'; copiousoutput
|
||||||
|
application/msexcel; libreoffice --nologo --calc '%s'; copiousoutput
|
||||||
|
application/x-dbase; libreoffice --nologo --calc '%s'; copiousoutput
|
||||||
|
text/x-csv; libreoffice --nologo --calc '%s'; copiousoutput
|
||||||
|
application/vnd.ms-powerpoint.presentation.macroEnabled.12; libreoffice --nologo --impress '%s'; copiousoutput
|
||||||
|
application/vnd.ms-powerpoint.slideshow.macroEnabled.12; libreoffice --nologo --impress '%s'; copiousoutput
|
||||||
|
application/vnd.ms-powerpoint.template.macroEnabled.12; libreoffice --nologo --impress '%s'; copiousoutput
|
||||||
|
application/vnd.openxmlformats-officedocument.presentationml.presentation; libreoffice --nologo --impress '%s'; copiousoutput
|
||||||
|
application/vnd.openxmlformats-officedocument.presentationml.slideshow; libreoffice --nologo --impress '%s'; copiousoutput
|
||||||
|
application/vnd.openxmlformats-officedocument.presentationml.template; libreoffice --nologo --impress '%s'; copiousoutput
|
||||||
|
application/vnd.ms-powerpoint; libreoffice --nologo --impress '%s'; copiousoutput
|
||||||
|
application/mspowerpoint; libreoffice --nologo --impress '%s'; copiousoutput
|
||||||
|
text/mathml; libreoffice --nologo --math '%s'; copiousoutput
|
||||||
|
application/rtf; libreoffice --nologo --writer '%s'; copiousoutput
|
||||||
|
application/x-t602; libreoffice --nologo --writer '%s'; copiousoutput
|
||||||
|
application/vnd.wordperfect; libreoffice --nologo --writer '%s'; copiousoutput
|
||||||
|
application/vnd.ms-word.document.macroEnabled.12; libreoffice --nologo --writer '%s'; copiousoutput
|
||||||
|
application/vnd.ms-word.template.macroEnabled.12; libreoffice --nologo --writer '%s'; copiousoutput
|
||||||
|
application/vnd.openxmlformats-officedocument.wordprocessingml.document; libreoffice --nologo --writer '%s'; copiousoutput
|
||||||
|
application/vnd.openxmlformats-officedocument.wordprocessingml.template; libreoffice --nologo --writer '%s'; copiousoutput
|
||||||
|
application/vnd.ms-works; libreoffice --nologo --writer '%s'; copiousoutput
|
||||||
|
application/msword; libreoffice --nologo --writer '%s'; copiousoutput
|
||||||
|
application/wordperfect; libreoffice --nologo --writer '%s'; copiousoutput
|
||||||
|
text/rtf; libreoffice --nologo --writer '%s'; copiousoutput
|
||||||
|
#+end_src
|
||||||
|
|
||||||
* urlview
|
* urlview
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args: :tangle ~/.urlview
|
:header-args: :tangle ~/.urlview
|
||||||
@ -403,275 +474,275 @@ default-cache-ttl 60480000
|
|||||||
:END:
|
:END:
|
||||||
|
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
[global]
|
[global]
|
||||||
frame_width = 3
|
frame_width = 3
|
||||||
frame_color = "#282828"
|
frame_color = "#282828"
|
||||||
font = SauceCodePro Nerd Font 10
|
font = SauceCodePro Nerd Font 10
|
||||||
markup = full
|
markup = full
|
||||||
|
|
||||||
# The format of the message. Possible variables are:
|
# The format of the message. Possible variables are:
|
||||||
# %a appname
|
# %a appname
|
||||||
# %s summary
|
# %s summary
|
||||||
# %b body
|
# %b body
|
||||||
# %i iconname (including its path)
|
# %i iconname (including its path)
|
||||||
# %I iconname (without its path)
|
# %I iconname (without its path)
|
||||||
# %p progress value if set ([ 0%] to [100%]) or nothing
|
# %p progress value if set ([ 0%] to [100%]) or nothing
|
||||||
# Markup is allowed
|
# Markup is allowed
|
||||||
format = "%s\n%b"
|
format = "%s\n%b"
|
||||||
|
|
||||||
# Sort messages by urgency.
|
# Sort messages by urgency.
|
||||||
sort = yes
|
sort = yes
|
||||||
|
|
||||||
# Show how many messages are currently hidden (because of geometry).
|
# Show how many messages are currently hidden (because of geometry).
|
||||||
indicate_hidden = yes
|
indicate_hidden = yes
|
||||||
|
|
||||||
# Alignment of message text.
|
# Alignment of message text.
|
||||||
# Possible values are "left", "center" and "right".
|
# Possible values are "left", "center" and "right".
|
||||||
alignment = left
|
alignment = left
|
||||||
|
|
||||||
# The frequency with wich text that is longer than the notification
|
# The frequency with wich text that is longer than the notification
|
||||||
# window allows bounces back and forth.
|
# window allows bounces back and forth.
|
||||||
# This option conflicts with "word_wrap".
|
# This option conflicts with "word_wrap".
|
||||||
# Set to 0 to disable.
|
# Set to 0 to disable.
|
||||||
bounce_freq = 5
|
bounce_freq = 5
|
||||||
|
|
||||||
# Show age of message if message is older than show_age_threshold
|
# Show age of message if message is older than show_age_threshold
|
||||||
# seconds.
|
# seconds.
|
||||||
# Set to -1 to disable.
|
# Set to -1 to disable.
|
||||||
show_age_threshold = 60
|
show_age_threshold = 60
|
||||||
|
|
||||||
# Split notifications into multiple lines if they don't fit into
|
# Split notifications into multiple lines if they don't fit into
|
||||||
# geometry.
|
# geometry.
|
||||||
word_wrap = no
|
word_wrap = no
|
||||||
|
|
||||||
# Ignore newlines '\n' in notifications.
|
# Ignore newlines '\n' in notifications.
|
||||||
ignore_newline = no
|
ignore_newline = no
|
||||||
|
|
||||||
# The geometry of the window:
|
# The geometry of the window:
|
||||||
# [{width}]x{height}[+/-{x}+/-{y}]
|
# [{width}]x{height}[+/-{x}+/-{y}]
|
||||||
# The geometry of the message window.
|
# The geometry of the message window.
|
||||||
# The height is measured in number of notifications everything else
|
# The height is measured in number of notifications everything else
|
||||||
# in pixels. If the width is omitted but the height is given
|
# in pixels. If the width is omitted but the height is given
|
||||||
# ("-geometry x2"), the message window expands over the whole screen
|
# ("-geometry x2"), the message window expands over the whole screen
|
||||||
# (dmenu-like). If width is 0, the window expands to the longest
|
# (dmenu-like). If width is 0, the window expands to the longest
|
||||||
# message displayed. A positive x is measured from the left, a
|
# message displayed. A positive x is measured from the left, a
|
||||||
# negative from the right side of the screen. Y is measured from
|
# negative from the right side of the screen. Y is measured from
|
||||||
# the top and down respectevly.
|
# the top and down respectevly.
|
||||||
# The width can be negative. In this case the actual width is the
|
# The width can be negative. In this case the actual width is the
|
||||||
# screen width minus the width defined in within the geometry option.
|
# screen width minus the width defined in within the geometry option.
|
||||||
geometry = "350x5-0+27"
|
geometry = "350x5-0+27"
|
||||||
|
|
||||||
# Shrink window if it's smaller than the width. Will be ignored if
|
# Shrink window if it's smaller than the width. Will be ignored if
|
||||||
# width is 0.
|
# width is 0.
|
||||||
shrink = yes
|
shrink = yes
|
||||||
|
|
||||||
# The transparency of the window. Range: [0; 100].
|
# The transparency of the window. Range: [0; 100].
|
||||||
# This option will only work if a compositing windowmanager is
|
# This option will only work if a compositing windowmanager is
|
||||||
# present (e.g. xcompmgr, compiz, etc.).
|
# present (e.g. xcompmgr, compiz, etc.).
|
||||||
transparency = 20
|
transparency = 20
|
||||||
|
|
||||||
# Don't remove messages, if the user is idle (no mouse or keyboard input)
|
# Don't remove messages, if the user is idle (no mouse or keyboard input)
|
||||||
# for longer than idle_threshold seconds.
|
# for longer than idle_threshold seconds.
|
||||||
# Set to 0 to disable.
|
# Set to 0 to disable.
|
||||||
# default 120
|
# default 120
|
||||||
idle_threshold = 120
|
idle_threshold = 120
|
||||||
|
|
||||||
# Which monitor should the notifications be displayed on.
|
# Which monitor should the notifications be displayed on.
|
||||||
monitor = 0
|
monitor = 0
|
||||||
|
|
||||||
# Display notification on focused monitor. Possible modes are:
|
# Display notification on focused monitor. Possible modes are:
|
||||||
# mouse: follow mouse pointer
|
# mouse: follow mouse pointer
|
||||||
# keyboard: follow window with keyboard focus
|
# keyboard: follow window with keyboard focus
|
||||||
# none: don't follow anything
|
# none: don't follow anything
|
||||||
#
|
#
|
||||||
# "keyboard" needs a windowmanager that exports the
|
# "keyboard" needs a windowmanager that exports the
|
||||||
# _NET_ACTIVE_WINDOW property.
|
# _NET_ACTIVE_WINDOW property.
|
||||||
# This should be the case for almost all modern windowmanagers.
|
# This should be the case for almost all modern windowmanagers.
|
||||||
#
|
#
|
||||||
# If this option is set to mouse or keyboard, the monitor option
|
# If this option is set to mouse or keyboard, the monitor option
|
||||||
# will be ignored.
|
# will be ignored.
|
||||||
follow = keyboard
|
follow = keyboard
|
||||||
|
|
||||||
# Should a notification popped up from history be sticky or timeout
|
# Should a notification popped up from history be sticky or timeout
|
||||||
# as if it would normally do.
|
# as if it would normally do.
|
||||||
sticky_history = no
|
sticky_history = no
|
||||||
|
|
||||||
# Maximum amount of notifications kept in history
|
# Maximum amount of notifications kept in history
|
||||||
history_length = 20
|
history_length = 20
|
||||||
|
|
||||||
# Display indicators for URLs (U) and actions (A).
|
# Display indicators for URLs (U) and actions (A).
|
||||||
show_indicators = yes
|
show_indicators = yes
|
||||||
|
|
||||||
# The height of a single line. If the height is smaller than the
|
# The height of a single line. If the height is smaller than the
|
||||||
# font height, it will get raised to the font height.
|
# font height, it will get raised to the font height.
|
||||||
# This adds empty space above and under the text.
|
# This adds empty space above and under the text.
|
||||||
line_height = 0
|
line_height = 0
|
||||||
|
|
||||||
# Draw a line of "separator_height" pixel height between two
|
# Draw a line of "separator_height" pixel height between two
|
||||||
# notifications.
|
# notifications.
|
||||||
# Set to 0 to disable.
|
# Set to 0 to disable.
|
||||||
separator_height = 2
|
separator_height = 2
|
||||||
|
|
||||||
# Padding between text and separator.
|
# Padding between text and separator.
|
||||||
padding = 0
|
padding = 0
|
||||||
|
|
||||||
# Horizontal padding.
|
# Horizontal padding.
|
||||||
horizontal_padding = 8
|
horizontal_padding = 8
|
||||||
|
|
||||||
# Define a color for the separator.
|
# Define a color for the separator.
|
||||||
# possible values are:
|
# possible values are:
|
||||||
# * auto: dunst tries to find a color fitting to the background;
|
# * auto: dunst tries to find a color fitting to the background;
|
||||||
# * foreground: use the same color as the foreground;
|
# * foreground: use the same color as the foreground;
|
||||||
# * frame: use the same color as the frame;
|
# * frame: use the same color as the frame;
|
||||||
# * anything else will be interpreted as a X color.
|
# * anything else will be interpreted as a X color.
|
||||||
separator_color = #263238
|
separator_color = #263238
|
||||||
|
|
||||||
# Print a notification on startup.
|
# Print a notification on startup.
|
||||||
# This is mainly for error detection, since dbus (re-)starts dunst
|
# This is mainly for error detection, since dbus (re-)starts dunst
|
||||||
# automatically after a crash.
|
# automatically after a crash.
|
||||||
startup_notification = false
|
startup_notification = false
|
||||||
|
|
||||||
# dmenu path.
|
# dmenu path.
|
||||||
dmenu = /usr/bin/dmenu -p dunst:
|
dmenu = /usr/bin/dmenu -p dunst:
|
||||||
|
|
||||||
# Browser for opening urls in context menu.
|
# Browser for opening urls in context menu.
|
||||||
browser = qutebrowser
|
browser = qutebrowser
|
||||||
|
|
||||||
# Align icons left/right/off
|
# Align icons left/right/off
|
||||||
icon_position = left
|
icon_position = left
|
||||||
|
|
||||||
# Paths to default icons.
|
# Paths to default icons.
|
||||||
# icon_path = /usr/share/icons/Adwaita/16x16/status/:/usr/share/icons/Adwaita/16x16/devices/
|
# icon_path = /usr/share/icons/Adwaita/16x16/status/:/usr/share/icons/Adwaita/16x16/devices/
|
||||||
icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
|
icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
|
||||||
|
|
||||||
# Limit icons size.
|
# Limit icons size.
|
||||||
max_icon_size=40
|
max_icon_size=40
|
||||||
|
|
||||||
# TODO - How to use these shortcuts?
|
# TODO - How to use these shortcuts?
|
||||||
[shortcuts]
|
[shortcuts]
|
||||||
# Shortcuts are specified as [modifier+][modifier+]...key
|
# Shortcuts are specified as [modifier+][modifier+]...key
|
||||||
# Available modifiers are "ctrl", "mod1" (the alt-key), "mod2",
|
# Available modifiers are "ctrl", "mod1" (the alt-key), "mod2",
|
||||||
# "mod3" and "mod4" (windows-key).
|
# "mod3" and "mod4" (windows-key).
|
||||||
|
|
||||||
# Close notification.
|
# Close notification.
|
||||||
close = mod1+backspace
|
close = mod1+backspace
|
||||||
|
|
||||||
[urgency_low]
|
[urgency_low]
|
||||||
# IMPORTANT: colors have to be defined in quotation marks.
|
# IMPORTANT: colors have to be defined in quotation marks.
|
||||||
# Otherwise the "#" and following would be interpreted as a comment.
|
# Otherwise the "#" and following would be interpreted as a comment.
|
||||||
background = "#263238"
|
background = "#263238"
|
||||||
foreground = "#556064"
|
foreground = "#556064"
|
||||||
timeout = 10
|
timeout = 10
|
||||||
|
|
||||||
[urgency_normal]
|
[urgency_normal]
|
||||||
background = "#263238"
|
background = "#263238"
|
||||||
foreground = "#F9FAF9"
|
foreground = "#F9FAF9"
|
||||||
timeout = 10
|
timeout = 10
|
||||||
|
|
||||||
[urgency_critical]
|
[urgency_critical]
|
||||||
background = "#D62929"
|
background = "#D62929"
|
||||||
foreground = "#F9FAF9"
|
foreground = "#F9FAF9"
|
||||||
timeout = 0
|
timeout = 0
|
||||||
|
|
||||||
|
|
||||||
# Every section that isn't one of the above is interpreted as a rules to
|
# Every section that isn't one of the above is interpreted as a rules to
|
||||||
# override settings for certain messages.
|
# override settings for certain messages.
|
||||||
# Messages can be matched by "appname", "summary", "body", "icon", "category",
|
# Messages can be matched by "appname", "summary", "body", "icon", "category",
|
||||||
# "msg_urgency" and you can override the "timeout", "urgency", "foreground",
|
# "msg_urgency" and you can override the "timeout", "urgency", "foreground",
|
||||||
# "background", "new_icon" and "format".
|
# "background", "new_icon" and "format".
|
||||||
# Shell-like globbing will get expanded.
|
# Shell-like globbing will get expanded.
|
||||||
#
|
#
|
||||||
# SCRIPTING
|
# SCRIPTING
|
||||||
# You can specify a script that gets run when the rule matches by
|
# You can specify a script that gets run when the rule matches by
|
||||||
# setting the "script" option.
|
# setting the "script" option.
|
||||||
# The script will be called as follows:
|
# The script will be called as follows:
|
||||||
# script appname summary body icon urgency
|
# script appname summary body icon urgency
|
||||||
# where urgency can be "LOW", "NORMAL" or "CRITICAL".
|
# where urgency can be "LOW", "NORMAL" or "CRITICAL".
|
||||||
#
|
#
|
||||||
# NOTE: if you don't want a notification to be displayed, set the format
|
# NOTE: if you don't want a notification to be displayed, set the format
|
||||||
# to "".
|
# to "".
|
||||||
# NOTE: It might be helpful to run dunst -print in a terminal in order
|
# NOTE: It might be helpful to run dunst -print in a terminal in order
|
||||||
# to find fitting options for rules.
|
# to find fitting options for rules.
|
||||||
|
|
||||||
#[espeak]
|
#[espeak]
|
||||||
# summary = "*"
|
# summary = "*"
|
||||||
# script = dunst_espeak.sh
|
# script = dunst_espeak.sh
|
||||||
|
|
||||||
#[script-test]
|
#[script-test]
|
||||||
# summary = "*script*"
|
# summary = "*script*"
|
||||||
# script = dunst_test.sh
|
# script = dunst_test.sh
|
||||||
|
|
||||||
#[ignore]
|
#[ignore]
|
||||||
# # This notification will not be displayed
|
# # This notification will not be displayed
|
||||||
# summary = "foobar"
|
# summary = "foobar"
|
||||||
# format = ""
|
# format = ""
|
||||||
|
|
||||||
#[signed_on]
|
#[signed_on]
|
||||||
# appname = Pidgin
|
# appname = Pidgin
|
||||||
# summary = "*signed on*"
|
# summary = "*signed on*"
|
||||||
# urgency = low
|
# urgency = low
|
||||||
|
|
||||||
#[signed_off]
|
#[signed_off]
|
||||||
# appname = Pidgin
|
# appname = Pidgin
|
||||||
# summary = *signed off*
|
# summary = *signed off*
|
||||||
# urgency = low
|
# urgency = low
|
||||||
|
|
||||||
#[says]
|
#[says]
|
||||||
# appname = Pidgin
|
# appname = Pidgin
|
||||||
# summary = *says*
|
# summary = *says*
|
||||||
# urgency = critical
|
# urgency = critical
|
||||||
|
|
||||||
#[twitter]
|
#[twitter]
|
||||||
# appname = Pidgin
|
# appname = Pidgin
|
||||||
# summary = *twitter.com*
|
# summary = *twitter.com*
|
||||||
# urgency = normal
|
# urgency = normal
|
||||||
|
|
||||||
[New Mail]
|
[New Mail]
|
||||||
appname = mbsync
|
appname = mbsync
|
||||||
category = email.arrived
|
category = email.arrived
|
||||||
urgency = normal
|
urgency = normal
|
||||||
background = "#2F899E"
|
background = "#2F899E"
|
||||||
foreground = "#FFA247"
|
foreground = "#FFA247"
|
||||||
|
|
||||||
#[mute.sh]
|
#[mute.sh]
|
||||||
# appname = mute
|
# appname = mute
|
||||||
# category = mute.sound
|
# category = mute.sound
|
||||||
# script = mute.sh
|
# script = mute.sh
|
||||||
|
|
||||||
#[JDownloader]
|
#[JDownloader]
|
||||||
# appname = JDownloader
|
# appname = JDownloader
|
||||||
# category = JD
|
# category = JD
|
||||||
# background = "#FFA247"
|
# background = "#FFA247"
|
||||||
# foreground = "#FFFFFF"
|
# foreground = "#FFFFFF"
|
||||||
|
|
||||||
#[newsbeuter]
|
#[newsbeuter]
|
||||||
# summary = *Feeds*
|
# summary = *Feeds*
|
||||||
# background = "#A8EB41"
|
# background = "#A8EB41"
|
||||||
# foreground = "#FFFFFF"
|
# foreground = "#FFFFFF"
|
||||||
|
|
||||||
#[irc]
|
#[irc]
|
||||||
# appname = weechat
|
# appname = weechat
|
||||||
# timeout = 0
|
# timeout = 0
|
||||||
# background = "#0033bb"
|
# background = "#0033bb"
|
||||||
# foreground = "#dddddd"
|
# foreground = "#dddddd"
|
||||||
|
|
||||||
#[weechat hl]
|
#[weechat hl]
|
||||||
# appname = weechat
|
# appname = weechat
|
||||||
# category = weechat.HL
|
# category = weechat.HL
|
||||||
# background = "#FF5C47"
|
# background = "#FF5C47"
|
||||||
# foreground = "#FFFFFF"
|
# foreground = "#FFFFFF"
|
||||||
|
|
||||||
#[weechat pn]
|
#[weechat pn]
|
||||||
# appname = weechat
|
# appname = weechat
|
||||||
# category = weechat.PM
|
# category = weechat.PM
|
||||||
# background = "#D53B84"
|
# background = "#D53B84"
|
||||||
# foreground = "#FFFFFF"
|
# foreground = "#FFFFFF"
|
||||||
|
|
||||||
#[CMUS]
|
#[CMUS]
|
||||||
# appname = CMUS
|
# appname = CMUS
|
||||||
# category = cmus
|
# category = cmus
|
||||||
# background = "#6C4AB7"
|
# background = "#6C4AB7"
|
||||||
# foreground = "#FFE756"
|
# foreground = "#FFE756"
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* feh
|
* feh
|
||||||
@ -1474,14 +1545,14 @@ offline_mode=false
|
|||||||
:END:
|
:END:
|
||||||
|
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
conky.config = {
|
conky.config = {
|
||||||
alignment = 'top_left',
|
alignment = 'top_left',
|
||||||
background = false,
|
background = false,
|
||||||
border_width = 0,
|
border_width = 0,
|
||||||
color0 = 'white',
|
color0 = 'white',
|
||||||
color1 = 'black',
|
color1 = 'black',
|
||||||
color5 = '#F69CDA',
|
color5 = '#F69CDA',
|
||||||
--cpu_avg_samples = 2,
|
--cpu_avg_samples = 2,
|
||||||
--default_color = 'white',
|
--default_color = 'white',
|
||||||
--default_bar_height = 6,
|
--default_bar_height = 6,
|
||||||
--default_bar_width = 0,
|
--default_bar_width = 0,
|
||||||
@ -1489,66 +1560,66 @@ conky.config = {
|
|||||||
--default_gauge_width = 40,
|
--default_gauge_width = 40,
|
||||||
--default_graph_height = 25,
|
--default_graph_height = 25,
|
||||||
--default_graph_width = ,
|
--default_graph_width = ,
|
||||||
--default_outline_color = 'white',
|
--default_outline_color = 'white',
|
||||||
--default_shade_color = 'white',
|
--default_shade_color = 'white',
|
||||||
--disable_auto_reload = true,
|
--disable_auto_reload = true,
|
||||||
diskio_avg_samples = 3,
|
diskio_avg_samples = 3,
|
||||||
--display = ,
|
--display = ,
|
||||||
--xinerama_head = ,
|
--xinerama_head = ,
|
||||||
double_buffer = true,
|
double_buffer = true,
|
||||||
--draw_borders = false,
|
--draw_borders = false,
|
||||||
--draw_graph_borders = true,
|
--draw_graph_borders = true,
|
||||||
--draw_outline = false,
|
--draw_outline = false,
|
||||||
--draw_shades = false,
|
--draw_shades = false,
|
||||||
--extra_newline = false,
|
--extra_newline = false,
|
||||||
font = 'SauceCodePro Nerd Font:size=12',
|
font = 'SauceCodePro Nerd Font:size=12',
|
||||||
gap_x = 3285,
|
gap_x = 3285,
|
||||||
gap_y = 80,
|
gap_y = 80,
|
||||||
--http_refresh = false,
|
--http_refresh = false,
|
||||||
if_up_strictness = 'link',
|
if_up_strictness = 'link',
|
||||||
--max_text_width = 0,
|
--max_text_width = 0,
|
||||||
--max_user_text = 16384,
|
--max_user_text = 16384,
|
||||||
--maximum_width = ,
|
--maximum_width = ,
|
||||||
--minimum_height = 5,
|
--minimum_height = 5,
|
||||||
--minimum_width = 5,
|
--minimum_width = 5,
|
||||||
net_avg_samples = 4,
|
net_avg_samples = 4,
|
||||||
--no_buffers = true,
|
--no_buffers = true,
|
||||||
--nvidia_display = ,
|
--nvidia_display = ,
|
||||||
--out_to_console = false,
|
--out_to_console = false,
|
||||||
--out_to_http = false,
|
--out_to_http = false,
|
||||||
--out_to_ncurses = false,
|
--out_to_ncurses = false,
|
||||||
--out_to_stderr = false,
|
--out_to_stderr = false,
|
||||||
--out_to_x = true,
|
--out_to_x = true,
|
||||||
--override_utf8_locale = true,
|
--override_utf8_locale = true,
|
||||||
own_window = true,
|
own_window = true,
|
||||||
--own_window_class = 'Conky',
|
--own_window_class = 'Conky',
|
||||||
--own_window_title = 'conky0 (<hostname>)'
|
--own_window_title = 'conky0 (<hostname>)'
|
||||||
own_window_argb_visual = true,
|
own_window_argb_visual = true,
|
||||||
own_window_argb_value = 0,
|
own_window_argb_value = 0,
|
||||||
--own_window_transparent = yes,
|
--own_window_transparent = yes,
|
||||||
own_window_type = 'override',
|
own_window_type = 'override',
|
||||||
--short_units = true,
|
--short_units = true,
|
||||||
--show_graph_scale = false,
|
--show_graph_scale = false,
|
||||||
--show_graph_range = false,
|
--show_graph_range = false,
|
||||||
--stippled_borders = 0,
|
--stippled_borders = 0,
|
||||||
--text_buffer_size = 256,
|
--text_buffer_size = 256,
|
||||||
--top_cpu_separate = true,
|
--top_cpu_separate = true,
|
||||||
--top_name_verbose = true,
|
--top_name_verbose = true,
|
||||||
--top_name_width = 15,
|
--top_name_width = 15,
|
||||||
--total_run_times = 0,
|
--total_run_times = 0,
|
||||||
update_interval = 0.5,
|
update_interval = 0.5,
|
||||||
update_interval_on_battery = 1,
|
update_interval_on_battery = 1,
|
||||||
use_spacer = 'none',
|
use_spacer = 'none',
|
||||||
use_xft = true
|
use_xft = true
|
||||||
}
|
}
|
||||||
|
|
||||||
conky.text = [[
|
conky.text = [[
|
||||||
$color5${hr 2}
|
$color5${hr 2}
|
||||||
|
|
||||||
${alignc}${color0}${font SauceCodePro Nerd Font:pixelsize=80}${time %I:%M}$font
|
${alignc}${color0}${font SauceCodePro Nerd Font:pixelsize=80}${time %I:%M}$font
|
||||||
${alignc}${time %d}$color ${time %B} ${time %Y}
|
${alignc}${time %d}$color ${time %B} ${time %Y}
|
||||||
|
|
||||||
]]
|
]]
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
* Scrot
|
* Scrot
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
@ -1584,19 +1655,20 @@ scrot_dir=$HOME/Pictures
|
|||||||
:END:
|
:END:
|
||||||
|
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
[geometry]
|
[geometry]
|
||||||
posx=560
|
posx=560
|
||||||
posy=65
|
posy=65
|
||||||
sizex=578
|
sizex=578
|
||||||
sizey=591
|
sizey=591
|
||||||
|
|
||||||
[nitrogen]
|
[nitrogen]
|
||||||
view=list
|
view=list
|
||||||
recurse=false
|
recurse=false
|
||||||
sort=alpha
|
sort=alpha
|
||||||
icon_caps=false
|
icon_caps=false
|
||||||
dirs=/home/tdehaeze/Pictures/wallpapers;
|
dirs=/home/tdehaeze/Pictures/wallpapers;
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* Pass Git Helper
|
* Pass Git Helper
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args: :tangle ~/.config/pass-git-helper/git-pass-mapping.ini
|
:header-args: :tangle ~/.config/pass-git-helper/git-pass-mapping.ini
|
||||||
@ -1667,26 +1739,27 @@ pathbar_mode_buttons=0
|
|||||||
:END:
|
:END:
|
||||||
|
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
[general]
|
[general]
|
||||||
status_path = "~/.config/vdirsyncer/status/"
|
status_path = "~/.config/vdirsyncer/status/"
|
||||||
|
|
||||||
[pair google_calendar]
|
[pair google_calendar]
|
||||||
a = "google_calendar_remote"
|
a = "google_calendar_remote"
|
||||||
b = "google_calendar_local"
|
b = "google_calendar_local"
|
||||||
collections = ["dehaeze.thomas@gmail.com", "8kjmhe2ar0abnm054ill1fb0gc@group.calendar.google.com"]
|
collections = ["dehaeze.thomas@gmail.com", "8kjmhe2ar0abnm054ill1fb0gc@group.calendar.google.com"]
|
||||||
conflict_resolution = "a wins"
|
conflict_resolution = "a wins"
|
||||||
|
|
||||||
[storage google_calendar_remote]
|
[storage google_calendar_remote]
|
||||||
type = "google_calendar"
|
type = "google_calendar"
|
||||||
token_file = "~/.config/dotfiles/private/token_file"
|
token_file = "~/.config/dotfiles/private/token_file"
|
||||||
client_id = "188415318767-802h28ig8gromo0f72blrbg6cgcop6m8.apps.googleusercontent.com"
|
client_id = "188415318767-802h28ig8gromo0f72blrbg6cgcop6m8.apps.googleusercontent.com"
|
||||||
client_secret = "***REMOVED***"
|
client_secret = "***REMOVED***"
|
||||||
|
|
||||||
[storage google_calendar_local]
|
[storage google_calendar_local]
|
||||||
type = "filesystem"
|
type = "filesystem"
|
||||||
path = "~/.calendars/google/"
|
path = "~/.calendars/google/"
|
||||||
fileext = ".ics"
|
fileext = ".ics"
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* Viewnior
|
* Viewnior
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args: :tangle ~/.config/viewnior/viewnior.conf
|
:header-args: :tangle ~/.config/viewnior/viewnior.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user