diff options
author | Joe <bousset.rudy@gmail.com> | 2023-02-17 10:52:15 +0100 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2023-02-17 10:52:15 +0100 |
commit | ae66f282a249b214fa595ee25291bd9799d6d0b6 (patch) | |
tree | fbdb47f775793f3fef9ec7f7eaea4dc9e2402b16 | |
parent | up (diff) | |
download | dotfiles-bsd-ae66f282a249b214fa595ee25291bd9799d6d0b6.tar.gz dotfiles-bsd-ae66f282a249b214fa595ee25291bd9799d6d0b6.tar.bz2 dotfiles-bsd-ae66f282a249b214fa595ee25291bd9799d6d0b6.tar.xz dotfiles-bsd-ae66f282a249b214fa595ee25291bd9799d6d0b6.tar.zst dotfiles-bsd-ae66f282a249b214fa595ee25291bd9799d6d0b6.zip |
up
-rw-r--r-- | .config/conky/conkyrc | 7 | ||||
-rw-r--r-- | .ssh/config | 1 |
2 files changed, 5 insertions, 3 deletions
diff --git a/.config/conky/conkyrc b/.config/conky/conkyrc index a26bd14..bf4a548 100644 --- a/.config/conky/conkyrc +++ b/.config/conky/conkyrc @@ -62,7 +62,7 @@ ${execi 5 ~/.local/bin/conky/cover.sh >/dev/null 2>&1}${image /tmp/conkyCover.pn ${endif}${execpi 300 ~/.local/bin/conky/weather.sh} ${font1}CPU ${hr 2}${font} -${color #928374}Freq: ${font2}${color #ebdbb2}${freq_g} GHz ${color #ebdbb2}${font}${alignr}${if_match "${nodename_short}" == "po-rbo"}${color #928374}Temp: ${font2}${color #ebdbb2}${hwmon 4 temp 1}°C${endif}${font} +${color #928374}Freq: ${font2}${color #ebdbb2}${freq_g} GHz ${color #ebdbb2}${font}${alignr}${if_match "${nodename_short}" == "mother"}${color #928374}Temp: ${font2}${color #ebdbb2}${hwmon 2 temp 1}°C${endif}${if_match "${nodename_short}" == "po-rbo"}${color #928374}Temp: ${font2}${color #ebdbb2}${hwmon 4 temp 1}°C${endif}${font} ${cpugraph 50,380 ebdbb2 928374 -t} ${voffset -25}${hr} ${color #928374}1: ${color #ebdbb2}${cpubar cpu0 8,150}${color #ebdbb2}${color #928374}${alignr}2: ${color #ebdbb2}${cpubar cpu1 8,150}${color #ebdbb2} @@ -75,10 +75,11 @@ ${memgraph 50,380 ebdbb2 928374 -t} ${voffset -25}${hr} ${color #928374}SWAP: ${font2}${color #ebdbb2}${swap} / ${swapmax} ${color #ebdbb2}${swapbar 8}${font} ${font1}DISK ${hr 2}${font} -${color #928374}SSD: ${font2}${color #ebdbb2}${fs_bar 8 /}${font} -${color #928374}HDD: ${font2}${color #ebdbb2}${fs_bar 8 /var/hdd}${font} +${alignr}${if_match "${nodename_short}" == "mother"}${color #928374}NVMe temp: ${font2}${color #ebdbb2}${hwmon 1 temp 1}°C${endif}${font} ${diskiograph nvme0n1 50,380 ebdbb2 928374 -t} ${voffset -25}${hr} +${color #928374}NVMe: ${font2}${color #ebdbb2}${fs_bar 8 /}${font} +${color #928374}HDD: ${font2}${color #ebdbb2}${fs_bar 8 /var/hdd}${font} ${font1}PROC ${hr 2}${font} ${color #928374}Process:${color #928374}${alignr}PID CPU MEM ${font2}${color #ebdbb2}${top_mem name 1} ${alignr}${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem_res 1} diff --git a/.ssh/config b/.ssh/config index f86f750..26b7a50 100644 --- a/.ssh/config +++ b/.ssh/config @@ -14,3 +14,4 @@ Host tv-exploit User tv Host joe HostName jozanofastora.xyz + Port 10022 |