diff options
Diffstat (limited to '')
-rw-r--r-- | .config/abook/abookrc | 2 | ||||
-rw-r--r-- | .config/dunst/dunstrc | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.config/abook/abookrc b/.config/abook/abookrc index d47bf19..a6d78a0 100644 --- a/.config/abook/abookrc +++ b/.config/abook/abookrc @@ -21,7 +21,7 @@ set color_tab_border_fg = yellow set color_tab_border_bg = default set color_tab_label_fg = red set color_tab_label_bg = default -set color_field_name_fg = red +set color_field_name_fg = yellow set color_field_name_bg = default set color_field_value_fg = green set color_field_value_bg = default diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index fd9c760..655f6b0 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -113,9 +113,9 @@ # NOTE: It might be helpful to run dunst -print in a terminal in order # to find fitting options for rules. -[espeak] # >shutup - summary = "*" # >shutup - script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup +#[espeak] # >shutup +# summary = "*" # >shutup +# script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup #[script-test] # summary = "*script*" |