Forum › Forums › General › Screenshots › Show us your conky’s
Tagged: Conky Clock
- This topic has 46 replies, 17 voices, and was last updated Jan 24-2:52 pm by Sector11.
-
AuthorPosts
-
August 18, 2022 at 12:35 pm #87422Member
ModdIt
::Hi male,
Noted sensors are pretty individual depending on system and board,
readouts too, some need weird correction factors.Below gives me readouts for NVME and SSD, for the latter I am a little unsure if it really is
good to have it at such a low temperature, have read 40 plus is better.For others reading FFF translates to white, FA180A to Red. Color info and codes @ https://www.color-hex.com/
Simpler for sure, still needed the alignment string.${goto 6}${color #FFF}${voffset 4}NVME Temp:${alignr +3}${color #FA180A}${hwmon 0 temp 1}°C conky output 42°C ${goto 6}${color #FFF}${voffset 4}SSD Temp:${alignr +3}${color #FA180A}${hwmon 3 temp 1}°C conky output 30°C
No screenshot as only optical change is ssd temp at bottom
Will also play with extracting CPU temps sometime soon and if plausible core temps shown retire the
execi plus sed commandsEDIT:
${goto 6}${color #FFF}Core1:${alignr 4}${color #FA180A}${hwmon 2 temp 2}°C ${goto 6}${color #FFF}Core2:${alignr 4}${color #FA180A}${hwmon 2 temp 3}°C ${goto 6}${color #FFF}Core3:${alignr 4}${color #FA180A}${hwmon 2 temp 4}°C ${goto 6}${color #FFF}Core4:${alignr 4}${color #FA180A}${hwmon 2 temp 5}°C
Temps correspond to sensors readout. As all lines below were aligned to the first CPU temp readout I found
no need to adjust alignment. have not added temps as shown in conky. Others will have different readouts.${hwmon 2 temp 1}°C is as far as I can ascertain an aggregated average CPU temp.
Sensors gives me NVIDIA Fan at 50%, rubbish, I have a passive card present temp is 51°C air in to case at 28°C
Slowdown temp is 97 according to NVIDIA so plenty of headroom.- This reply was modified 5 months, 1 week ago by ModdIt.
- This reply was modified 5 months, 1 week ago by ModdIt.
- This reply was modified 5 months, 1 week ago by ModdIt.
January 24, 2023 at 2:52 pm #98163MemberSector11
::LUBO:
Note:
The .conkyrc is very messy. I have hacked it up a lot, using the default AntiX 21 base ISO.
It “works” for me. YMMV.
You are welcome to copy snippets or the entire config. since most of it is based on AntiX anyway.
Don’t waste your time (or mine) telling me it is garbage. It is “in use” now so clearly it does work.KUDOS! Your conky, your way!
A conky clock: time.conky
## pkill -xf "conky -c /media/5/Conky/time.conky" & own_window yes own_window_type normal own_window_transparent no #yes # own_window_colour colour 000000 own_window_hints skip_taskbar,skip_pager,sticky,below,undecorated own_window_class Conky own_window_title Sector11's Time own_window_argb_visual yes own_window_argb_value 00 gap_x 12 ## ← → gap_y 15 ## ↑ ↓ minimum_size 330 0 maximum_width 330 alignment tm # Borders Section draw_borders no stippled_borders 5 border_inner_margin 0 border_outer_margin 0 border_width 2 #draw_graph_borders yes # End Borders Section override_utf8_locale yes use_xft yes xftfont LED_mono:size=65 xftalpha 1.0 draw_shades yes default_shade_color 000000 default_color DCDCDC #Gainsboro color0 C0C0C0 #Silver color1 778899 #LightSlateGray color2 FAEBD7 #AntiqueWhite color3 87CEFA #LightSkyBlue color4 48D1CC #MediumTurquoise color5 FFDEAD #NavajoWhite color6 00BFFF #DeepSkyBlue color7 B0E0E6 #PowderBlue color8 FFD700 #Gold color9 CD5C5C #IndianRed ## ---------- End Color Settings background no use_spacer none no_buffers yes imlib_cache_size 0 double_buffer yes update_interval 1 ### LUA Settings ########################################################### ## Above and After TEXT - requires a composite manager or blinks. ## # lua_load /media/5/Conky/LUA/draw-bg.lua #TEXT #${lua conky_draw_bg 10 0 0 0 0 0x000000 0.2} # ## ${lua conky_draw_bg corner_radius x_position y_position width height color alpha} ## ## OR Both above TEXT (No composite manager required - no blinking!) # #lua_load /media/5/Conky/LUA/draw-bg.lua #lua_draw_hook_pre draw_bg 0 0 0 0 0 0x000000 0.15 #lua_draw_hook_pre draw_bg 10 0 0 0 0 0x000000 0.2 #lua_draw_hook_post draw-bg 125 0 0 0 0 0x000000 0.01 # # TEXT # ####################################################### End LUA Settings ### TEXT ${font LED_mono:size=65}${goto 00}${color1}88:88:88${goto 00}${color2}${time %T}${color}${font}
- This reply was modified 4 days, 5 hours ago by Sector11. Reason: not allows to upload the .conky file
- This reply was modified 4 days, 5 hours ago by Sector11. Reason: addedf name of conky
Attachments:
I use Conky v1.9 exclusively
-
AuthorPosts
- You must be logged in to reply to this topic.