diff options
author | Shubham Saini <pryr@pryr.xyz> | 2021-10-27 00:28:21 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2021-10-27 00:28:21 +0000 |
commit | b03d2ab52eac5752d791aadc30c26e3bf28f946d (patch) | |
tree | 21bb8735b76f8c744bd33db27749ea4a62e19724 /dunst | |
parent | 5b238a353b2b45ae7a83ccf1ddde5b1ee6afdef5 (diff) |
indent
Diffstat (limited to 'dunst')
-rwxr-xr-x | dunst/.config/dunst/dunstrc | 24 |
1 files changed, 12 insertions, 12 deletions
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 @@ | |||
41 | sticky_history = yes | 41 | sticky_history = yes |
42 | history_length = 20 | 42 | history_length = 20 |
43 | dmenu = /usr/bin/dmenu -p dunst: | 43 | dmenu = /usr/bin/dmenu -p dunst: |
44 | browser = /usr/bin/firefox -new-tab | 44 | browser = /usr/bin/brave -new-tab |
45 | 45 | ||
46 | # Always run rule-defined scripts, even if the notification is suppressed | 46 | # Always run rule-defined scripts, even if the notification is suppressed |
47 | always_run_script = true | 47 | always_run_script = true |
@@ -67,20 +67,20 @@ | |||
67 | 67 | ||
68 | # Set the background and foreground (text) color for all notifications | 68 | # Set the background and foreground (text) color for all notifications |
69 | [urgency_low] | 69 | [urgency_low] |
70 | background = "#101010" | 70 | background = "#101010" |
71 | foreground = "#eeffff" | 71 | foreground = "#eeffff" |
72 | timeout = 5 | 72 | timeout = 5 |
73 | 73 | ||
74 | [urgency_normal] | 74 | [urgency_normal] |
75 | background = "#101010" | 75 | background = "#101010" |
76 | foreground = "#eeffff" | 76 | foreground = "#eeffff" |
77 | timeout = 5 | 77 | timeout = 5 |
78 | 78 | ||
79 | [urgency_critical] | 79 | [urgency_critical] |
80 | background = "#101010" | 80 | background = "#101010" |
81 | foreground = "#eeffff" | 81 | foreground = "#eeffff" |
82 | timeout = 0 | 82 | timeout = 0 |
83 | 83 | ||
84 | [play_sound] | 84 | [play_sound] |
85 | summary = "*" | 85 | summary = "*" |
86 | script = ~/.bin/notify.sh | 86 | script = ~/.bin/notify.sh |