-
Notifications
You must be signed in to change notification settings - Fork 2
/
dunstrc
29 lines (24 loc) · 765 Bytes
/
dunstrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Lighthaus Color theme for Dunst
# GIT: https://github.com/lighthaus-theme/dunst
# Author: Adhiraj Sirohi (https://github.com/brutuski)
# Vasundhara Sharma (https://github.com/vasundhasauras)
# Copyright © 2020-Present Lighthaus Theme
# Copyright © 2020-Present Adhiraj Sirohi
# Copyright © 2020-Present Vasundhara Sharma
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
frame_color = "#1D918B"
foreground = "#FFEE79"
background = "#18191E"
timeout = 5
[urgency_normal]
frame_color = "#D16BB7"
foreground = "#FFEE79"
background = "#18191E"
timeout = 10
[urgency_critical]
frame_color = "#FC2929"
foreground = "#FFFF00"
background = "#18191E"
timeout = 10