aboutsummaryrefslogtreecommitdiffstats
path: root/.config/dunst
diff options
context:
space:
mode:
authorshmibs <shmibs@gmail.com>2014-07-16 21:58:49 -0700
committershmibs <shmibs@gmail.com>2014-07-16 21:58:49 -0700
commite0f2ec8a98ec6d3adec28e737c515c9dab550e4b (patch)
tree84808b044c43d54e73d9112b19786918f889624d /.config/dunst
parent362fdd40156422779f51d5b109ec41164d67b1cf (diff)
downloaddotfiles-e0f2ec8a98ec6d3adec28e737c515c9dab550e4b.tar.gz
make dunst pull theme dynamically
i was too lazy to bother trying dunst --help, apparently
Diffstat (limited to '.config/dunst')
-rw-r--r--.config/dunst/dunstrc7
1 files changed, 0 insertions, 7 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index c3af307..749ebed 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -125,7 +125,6 @@
[frame]
width = 1
- color = "#00aad4"
[shortcuts]
# shortcuts are specified as [modifier+][modifier+]...key
@@ -142,18 +141,12 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the '#' and following would be interpreted as a comment.
- background = "#333333"
- foreground = "#dcdcdc"
timeout = 10
[urgency_normal]
- background = "#333333"
- foreground = "#fcfcfc"
timeout = 10
[urgency_critical]
- background = "#00aad4"
- foreground = "#fcfcfc"
timeout = 0