From c0e0c6d7d1030d977869a4f674007703a3991d03 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 27 Feb 2023 20:59:15 +0100 Subject: up --- .config/conky/conkyrc | 2 +- .local/bin/dunst_espeak.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/conky/conkyrc b/.config/conky/conkyrc index 286252c..3df81ab 100644 --- a/.config/conky/conkyrc +++ b/.config/conky/conkyrc @@ -95,5 +95,5 @@ ${font2}${color2}${top_mem name 4} ${alignr}${top_mem pid 4} ${top_mem cpu 4} ${color1}--------- ${color1}Processes: ${font2}${color0}${processes}${font} ${execpi 15 ~/.local/bin/conky/net.sh} -${if_match "${nodename_short}" == "mother"}${color0}${downspeedgraph eth1 50,185 2ebdbb2 928374 56000000 -t}${goto 195}${color0}${upspeedgraph eth1 50,180 ebdbb2 928374 256000000 -t}${endif}${if_match "${nodename_short}" == "po-rbo"}${color0}${downspeedgraph enx4ce1734c425a 50,180 ebdbb2 928374 128000000 -t}${goto 195}${color0}${upspeedgraph enx4ce1734c425a 50,180 ebdbb2 928374 128000000 -t}${endif} +${if_match "${nodename_short}" == "mother"}${color0}${downspeedgraph eth1 50,185 ebdbb2 928374 256000000 -t}${goto 195}${color0}${upspeedgraph eth1 50,180 ebdbb2 928374 256000000 -t}${endif}${if_match "${nodename_short}" == "po-rbo"}${color0}${downspeedgraph enx4ce1734c425a 50,180 ebdbb2 928374 128000000 -t}${goto 195}${color0}${upspeedgraph enx4ce1734c425a 50,180 ebdbb2 928374 128000000 -t}${endif} ]] diff --git a/.local/bin/dunst_espeak.sh b/.local/bin/dunst_espeak.sh index 42edc75..0bba156 100755 --- a/.local/bin/dunst_espeak.sh +++ b/.local/bin/dunst_espeak.sh @@ -6,4 +6,4 @@ words=$(printf "%s" "$3" | sed 's///g' | sed 's/<\/b>//g' | sed 's/[^a-zA-Z0-9?!.,% ]//g') -espeak -v fr "$words" +espeak "$words" -- cgit v1.2.3