diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/conky/conkyrc | 2 | ||||
-rw-r--r-- | .config/dunst/dunstrc | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.config/conky/conkyrc b/.config/conky/conkyrc index 4b33d3f..baff1e7 100644 --- a/.config/conky/conkyrc +++ b/.config/conky/conkyrc @@ -12,7 +12,7 @@ conky.config = { double_buffer = true, use_spacer = 'left', use_xft = true, - xinerama_head = 0, + xinerama_head = 1, xftalpha = 1, font = 'Open Sans:style=Semibold:size=10', font1 = 'ConkySymbols:size=18', diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 6c4a25b..29d478e 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*" |