Page 2343 of 2348 FirstFirst ... 1343184322432293233323412342234323442345 ... LastLast
Results 23,421 to 23,430 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #23421
    Join Date
    Oct 2013
    Beans
    1

    Re: Post your .conkyrc files w/ screenshots

    Help !

    from this

    Code:
    haze@eskawe:~$ cat /proc/cpuinfo | grep 'model name' | sed -e 's/model name.*: //'| uniq
    
    AMD A8-7410 APU with AMD Radeon R5 Graphics
    it's possible to have output just

    Code:
    AMD A8-7410 APU
    Thanks.

  2. #23422
    Join Date
    Mar 2017
    Beans
    1,018

    Re: Post your .conkyrc files w/ screenshots

    Code:
    awk '/model name/{print $4,$5,$6;exit}' /proc/cpuinfo
    If that's not right post the out put of...
    Code:
    awk '/model name/' /proc/cpuinfo
    Last edited by again?; March 19th, 2018 at 05:29 PM.

  3. #23423
    Join Date
    Oct 2013
    Beans
    1

    Re: Post your .conkyrc files w/ screenshots

    thanks.!

    Thats work.

  4. #23424
    Join Date
    Dec 2016
    Beans
    10

    Re: Post your .conkyrc files w/ screenshots

    This was adapted from the old CrunchBang Linux's conkyrc. I've left in the comments and the formatting credit goes to CB. I added the XMMS2 and better memory monitoring for my machine. I also changed TOP to Memory Top, again to help with memory management.

    Code:
    # conky configuration#
    # The list of variables has been removed from this file in favour
    # of keeping the documentation more maintainable.
    # Check http://conky.sf.net for an up-to-date-list.
    #
    # For ideas about how to modify conky, please see:
    # http://crunchbanglinux.org/forums/topic/59/my-conky-config/
    #
    # For help with conky, please see:
    # http://crunchbanglinux.org/forums/topic/2047/conky-help/
    #
    # Enjoy! :)
    ##############################################
    # Settings
    ##############################################
    #background yes
    use_xft yes
    xftfont Liberation Sans:size=9
    xftalpha 1
    update_interval 1.0
    total_run_times 0
    #own_window yes
    #own_window_transparent yes 
    ##############################################
    # Compositing tips:
    # Conky can play strangely when used with
    # different compositors. I have found the
    # following to work well, but your mileage
    # may vary. Comment/uncomment to suit.
    ##############################################
    ## no compositor
    #own_window_type override
    #own_window_argb_visual no
     
    ## xcompmgr
    #own_window_type override
    #own_window_argb_visual yes
     
    ## https://ubuntuforums.org/showthread.php?t=2070788
    background yes
    own_window yes
    own_window_type panel
    own_window_transparent yes
    own_window_argb_visual yes
    
    
    ##############################################
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    minimum_size 200 200
    maximum_width 200
    draw_shades yes
    draw_outline no
    draw_borders no
    draw_graph_borders no
    default_color 656667
    default_shade_color 000000
    default_outline_color 828282
    alignment top_right
    gap_x 12
    gap_y 15
    no_buffers yes
    uppercase no
    cpu_avg_samples 2
    override_utf8_locale no
    ##############################################
    #  Output
    ##############################################
    TEXT
    ${color #ffffff}
    #${color #000000}
    
    
    S Y S T E M    I N F O
    ${hr}
    Host:$alignr$nodename
    Kernel:$alignr$kernel
    Uptime:$alignr$uptime
    Disk usage:$alignr${fs_used /}/${fs_size /}
    CPU usage:$alignr${cpu cpu0}%
    ${cpubar}
    RAM:$alignr$mem/$memmax
    Free Memory:$alignr${memeasyfree}
    Swap usage:$alignr$swap/$swapmax
    RAM${alignr}Disk I/O
         ${memgauge 30,80}          ${diskiograph 30,80}
    ${membar}
    
    
    #${color white}Filesystem ${hr 1}${color}
    F I L E S Y S T E M
    ${hr}
    Root: ${alignr}${fs_free /} / ${fs_size /}
    ${fs_bar 4 /}
    #dos: ${alignr}${fs_free /dos} / ${fs_size /dos}
    #${fs_bar 4 /dos}
    
    
    #${color white}NETWORK ${hr 1}${color}
    N E T W O R K
    ${hr}
    IP: ${addr wlo1}
    Down ${downspeed wlo1} k/s ${alignr}Up ${upspeed  wlo1} k/s
    ${downspeedgraph wlo1 25,107} ${alignr}${upspeedgraph wlo1 25,107}
    Total ${totaldown wlo1} ${alignr}Total ${totalup wlo1}
    
    
    #
    #${color white}top${hr 1}${color}
    T O P | M E M
    ${hr}
    ${top_mem name 1}${alignr 30}${top_mem cpu 1}${alignr}${top_mem pid 1}
    ${top_mem name 2}${alignr 30}${top_mem cpu 2}${alignr}${top_mem pid 2}
    ${top_mem name 3}${alignr 30}${top_mem cpu 3}${alignr}${top_mem pid 3}
    ${top_mem name 4}${alignr 30}${top_mem cpu 4}${alignr}${top_mem pid 4}
    ${top_mem name 5}${alignr 30}${top_mem cpu 5}${alignr}${top_mem pid 5}
    
    
    X M M S 2
    ${hr}s
    
    
    ${execi 10 xmms2 list}
    Attached Images Attached Images

  5. #23425
    Join Date
    Dec 2011
    Location
    Atlanta, Georgia USA
    Beans
    45
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Post your .conkyrc files w/ screenshots

    @ubonetu2,

    Looks great. I like those 'basic' conkies. I can't stick with them because I always look at it and think "What else can I put in there?" and the next thing I know, my screen is full and I'm starting on another workspace.
    Ubuntu User #35429 | Linux User #558865

  6. #23426
    Join Date
    Aug 2018
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots

    hey, i am new to this forum, but use ubuntu since v. 15 in 2016.
    after this long time now i found conky and started to script my own variation:
    https://cdn.discordapp.com/attachmen...2_04-07-47.png

    Code:
        lua_load = '/home/grinsel/conky_files/med_ring.lua'
        lua_draw_hook = clock_rings
    
    conky.config = {
        own_window_argb_visual = true,
        own_window_argb_value = 0,
        background = false,
        update_interval = 1,
        cpu_avg_samples = 2,
        net_avg_samples = 2,
        out_to_console = false,
        override_utf8_locale = true,
        text_buffer_size = 150000,
        imlib_cache_size = 0,
        own_window = true,
        own_window_type = 'desktop',
        own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
        border_inner_margin = 10,
        border_outer_margin = 0,
        alignment = 'top_left',
        gap_x = 0,
        gap_y = 60,
        draw_graph_borders = false,
        use_xft = true,
        xftalpha = 0.8,
        uppercase = true,
        default_color = '#9999CC',
        minimum_width = 1900, minimum_height = 0,
        show_graph_scale = false,
        show_graph_range = false,
        use_spacer = 'right',    
        stippled_borders = 0,
        default_outline_color = '#333',
        double_buffer = true,    
        no_buffers = true,
        draw_shades = false,
        font = 'Ubuntu Condensed:size=12'
    
    };
    conky.text = [[
        ${goto 20}${color #9999CC}${font Conky Icons by Carelli:size=12}G-man  ${goto 300}${time %d/%m/%y}   ${time %H:%M}${alignr}${color #FFFFCC}Ubuntu 18.04 LTS x64${font}
        ${alignr}${color}${kernel}
        ${goto 20}${color #FFFFCC}Uptime:${goto 100}${color}${uptime}\
        
    
        
        ${goto 20}${color #FFFFCC}Mounted:${color} 
        ${goto 50}Main${goto  150}${fs_bar 7,100 /}      ${fs_used /}/${fs_size /}
        ${if_mounted /mnt/6b3e446e-e941-415c-b019-debbc18c37e0} \
        ${goto 50}Games${goto  150}${fs_bar 7,100 /mnt/6b3e446e-e941-415c-b019-debbc18c37e0}      ${fs_used /mnt/6b3e446e-e941-415c-b019-debbc18c37e0}/${fs_size /mnt/6b3e446e-e941-415c-b019-debbc18c37e0}
        $endif\
        ${if_mounted /mnt/EA88214188210E1F} \
        ${goto 50}Hybrid${goto  150}${fs_bar 7,100 /mnt/EA88214188210E1F}      ${fs_used /mnt/EA88214188210E1F}/${fs_size /mnt/EA88214188210E1F}
        $endif\
    
            ${color #5b6dad}News Latest Headlines:
              ${color #7f8ed3}${execi 300 /home/grinsel/conky_files/conky-rss.sh http://www.heise.de/developer/rss/podcast-softwarearchitektour.rss 5 2}
        
        
    
    
    
        ${alignr}${color}${hwmon 0 temp 1}°C ${color #FFFFCC}          GPU${color}
        ${alignr}${exec nvidia-settings -tq GPUUtilization | grep -o 'graphics=[0-9]*' | sed 's/graphics=//'}%       Usage
        ${alignr}${nvidia memfreq} MHz          RAM
        ${alignr}${nvidia gpufreq} MHz          GPU
        ${alignr}${nvidia temp}°C       temp
    
        ${alignr}${color #FFFFCC}Memory  ${color #669999}${membar 12,200}
        ${alignr}${color #669999}${font}${voffset -2} ${mem}/${memmax} (${memperc}%) | Swap: ${swapperc}%
        ${alignr}${memgraph 30,270 FFFFCC 9999CC -l }
    
    
        ${alignr}${font}${color #FFFFCC}AMD® Ryzen™ R7-2700x Core@ 4.20GHz × 8 
        ${alignr}${color #669999}${cpubar 10,260 cpu0}  
        ${alignr}${color #FFFFCC}Cores:${color}   
        ${alignr}${cpu cpu1}% || ${freq_g 1 } GHz  || ${cpubar 7,30 cpu1} : Core1   
        ${alignr}${cpu cpu2}% || ${freq_g 3 } GHz  || ${cpubar 7,30 cpu3} : Core2   
        ${alignr}${cpu cpu3}% || ${freq_g 2 } GHz  || ${cpubar 7,30 cpu2} : Core3   
        ${alignr}${cpu cpu4}% || ${freq_g 4 } GHz  || ${cpubar 7,30 cpu4} : Core4   
        #    ${color #FFFFCC}HDDs      ${color}${hddtemp /dev/sdb2}    ${alignr}${cpu cpu5}% || ${freq_g 5 } GHz  || ${cpubar 7,30 cpu5} : Core5   
        ${alignr}${cpu cpu6}% || ${freq_g 6 } GHz  || ${cpubar 7,30 cpu6} : Core6   
        ${alignr}${cpu cpu7}% || ${freq_g 7 } GHz  || ${cpubar 7,30 cpu7} : Core7   
        ${alignr}${cpu cpu8}% || ${freq_g 8 } GHz  || ${cpubar 7,30 cpu8} : Core8   
        ${alignr}${cpu cpu9}% || ${freq_g 9 } GHz  || ${cpubar 7,30 cpu9} : Core9   
        ${goto 20}${color #FFFFCC}Threads/Processes:${goto 270}$color$threads/$processes${voffset 0}${alignr}${cpu cpu10}% || ${freq_g 10 } GHz  || ${cpubar 7,30 cpu10} : Core10 
        ${color #FFFFCC}${goto 20}Name ${goto 180}Pid${goto 235}Cpu%${goto 290}Mem%${color}    ${alignr}${cpu cpu11}% || ${freq_g 11 } GHz  || ${cpubar 7,30 cpu11} : Core11 
        ${goto 20}${top name 1} ${goto 180}${top pid 1}${goto 235}${top cpu 1}${goto 290}${top mem 1}    ${alignr}${cpu cpu12}% || ${freq_g 12 } GHz  || ${cpubar 7,30 cpu12} : Core12 
        ${goto 20}${top name 2} ${goto 180}${top pid 2}${goto 235}${top cpu 2}${goto 290}${top mem 2}    ${alignr}${cpu cpu13}% || ${freq_g 13 } GHz  || ${cpubar 7,30 cpu13} : Core13 
        ${goto 20}${top name 3} ${goto 180}${top pid 3}${goto 235}${top cpu 3}${goto 290}${top mem 3}    ${alignr}${cpu cpu14}% || ${freq_g 14 } GHz  || ${cpubar 7,30 cpu14} : Core14 
        ${goto 20}${top name 4} ${goto 180}${top pid 4}${goto 235}${top cpu 4}${goto 290}${top mem 4}    ${alignr}${cpu cpu15}% || ${freq_g 15 } GHz  || ${cpubar 7,30 cpu15} : Core15 
        ${goto 20}${top name 5} ${goto 180}${top pid 5}${goto 235}${top cpu 5}${goto 290}${top mem 5}    ${alignr}${cpu cpu16}% || ${freq_g 16 } GHz  || ${cpubar 7,30 cpu16} : Core16 
        ${color #FFFFCC}${goto 20}Network Traffic${color}
        ${font Arial}${goto 20}${font} ${diskio_read}${font Arial}${goto 202}${font} ${diskio_write}    
        ${goto 20}${diskiograph_read 30,178 06E9F8 2104FA}${goto 202}${diskiograph_write 30,175 FFFFCC DD3A21}    ${alignr}${cpugraph 30,270 FFFFCC 9999CC}
    ]];

    this taked 2 days...was rly quick to code it
    since yesterday i want some lua stuff...but cant find a easy description for beginners
    greetings
    Last edited by deadflowr; August 22nd, 2018 at 07:13 AM. Reason: converted large image to link

  7. #23427
    Join Date
    Aug 2018
    Beans
    1

    Re: Post your .conkyrc files w/ screenshots

    CONKY-Colors 4.0b2 (2010-08-13) - 3º SS -
    More cairo mode changes:
    * Added new --clock=bigcairo option
    * Added --swap option, swap is disabled by default now
    * Fixed bug with exaile and rhythmbox players

    Screenshot: https://ibb.co/iRLkLz

  8. #23428
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,591
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    since yesterday i want some lua stuff...but cant find a easy description for beginners
    This seems about right for what you want: https://github.com/brndnmtthws/conky/wiki#tutorial
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  9. #23429
    Join Date
    Aug 2018
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots

    help please. need correct config conky for work gcalcli.
    this config not work:
    Code:
    conky.config = {
        alignment = 'top_right',
        background = true,
        border_width = 1,
        cpu_avg_samples = 2,
            default_color = 'white',
        default_outline_color = 'white',
        default_shade_color = 'white',
        draw_borders = false,
        draw_graph_borders = true,
        draw_outline = false,
        draw_shades = false,
        use_xft = true,
        font = 'DejaVu Sans Mono:size=12',
        gap_x = 5,
        gap_y = 60,
        minimum_height = 5,
            minimum_width = 5,
        net_avg_samples = 2,
        no_buffers = true,
        out_to_console = false,
        out_to_stderr = false,
        extra_newline = false,
        own_window = true,
        own_window_class = 'Conky',
        own_window_type = 'desktop',
        stippled_borders = 0,
        update_interval = 1.0,
        uppercase = false,
        use_spacer = 'none',
        show_graph_scale = false,
        show_graph_range = false
    }
    
    
    conky.text = [[
    ${execpi 300 gcalcli --conky calw 3}
    ]]
    Last edited by f476; August 23rd, 2018 at 07:30 PM.

  10. #23430
    Join Date
    Mar 2017
    Beans
    1,018

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by f476 View Post
    help please. need correct config conky for work gcalcli.
    this config not work:
    Code:
    conky.config = {
        alignment = 'top_right',
        background = true,
        border_width = 1,
        cpu_avg_samples = 2,
            default_color = 'white',
        default_outline_color = 'white',
        default_shade_color = 'white',
        draw_borders = false,
        draw_graph_borders = true,
        draw_outline = false,
        draw_shades = false,
        use_xft = true,
        font = 'DejaVu Sans Mono:size=12',
        gap_x = 5,
        gap_y = 60,
        minimum_height = 5,
            minimum_width = 5,
        net_avg_samples = 2,
        no_buffers = true,
        out_to_console = false,
        out_to_stderr = false,
        extra_newline = false,
        own_window = true,
        own_window_class = 'Conky',
        own_window_type = 'desktop',
        stippled_borders = 0,
        update_interval = 1.0,
        uppercase = false,
        use_spacer = 'none',
        show_graph_scale = false,
        show_graph_range = false
    }
    
    
    conky.text = [[
    ${execpi 300 gcalcli --conky calw 3}
    ]]
    I can get a full calendar to display in conky using the --nolineart option.
    Code:
    ${execpi 300 gcalcli --nolineart --conky calw 3}
    Attachment 280935


    You can also try the agenda option.
    Code:
    ${execpi 300 gcalcli --conky agenda}
    Attachment 280932
    Last edited by again?; September 1st, 2018 at 05:36 AM.

Page 2343 of 2348 FirstFirst ... 1343184322432293233323412342234323442345 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •