About conky.conf

Oh @SGS is there any chance that i could make it look like this:-

and

:smile:

1 Like

Then you mean the other right site ? :slight_smile:

Garuda has conky file in /etc/skel/.config IIRC.

Yes and and since every PC has different components from different manufacturers you must start reading the conky syntax, manuals and search the web.

You will find many conky.conf but they will sometimes not work on your PC.

The second one is not from me :slight_smile: .

A sample for the IP ports

save as ~/.config/conky/open-ports.conf

conky.config = {
  background = true,
  update_interval = 1,

  cpu_avg_samples = 2,
  net_avg_samples = 2,
  temperature_unit = 'celsius',
  if_up_strictness = 'address',

  double_buffer = true,
  no_buffers = true,
  text_buffer_size = 2048,

  own_window = true,
  own_window_class = 'conky',
  own_window_type = 'override',
  own_window_hints = 'undecorated,sticky,skip_taskbar,skip_pager,below',

  --own_window_colour
  own_window_transparent = true,
  own_window_argb_visual = true,
  own_window_argb_value = 0,

  draw_shades = false,
  draw_outline = false,
  draw_borders = false,
  draw_graph_borders = false,

  alignment = 'top_right',
	gap_x = 50,
	gap_y = 50,
  minimum_width = 350,
  minimum_height = 450,
  maximum_width = 600,
  border_inner_margin = 0,
  border_outer_margin = 20,


  override_utf8_locale = true,
  use_xft = true,
  font = 'monospace:size=8',
  xftalpha = 0.8,
  uppercase = false,

  -- Defining colors
  default_color = '#FFFFFF',
}

conky.text = [[
${goto 60}${font Play:size=8}${color4}Open Ports:  ${color1}${tcp_portmon 1 65535 count}
${goto 60}${font Play:bold:size=10}${color}${offset 0}IP${alignr}DPORT
${goto 60}${font Play:size=8}${color1}${tcp_portmon 1 65535 rip  0}${alignr 1}${tcp_portmon 1 65535 rport  0}
${goto 60}${font Play:size=8}${color1}${tcp_portmon 1 65535 rip  1}${alignr 1}${tcp_portmon 1 65535 rport  1}
${goto 60}${font Play:size=8}${color1}${tcp_portmon 1 65535 rip  2}${alignr 1}${tcp_portmon 1 65535 rport  2}
${goto 60}${font Play:size=8}${color1}${tcp_portmon 1 65535 rip  3}${alignr 1}${tcp_portmon 1 65535 rport  3}
${goto 60}${font Play:size=8}${color1}${tcp_portmon 1 65535 rip  4}${alignr 1}${tcp_portmon 1 65535 rport  4}
${goto 60}${font Play:size=8}${color1}${tcp_portmon 1 65535 rip  5}${alignr 1}${tcp_portmon 1 65535 rport  5}
${goto 60}${font Play:size=8}${color1}${tcp_portmon 1 65535 rip  6}${alignr 1}${tcp_portmon 1 65535 rport  6}
${goto 60}${font Play:size=8}${color1}${tcp_portmon 1 65535 rip  7}${alignr 1}${tcp_portmon 1 65535 rport  7}
${goto 60}${font Play:size=8}${color1}${tcp_portmon 1 65535 rip  8}${alignr 1}${tcp_portmon 1 65535 rport  8}
${goto 60}${font Play:size=8}${color1}${tcp_portmon 1 65535 rip  9}${alignr 1}${tcp_portmon 1 65535 rport  9}
${goto 60}${font Play:size=8}${color1}${tcp_portmon 1 65535 rip 10}${alignr 1}${tcp_portmon 1 65535 rport 10}
]]

start with

cd .config/conky  
conky -c open-ports.conf

Maybe it work for you OOT :slight_smile:


Thats all I can do.

Have fun with conky :slight_smile:

5 Likes

@SGS thank you it seems possible by copy paste :sweat_smile:
what about the left side system meter?

Sample from the right.


All text above was for the left site :slight_smile:
Has your Garuda DE the left site conky with the white eagle head on top?

There you can start.

I am sorry but I can't teach users for conky or other app’s in the linux world :slight_smile: .

3 Likes

Hello SSG im a very newbie. I saw many of your screenshots which were beautiful. Can you tell me what is that detailed system meter at the right side.
I too want to decorate my environment like the way you did.
Thanks

:slight_smile:


Something with IP or shortcuts for i3?

I sometimes change the look :slight_smile:

Give me the link to the picture please.

And if you call a user use @ in front like @Kalki-404

That one?

3 Likes

Damn, discourse do not use the timeline, :slight_smile:
all in all my fault :frowning:

1 Like

@SGS it's totally fine. I just copy paste anyway :joy:
alrite cheers. :laughing:

2 Likes

@SGS is timeline important?

I make copy - paste mistake :smiley:
This thread start not with your first post.
But that has nothing todo with your question about conky :wink:

1 Like

Welcome to the forums @Kalki-404 :wave:

5 Likes

Hey @SGS i tried to tweak some conky stuff by copy paste from some good ol bloke who was kind enough to drop his rc file.
Still i don’t know why some stuff work and other’s didn’t. :laughing:
here is the screenshot…


btw how do i pull gpu graph from nvtop?
but anyway i’m happy with this, after all KDE is made for these things :joy:

3 Likes

change

${image /usr/share/icons/garuda/garuda-white.png -p 10,0 -s 78x59  -f 5}${font sans mono:size=10}${alignr}${color6}${alignc}

value for eagle head :slight_smile: , yours is stretched :wink:

Some old code do not work > conky 1.10

2 Likes

ouch didn’t even noticed that, hope it didn’t hurt my eagle. :wink:

3 Likes

Nope, only the blue one :smiley:

3 Likes

Hello Kalki,

how can I get exactly this conky?

This thread is from Dec 2020, and the OP unfortunately has been seen last time in Mar 2021. I'm going to close this...

1 Like