aboutsummaryrefslogtreecommitdiffstats
path: root/.config/dunst
diff options
context:
space:
mode:
authorshmibs <shmibs@gmail.com>2014-07-03 11:26:07 -0700
committershmibs <shmibs@gmail.com>2014-07-03 11:26:07 -0700
commitb30acd13148b4b5174331580678bb5b0ce26e027 (patch)
tree8d5b0763fa2dba300b86548e7c843f99f89090d3 /.config/dunst
parent5868104f033ebf2ffceb7458baeaa748574ce310 (diff)
downloaddotfiles-b30acd13148b4b5174331580678bb5b0ce26e027.tar.gz
complete theme revamp
switched to bar, changed term colours, and added a config_vars file to make sourcing theme colours / fonts / etc easier
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