From cbe5219f8ea0ed844362c0a2f5c1af464b354891 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sun, 17 Nov 2019 18:20:00 +0100 Subject: [PATCH] [dunst] add rhythmbox and telegram color scheme --- dunst/dunstrc | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/dunst/dunstrc b/dunst/dunstrc index b09ce79..21b32c6 100644 --- a/dunst/dunstrc +++ b/dunst/dunstrc @@ -225,14 +225,21 @@ msg_urgency = critical fullscreen = show -[VLC] - appname = VLC media player - foreground = "#f48b00" - new_icon = "vlc" - history_ignore = yes - set_transient = yes [lockscreen] appname = "lockscreen" new_icon = "system-lock-screen" history_ignore = yes - +[VLC] + appname = VLC media player + background = "#f48b00" + new_icon = "vlc" + history_ignore = yes + set_transient = yes +[rhythmbox] + appname = Rhythmbox + background = "#f48b00" + history_ignore = yes + set_transient = yes +[Telegram] + appname = "Telegram Desktop" + background = "#0088CC"