diff options
| author | silly <u65487754@gmail.com> | 2026-03-15 04:48:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-15 04:48:39 +0100 |
| commit | 788aeb27330f08a6a6f97c74f38f4c2ed4f3cf9f (patch) | |
| tree | 6df30ccd0404b706fc0b4ddcd736ce957a937867 /.config | |
| parent | dce094b873c94497c395a7e1694b5ca3b69038dc (diff) | |
Create dunstrc
Diffstat (limited to '.config')
| -rw-r--r-- | .config/themes/マンガ/dunstrc | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/.config/themes/マンガ/dunstrc b/.config/themes/マンガ/dunstrc new file mode 100644 index 0000000..f0c5e7e --- /dev/null +++ b/.config/themes/マンガ/dunstrc @@ -0,0 +1,45 @@ +[global] + origin = top-right + offset = (15, 15) + width = 250 + height = (0, 75) + monitor = 0 + follow = mouse + frame_width = 2 + frame_color = "#F0E3BA" + separator_color = frame + separator_height = 2 + padding = 15 + horizontal_padding = 20 + transparency = 5 + corner_radius = 0 + icon_position = left + max_icon_size = 32 + markup = full + format = "<span foreground='#F0E3BA'><b>%s</b></span>\n%b" + alignment = left + word_wrap = yes + ellipsize = middle + sort = yes + stack_duplicates = true + hide_duplicate_count = false + show_indicators = yes + sticky_history = yes + history_length = 20 + idle_threshold = 120 + +[urgency_low] + background = "#232A2E" + foreground = "#F0E3BA" + timeout = 10 + +[urgency_normal] + background = "#232A2E" + foreground = "#F0E3BA" + timeout = 10 + +[urgency_critical] + background = "#48504E" + foreground = "#FFFFFF" + frame_color = "#F0E3BA" + timeout = 0 |
