diff options
author | Joe <rrbo@proton.me> | 2023-02-06 18:00:21 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-02-06 18:00:21 +0100 |
commit | 517e2619448f20c3f7a1199e9c307bcaa9a34b32 (patch) | |
tree | 50114897013cdd61454e9b637810f9b0229cf285 /.config | |
parent | up (diff) | |
download | dotfiles-bsd-517e2619448f20c3f7a1199e9c307bcaa9a34b32.tar.gz dotfiles-bsd-517e2619448f20c3f7a1199e9c307bcaa9a34b32.tar.bz2 dotfiles-bsd-517e2619448f20c3f7a1199e9c307bcaa9a34b32.tar.xz dotfiles-bsd-517e2619448f20c3f7a1199e9c307bcaa9a34b32.tar.zst dotfiles-bsd-517e2619448f20c3f7a1199e9c307bcaa9a34b32.zip |
up
Diffstat (limited to '.config')
-rw-r--r-- | .config/conkyrc | 36 |
1 files changed, 19 insertions, 17 deletions
diff --git a/.config/conkyrc b/.config/conkyrc index 4ac738a..ca0cf8c 100644 --- a/.config/conkyrc +++ b/.config/conkyrc @@ -20,7 +20,7 @@ conky.config = { update_interval = 1.5, uppercase = false, override_utf8_locale = true, - stippled_borders = 1, + stippled_borders = 0, border_width = 1, draw_borders = false, draw_graph_borders = true, @@ -29,9 +29,9 @@ conky.config = { show_graph_scale = false, show_graph_range = false, alignment = 'top_right', - minimum_width = 365, + minimum_width = 400, minimum_height = 1440, - maximum_width = 365, + maximum_width = 400, gap_x = 0, gap_y = 40, net_avg_samples = 2, @@ -47,19 +47,21 @@ conky.config = { conky.text = [[ ${color #928374}${alignc}${time %A %e %B %Y - %Hh%M} -${hr} +${color #ebdbb2}SYSTEM ${hr} ${color #928374}Terminal: ${font1}${color #ebdbb2}${nodename_short}${font} ${color #928374}OS: ${font1}${color #ebdbb2}${sysname}${font} ${color #928374}Kernel: ${font1}${color #ebdbb2}${kernel}${font} ${color #928374}Uptime: ${font1}${color #ebdbb2}${uptime}${font} -${hr}${if_mpd_playing} -${font1}${color #ebdbb2}${goto 140}${mpd_artist} -${goto 140}${scroll wait 25 3 1 ${mpd_title}} -${goto 140}${mpd_elapsed}/${mpd_length} ${mpd_bar} -${execi 5 ~/.local/bin/conky/cover.sh >/dev/null 2>&1}${image /tmp/conkyCover.png -p 20,150 -n} -${hr}${endif}${if_up enx4ce1734c425a} -${font2}${color #ebdbb2}${alignc}${execi 1800 curl wttr.in/Lyon?T0 --silent --max-time 3}${font} -${hr}${endif} +${if_mpd_playing}MPD ${hr} + +${font1}${color #ebdbb2}${goto 130}${mpd_artist} +${goto 130}${scroll wait 30 3 1 ${mpd_title}} +${goto 130}${mpd_elapsed}/${mpd_length} ${mpd_bar} +${execi 5 ~/.local/bin/conky/cover.sh >/dev/null 2>&1}${image /tmp/conkyCover.png -p 0,150 -n}${font} + +${endif}${if_up enx4ce1734c425a}WEATHER ${hr} +${font2}${color #ebdbb2}${alignc}${execi 1800 curl wttr.in/Lyon?T0 --silent --max-time 3}${font}${endif} +CPU ${hr} ${color #928374}CPU: ${font1}${color #ebdbb2} ${freq_g} GHz ${color #ebdbb2}${cpu}% ${offset 4}${cpugraph bfbfbf c0c0c0} ${color #928374}1:${color #ebdbb2} ${cpu cpu0}% ${cpubar cpu0}${color #ebdbb2} @@ -68,20 +70,20 @@ ${color #928374}3:${color #ebdbb2} ${cpu cpu2}% ${cpubar cpu2}${color #ebdbb2} ${color #928374}4:${color #ebdbb2} ${cpu cpu3}% ${cpubar cpu3}${color #ebdbb2} ${color #928374}5:${color #ebdbb2} ${cpu cpu4}% ${cpubar cpu4}${color #ebdbb2} ${color #928374}6:${color #ebdbb2} ${cpu cpu5}% ${cpubar cpu5}${color #ebdbb2}${font} -${hr} +RAM ${hr} ${color #928374}RAM: ${font1}${color #ebdbb2}${mem} / ${memmax} ${color #ebdbb2}${memperc}% ${membar 4}${font} ${offset 4}${memgraph bfbfbf c0c0c0} ${color #928374}SWAP: ${font1}${color #ebdbb2}${swap} / ${swapmax} ${color #ebdbb2}${swapperc}% ${swapbar 4}${font} -${hr} +DISK ${hr} ${color #928374}SSD: ${font1}${color #ebdbb2}${fs_free_perc /}% ${fs_bar 6 /}${font} -${hr} -${color #928374}Process:${color #928374}${alignr}PID CPU MEM +PROC ${hr} +${color #928374}Process:${color #928374}${alignr}PID CPU MEM ${font1}${color #ebdbb2}${top_mem name 1} ${alignr}${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem_res 1} ${font1}${color #928374}${top_mem name 2} ${alignr}${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem_res 2} ${font1}${color #ebdbb2}${top_mem name 3} ${alignr}${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem_res 3} ${font1}${color #928374}${top_mem name 4} ${alignr}${top_mem pid 4} ${top_mem cpu 4} ${top_mem mem_res 4}${font} ${color #928374}--------- ${color #928374}Processes: ${font1}${color #ebdbb2}${processes}${font} -${hr} +NETWORK ${hr} ${execp ~/.local/bin/conky/net.sh} ]] |