aboutsummaryrefslogtreecommitdiffstats
path: root/.config/dunst
diff options
context:
space:
mode:
Diffstat (limited to '.config/dunst')
-rw-r--r--.config/dunst/dunstrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index 3ac60ec..c3af307 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -42,7 +42,7 @@
show_age_threshold = 60
# split notifications into multiple lines if they don't fit into geometry
- word_wrap = yes
+ word_wrap = no
# ignore newlines '\n' in notifications
ignore_newline = no
@@ -59,7 +59,7 @@
# right side of the screen. Y is measured from the top and down respectevly.
# The width can be negative. In this case the actual width is the
# screen width minus the width defined in within the geometry option.
- geometry = "300x5-3+21"
+ geometry = "0x5-3+21"
# The transparency of the window. range: [0; 100]
# This option will only work if a compositing windowmanager is present (e.g. xcompmgr, compiz, etc..)
@@ -125,7 +125,7 @@
[frame]
width = 1
- color = "#a25136"
+ color = "#00aad4"
[shortcuts]
# shortcuts are specified as [modifier+][modifier+]...key
@@ -152,7 +152,7 @@
timeout = 10
[urgency_critical]
- background = "#a25136"
+ background = "#00aad4"
foreground = "#fcfcfc"
timeout = 0