all repos — dotfiles @ acb274b72b3f3486ceb785eee83c3284704a90cf

my *nix dotfiles

fix dunst colors
icyphox icyph0x@protonmail.com
Sat, 20 Jan 2018 02:00:57 +0530
commit

acb274b72b3f3486ceb785eee83c3284704a90cf

parent

2e4a6c8d33ceb68dfbaa968e56efeff46acff1f4

1 files changed, 6 insertions(+), 112 deletions(-)

jump to
M dunst/.config/dunst/dunstrcdunst/.config/dunst/dunstrc

@@ -1,134 +1,28 @@

[global] - font = scientifica 8 - - # Allow a small subset of html markup in notifications and formats: - # <b>bold</b> - # <i>italic</i> - # <s>strikethrough</s> - # <u>underline</u> - # - # For a complete reference see - # <http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>. - # If markup is not allowed, those tags will be stripped out of the - # message. + font = Dina 7 allow_markup = yes - - # Treat incoming notifications as plain text plain_text = no - - # The format of the message. Possible variables are: - # %a appname - # %s summary - # %b body - # %i iconname (including its path) - # %I iconname (without its path) - # %p progress value if set ([ 0%] to [100%]) or nothing - # Markup is allowed format = "%s\n%b" - - # Sort messages by urgency. sort = yes - - # Show how many messages are currently hidden (because of geometry). indicate_hidden = yes - - # Alignment of message text. - # Possible values are "left", "center" and "right". alignment = left - - # The frequency with which text that is longer than the notification - # window allows bounces back and forth. - # This option conflicts with "word_wrap". - # Set to 0 to disable. bounce_freq = 0 - - # Show age of message if message is older than show_age_threshold - # seconds. - # Set to -1 to disable. show_age_threshold = 60 - - # Split notifications into multiple lines if they don't fit into - # geometry. word_wrap = yes - - # Ignore newlines '\n' in notifications. ignore_newline = no - - - # The geometry of the window: - # [{width}]x{height}[+/-{x}+/-{y}] - # The geometry of the message window. - # The height is measured in number of notifications everything else - # in pixels. If the width is omitted but the height is given - # ("-geometry x2"), the message window expands over the whole screen - # (dmenu-like). If width is 0, the window expands to the longest - # message displayed. A positive x is measured from the left, a - # negative from the right side of the screen. Y is measured from - # the top and down respectively. - # 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-30+24" - - # Shrink window if it's smaller than the width. Will be ignored if - # width is 0. shrink = no - - # The transparency of the window. Range: [0; 100]. - # This option will only work if a compositing window manager is - # present (e.g. xcompmgr, compiz, etc.). transparency = 0 - transparency = 40 - - # Don't remove messages, if the user is idle (no mouse or keyboard input) - # for longer than idle_threshold seconds. - # Set to 0 to disable. idle_threshold = 120 - - # Which monitor should the notifications be displayed on. monitor = 0 - - # Display notification on focused monitor. Possible modes are: - # mouse: follow mouse pointer - # keyboard: follow window with keyboard focus - # none: don't follow anything - # - # "keyboard" needs a window manager that exports the - - # _NET_ACTIVE_WINDOW property. - # This should be the case for almost all modern window managers. - # - # If this option is set to mouse or keyboard, the monitor option - # will be ignored. - follow = mouse - - # Should a notification popped up from history be sticky or timeout - # as if it would normally do. sticky_history = yes - - # Maximum amount of notifications kept in history history_length = 20 - - # Display indicators for URLs (U) and actions (A). show_indicators = yes - - # The spacing between lines. If the height is smaller than the - # font height, it will get raised to the font height. line_height = 0 - - # The height of the entire notification. If the height is smaller - # than the font height and padding combined, it will be raised - # to the font height and padding. notification_height = 0 - - # Draw a line of "separator_height" pixel height between two - # notifications. - # Set to 0 to disable. separator_height = 2 - - # Padding between text and separator. padding = 8 - # Horizontal padding. horizontal_padding = 8

@@ -161,7 +55,7 @@

[frame] width = 1 width = 2 - color = "#b8bcbf" + color = "#eceff4" [shortcuts]

@@ -187,13 +81,13 @@

[urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#b8bcbf" - foreground = "#1d252b" + background = "#eceff4" + foreground = "#3b4252" timeout = 5 [urgency_normal] - background = "#b8bcbf" - foreground = "#1d252b" + background = "#eceff4" + foreground = "#3b4252" timeout = 5 [urgency_critical]