summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorJoe <rrbo@proton.me>2023-02-03 12:28:10 +0100
committerJoe <rrbo@proton.me>2023-02-03 12:28:10 +0100
commit4cde340623106f76f7c55d2ec837f8bb7d4e6dde (patch)
treecfbd3bea1953661146f727f94b41ebefb28084da /.config
parentup (diff)
downloaddotfiles-bsd-4cde340623106f76f7c55d2ec837f8bb7d4e6dde.tar.gz
dotfiles-bsd-4cde340623106f76f7c55d2ec837f8bb7d4e6dde.tar.bz2
dotfiles-bsd-4cde340623106f76f7c55d2ec837f8bb7d4e6dde.tar.xz
dotfiles-bsd-4cde340623106f76f7c55d2ec837f8bb7d4e6dde.tar.zst
dotfiles-bsd-4cde340623106f76f7c55d2ec837f8bb7d4e6dde.zip
up
Diffstat (limited to '.config')
-rw-r--r--.config/conkyrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/conkyrc b/.config/conkyrc
index 10498cf..8feac37 100644
--- a/.config/conkyrc
+++ b/.config/conkyrc
@@ -81,7 +81,7 @@ ${font1}${color grey}${top_mem name 2} ${alignr}${top_mem pid 2} ${top_mem cpu
${font1}${color white}${top_mem name 3} ${alignr}${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem_res 3}
${font1}${color grey}${top_mem name 4} ${alignr}${top_mem pid 4} ${top_mem cpu 4} ${top_mem mem_res 4}${font}
${color grey}---------
-${color grey}Processes: ${color white}${processes}
+${color grey}Processes: ${font1}${color white}${processes}${font}
${hr}
${execp ~/.local/bin/conky/net.sh}
]]