Big spaces-to-tabs config reflow
Moving to doing tabs in things. No functional changes.
This commit is contained in:
parent
2de811b974
commit
a9a94840e9
7 changed files with 142 additions and 142 deletions
|
@ -1,88 +1,88 @@
|
|||
[global]
|
||||
font = "Sans 12"
|
||||
origin = top-left
|
||||
width = 600
|
||||
height = 100
|
||||
offset = 0x0
|
||||
padding = 1
|
||||
horizontal_padding = 1
|
||||
notification_limit = 20
|
||||
shrink = no
|
||||
follow = mouse
|
||||
indicate_hidden = yes
|
||||
transparency = 0
|
||||
frame_width = 2
|
||||
sort = no
|
||||
idle_threshold = 1
|
||||
markup = full
|
||||
alignment = left
|
||||
font = "Sans 12"
|
||||
origin = top-left
|
||||
width = 600
|
||||
height = 100
|
||||
offset = 0x0
|
||||
padding = 1
|
||||
horizontal_padding = 1
|
||||
notification_limit = 20
|
||||
shrink = no
|
||||
follow = mouse
|
||||
indicate_hidden = yes
|
||||
transparency = 0
|
||||
frame_width = 2
|
||||
sort = no
|
||||
idle_threshold = 1
|
||||
markup = full
|
||||
alignment = left
|
||||
|
||||
# The format of the message. Possible variables are:
|
||||
# %a appname
|
||||
# %s summary
|
||||
# %b body
|
||||
# %i iconname (including its path)
|
||||
# %I iconname (without its path)
|
||||
# %p progress value if set ([ 0%] to [100%]) or nothing
|
||||
# %n progress value if set without any extra characters
|
||||
# %% Literal %
|
||||
# Markup is allowed
|
||||
format = "<b>%s</b>\n%b"
|
||||
# The format of the message. Possible variables are:
|
||||
# %a appname
|
||||
# %s summary
|
||||
# %b body
|
||||
# %i iconname (including its path)
|
||||
# %I iconname (without its path)
|
||||
# %p progress value if set ([ 0%] to [100%]) or nothing
|
||||
# %n progress value if set without any extra characters
|
||||
# %% Literal %
|
||||
# Markup is allowed
|
||||
format = "<b>%s</b>\n%b"
|
||||
|
||||
show_age_threshold = 60
|
||||
word_wrap = true
|
||||
ellipsize = end
|
||||
ignore_newline = yes
|
||||
stack_duplicates = false
|
||||
hide_duplicate_count = false
|
||||
show_indicators = yes
|
||||
show_age_threshold = 60
|
||||
word_wrap = true
|
||||
ellipsize = end
|
||||
ignore_newline = yes
|
||||
stack_duplicates = false
|
||||
hide_duplicate_count = false
|
||||
show_indicators = yes
|
||||
|
||||
icon_position = left
|
||||
min_icon_size = 0
|
||||
max_icon_size = 32
|
||||
icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
|
||||
icon_position = left
|
||||
min_icon_size = 0
|
||||
max_icon_size = 32
|
||||
icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
|
||||
|
||||
sticky_history = yes
|
||||
history_length = 100
|
||||
sticky_history = yes
|
||||
history_length = 100
|
||||
|
||||
browser = /bin/x-www-browser
|
||||
dmenu = /usr/bin/rofi -dmenu -p dunst
|
||||
browser = /bin/x-www-browser
|
||||
dmenu = /usr/bin/rofi -dmenu -p dunst
|
||||
|
||||
mouse_left_click = close_current
|
||||
mouse_right_click = do_action, close_current
|
||||
mouse_middle_click = close_all
|
||||
mouse_left_click = close_current
|
||||
mouse_right_click = do_action, close_current
|
||||
mouse_middle_click = close_all
|
||||
|
||||
# Define the title of the windows spawned by dunst
|
||||
title = Dunst
|
||||
# Define the title of the windows spawned by dunst
|
||||
title = Dunst
|
||||
|
||||
# Define the class of the windows spawned by dunst
|
||||
class = Dunst
|
||||
# Define the class of the windows spawned by dunst
|
||||
class = Dunst
|
||||
|
||||
corner_radius = 0
|
||||
corner_radius = 0
|
||||
|
||||
# Ignore the dbus closeNotification message.
|
||||
# Useful to enforce the timeout set by dunst configuration. Without this
|
||||
# parameter, an application may close the notification sent before the
|
||||
# user defined timeout.
|
||||
ignore_dbusclose = true
|
||||
# Ignore the dbus closeNotification message.
|
||||
# Useful to enforce the timeout set by dunst configuration. Without this
|
||||
# parameter, an application may close the notification sent before the
|
||||
# user defined timeout.
|
||||
ignore_dbusclose = true
|
||||
|
||||
# %%base16_template: dunst##default %%
|
||||
frame_color = "#f0f0f0"
|
||||
separator_color = "#f0f0f0"
|
||||
|
||||
[base16_low]
|
||||
msg_urgency = low
|
||||
background = "#202020"
|
||||
foreground = "#606060"
|
||||
msg_urgency = low
|
||||
background = "#202020"
|
||||
foreground = "#606060"
|
||||
|
||||
[base16_normal]
|
||||
msg_urgency = normal
|
||||
background = "#311647"
|
||||
foreground = "#f0f0f0"
|
||||
msg_urgency = normal
|
||||
background = "#311647"
|
||||
foreground = "#f0f0f0"
|
||||
|
||||
[base16_critical]
|
||||
msg_urgency = critical
|
||||
background = "#ed008c"
|
||||
foreground = "#c0c0c0"
|
||||
msg_urgency = critical
|
||||
background = "#ed008c"
|
||||
foreground = "#c0c0c0"
|
||||
|
||||
# %%base16_template_end%%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue