From b03d2ab52eac5752d791aadc30c26e3bf28f946d Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Tue, 26 Oct 2021 17:28:21 -0700 Subject: indent --- dunst/.config/dunst/dunstrc | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'dunst') diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index 89c077a..2e0afd5 100755 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -41,7 +41,7 @@ sticky_history = yes history_length = 20 dmenu = /usr/bin/dmenu -p dunst: - browser = /usr/bin/firefox -new-tab + browser = /usr/bin/brave -new-tab # Always run rule-defined scripts, even if the notification is suppressed always_run_script = true @@ -67,20 +67,20 @@ # Set the background and foreground (text) color for all notifications [urgency_low] -background = "#101010" -foreground = "#eeffff" -timeout = 5 + background = "#101010" + foreground = "#eeffff" + timeout = 5 [urgency_normal] -background = "#101010" -foreground = "#eeffff" -timeout = 5 + background = "#101010" + foreground = "#eeffff" + timeout = 5 [urgency_critical] -background = "#101010" -foreground = "#eeffff" -timeout = 0 + background = "#101010" + foreground = "#eeffff" + timeout = 0 [play_sound] -summary = "*" -script = ~/.bin/notify.sh + summary = "*" + script = ~/.bin/notify.sh -- cgit v1.2.3