minor visual changes
This commit is contained in:
parent
50e15d3d38
commit
4b7e21be29
3 changed files with 38 additions and 30 deletions
|
@ -1,7 +1,7 @@
|
|||
# https://github.com/catppuccin/dunst/blob/main/src/mocha.conf
|
||||
[global]
|
||||
frame_color = "#89B4FA"
|
||||
separator_color= frame
|
||||
frame_color = "#f5c2e7"
|
||||
separator_color = frame
|
||||
|
||||
follow = "mouse"
|
||||
width = 300
|
||||
|
@ -25,41 +25,43 @@ progress_bar_max_width = 300
|
|||
separator_height = 2
|
||||
frame_width = 2
|
||||
corner_radius = 8
|
||||
transparency = 0
|
||||
transparency = 1
|
||||
gap_size = 8
|
||||
line_height = 0
|
||||
notification_limit = 0
|
||||
idle_threshold = 120
|
||||
history_length = 20
|
||||
show_age_threshold = 60
|
||||
markup = "full"
|
||||
format = "<b>%a</b>\n<b>%s</b>\n%b"
|
||||
font = "Atkinson Hyperlegible Pro 11"
|
||||
word_wrap = "yes"
|
||||
sort = "yes"
|
||||
shrink = "no"
|
||||
indicate_hidden = "yes"
|
||||
sticky_history = "yes"
|
||||
ignore_newline = "no"
|
||||
show_indicators = "no"
|
||||
stack_duplicates = true
|
||||
always_run_script = true
|
||||
hide_duplicate_count = false
|
||||
ignore_dbusclose = false
|
||||
mouse_left_click = "do_action"
|
||||
mouse_left_click = "do_action, close_current"
|
||||
mouse_middle_click = "close_all"
|
||||
mouse_right_click = "close_current"
|
||||
|
||||
sort = "update"
|
||||
shrink = "no"
|
||||
|
||||
notification_limit = 4
|
||||
indicate_hidden = "yes"
|
||||
idle_threshold = 120
|
||||
history_length = 20
|
||||
show_age_threshold = 60
|
||||
sticky_history = "yes"
|
||||
show_indicators = "yes"
|
||||
stack_duplicates = true
|
||||
hide_duplicate_count = false
|
||||
always_run_script = true
|
||||
|
||||
[urgency_low]
|
||||
background = "#1E1E2E"
|
||||
background = "#1E1E2E30"
|
||||
foreground = "#CDD6F4"
|
||||
|
||||
[urgency_normal]
|
||||
background = "#1E1E2E"
|
||||
background = "#1E1E2E30"
|
||||
foreground = "#CDD6F4"
|
||||
|
||||
[urgency_critical]
|
||||
background = "#1E1E2E"
|
||||
background = "#1E1E2E30"
|
||||
foreground = "#CDD6F4"
|
||||
frame_color = "#FAB387"
|
||||
|
||||
|
|
|
@ -10,11 +10,16 @@ window {
|
|||
/* search entry */
|
||||
entry {
|
||||
background-color: alpha(@surface0, 0.5);
|
||||
color: @text;
|
||||
}
|
||||
|
||||
button, image {
|
||||
button, box, widget, image {
|
||||
background: none;
|
||||
border: none
|
||||
border: none;
|
||||
color: @text;
|
||||
text-shadow: 0 1px alpha(@base, 0.75);
|
||||
box-shadow: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
button {
|
||||
|
@ -22,6 +27,6 @@ button {
|
|||
border-radius: 1em;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background-color: alpha(@surface0, 0.5);
|
||||
button:hover, button:active, box:hover, box:active {
|
||||
background: alpha(@surface0, 0.5);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue