diff options
author | eug-vs <eugene@eug-vs.xyz> | 2021-12-17 10:38:34 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2021-12-17 10:38:34 +0300 |
commit | e5a8306bfac89a2e3eba3844aed46030b56708b8 (patch) | |
tree | 1bda9e4a38fc0dfded1d9c9b3104162c760b5839 /dunst/.config | |
parent | 7b6291b3826fa44ee6aa29220457c3b0e812b050 (diff) | |
download | dotfiles-e5a8306bfac89a2e3eba3844aed46030b56708b8.tar.gz |
fix: correct separator color
Diffstat (limited to 'dunst/.config')
-rw-r--r-- | dunst/.config/dunst/dunstrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index b7aff1b..b0cc4f0 100644 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -18,7 +18,7 @@ padding = 12 horizontal_padding = 12 separator_height = 1 - separator_color = background + separator_color = "#1d2021" max_icon_size = 72 frame_width = 1 |