Advertisement
Guest User

Untitled

a guest
Dec 19th, 2018
420
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 5.73 KB | None | 0 0
  1. # NOTE: This file is automatically generated by pywal. Do not edit it by hand.
  2.  
  3. [global]
  4.     # Which monitor should the notifications be displayed on.
  5.     monitor = 0
  6.  
  7.     # If this option is set to mouse or keyboard, the monitor option
  8.     # will be ignored.
  9.     follow = mouse
  10.  
  11.     # Make the width 3740 (3840 - 100), have 50 left margin and 95 above
  12.     geometry = "500x5-30+20"
  13.  
  14.     # Show how many messages are currently hidden (because of geometry).
  15.     indicate_hidden = yes
  16.  
  17.     # Shrink window if it's smaller than the width.  Will be ignored if
  18.    # width is 0.
  19.    shrink = no
  20.  
  21.    # The transparency of the window.  Range: [0; 100].
  22.    # This option will only work if a compositing window manager is
  23.    # present (e.g. xcompmgr, compiz, etc.).
  24.    transparency = 20
  25.  
  26.    # The height of the entire notification.  If the height is smaller
  27.    # than the font height and padding combined, it will be raised
  28.    # to the font height and padding.
  29.    notification_height = 0
  30.  
  31.    # Draw a line of "separator_height" pixel height between two
  32.    # notifications.
  33.    # Set to 0 to disable.
  34.    separator_height = 2
  35.  
  36.    # Padding between text and separator.
  37.    padding = 8
  38.  
  39.    # Horizontal padding.
  40.    horizontal_padding = 8
  41.  
  42.    # Defines width in pixels of frame around the notification window.
  43.    # Set to 0 to disable.
  44.    frame_width = 4
  45.  
  46.    # The frame color and width of the notification
  47.    frame_color = "{color4}"
  48.  
  49.    # How long a user needs to be idle for sticky notifications
  50.    idle_threshold = 120
  51.  
  52.    # Sort messages by urgency.
  53.    sort = yes
  54.  
  55.    # Font and typography settings
  56.    alignment = left
  57.    word_wrap = yes
  58.    font = DejaVu Sans Mono 14
  59.  
  60.    # Format for how notifications will be displayed
  61.    # Usage: `notify-send 'Title' 'Summary'`
  62.    format = "<b>%s</b>: %b"
  63.  
  64.    # Allow some HTML tags like <i> and <u> in notifications
  65.    markup = full
  66.  
  67.    # The format of the message.  Possible variables are:
  68.    #   %a  appname
  69.    #   %s  summary
  70.    #   %b  body
  71.    #   %i  iconname (including its path)
  72.    #   %I  iconname (without its path)
  73.    #   %p  progress value if set ([  0%] to [100%]) or nothing
  74.    #   %n  progress value if set without any extra characters
  75.    #   %%  Literal %
  76.    # Markup is allowed
  77.    format = "<b>%s</b>\n%b"
  78.  
  79.    # Alignment of message text.
  80.    # Possible values are "left", "center" and "right".
  81.    alignment = left
  82.  
  83.    # Show age of message if message is older than show_age_threshold
  84.    # seconds.
  85.    # Set to -1 to disable.
  86.    show_age_threshold = 60
  87.  
  88.    # Split notifications into multiple lines if they don't fit into
  89.     # geometry.
  90.     word_wrap = yes
  91.  
  92.     # When word_wrap is set to no, specify where to ellipsize long lines.
  93.     # Possible values are "start", "middle" and "end".
  94.     ellipsize = middle
  95.  
  96.     # Ignore newlines '\n' in notifications.
  97.     ignore_newline = no
  98.  
  99.     # Merge multiple notifications with the same content
  100.     stack_duplicates = true
  101.  
  102.     # Hide the count of merged notifications with the same content
  103.     hide_duplicate_count = false
  104.  
  105.     # Display indicators for URLs (U) and actions (A).
  106.     show_indicators = yes
  107.  
  108.     ### Icons ###
  109.  
  110.     # Align icons left/right/off
  111.     icon_position = left
  112.  
  113.     # Scale larger icons down to this size, set to 0 to disable
  114.     max_icon_size = 32
  115.  
  116.     # Paths to default icons.
  117.     icon_path = /usr/share/icons/gnome/32x32/status/:/usr/share/icons/gnome/32x32/devices/
  118.  
  119.     ### History ###
  120.  
  121.     # Should a notification popped up from history be sticky or timeout
  122.     # as if it would normally do.
  123.     sticky_history = yes
  124.  
  125.     # Maximum amount of notifications kept in history
  126.     history_length = 20
  127.  
  128.     ### Misc/Advanced ###
  129.  
  130.     # dmenu path.
  131.     dmenu = /usr/bin/dmenu -p dunst:
  132.  
  133.     # Browser for opening urls in context menu.
  134.     browser = /usr/bin/firefox -new-tab
  135.  
  136.     # Always run rule-defined scripts, even if the notification is suppressed
  137.     always_run_script = true
  138.  
  139.     # Define the title of the windows spawned by dunst
  140.     title = Dunst
  141.  
  142.     # Define the class of the windows spawned by dunst
  143.     class = Dunst
  144.  
  145.     # Print a notification on startup.
  146.     # This is mainly for error detection, since dbus (re-)starts dunst
  147.     # automatically after a crash.
  148.     startup_notification = true
  149.  
  150.     ### Legacy
  151.  
  152.     # Use the Xinerama extension instead of RandR for multi-monitor support.
  153.     # This setting is provided for compatibility with older nVidia drivers that
  154.     # do not support RandR and using it on systems that support RandR is highly
  155.     # discouraged.
  156.     #
  157.     # By enabling this setting dunst will not be able to detect when a monitor
  158.     # is connected or disconnected which might break follow mode if the screen
  159.     # layout changes.
  160.     force_xinerama = false
  161.  
  162.  
  163. # These are the keybindings used to control dunst notifications
  164. [shortcuts]
  165.     close = ctrl+space
  166.     close_all = ctrl+shift+space
  167.     history = ctrl+grave
  168.  
  169. # Set the background and foreground (text) color for all notifications
  170. [urgency_low]
  171.     background = "{background}"
  172.     foreground = "{foreground}"
  173.     timeout = 10
  174.     # Icon for notifications with low urgency, uncomment to enable
  175.     icon = /usr/share/icons/gnome/32x32/status/info.png
  176.  
  177. [urgency_normal]
  178.     background = "{background}"
  179.     foreground = "{foreground}"
  180.     timeout = 10
  181.     # Icon for notifications with normal urgency, uncomment to enable
  182.     icon =  /usr/share/icons/gnome/32x32/status/starred.png
  183.  
  184. [urgency_critical]
  185.     background = "{background}"
  186.     foreground = "{foreground}"
  187.     timeout = 0
  188.     # Icon for notifications with critical urgency, uncomment to enable
  189.     icon =  /usr/share/icons/gnome/32x32/status/important.png
  190.  
  191. # vim:ft=cfg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement