Results 1 to 2 of 2

Thread: conky script not find

  1. #1
    Join Date
    2015-Jan
    Posts
    1

    Unhappy conky script not find

    Guys help plz....
    I have install conky . It's working fine but i want to change my script so i commanded


    leafpad ~/.conkyrc

    But bash repling me there is not any script .......

    How can i open or find my conky script page ...thanks

  2. #2
    Join Date
    2015-Mar
    Posts
    12
    this is kinda late but i had the same issue, i can only give a not techy answer when you first install conky it use's a default format that doesnt require the .conkyrc file all you need to do is run these two commands in your home directory

    touch .conkyrc
    leafpad .conkyrc

    then enter your conky code and save and restart conky
    you can try mine if you want to use it as a starting point
    [code]# Conky, a system monitor, based on torsmo
    #
    # Any original torsmo code is licensed under the BSD license
    #
    # All code written since the fork of torsmo is licensed under the GPL
    #
    # Please see COPYING for details
    #
    # Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
    # Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
    # All rights reserved.
    #
    # This program is free software: you can redistribute it and/or modify
    # it under the terms of the GNU General Public License as published by
    # the Free Software Foundation, either version 3 of the License, or
    # (at your option) any later version.
    #
    # This program is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    # GNU General Public License for more details.
    # You should have received a copy of the GNU General Public License
    # along with this program. If not, see <http://www.gnu.org/licenses/>.
    #

    alignment top_right
    background no
    border_width 0
    cpu_avg_samples 2
    default_color purple
    default_outline_color black
    default_shade_color black
    double_buffer yes
    draw_borders no
    draw_graph_borders yes
    draw_outline no
    draw_shades yes
    use_xft yes
    xftfont terminus:size=10

    gap_x 10
    gap_y 50
    minimum_size 200 100
    net_avg_samples 2
    no_buffers yes
    out_to_console no
    out_to_stderr no
    extra_newline no
    own_window yes
    own_window_class Conky
    own_window_transparent yes
    own_window_type override
    stippled_borders 0
    update_interval 1.0
    uppercase no
    use_spacer none
    show_graph_scale no
    show_graph_range no

    TEXT
    ${color red}${font Terminus:style=bold:size=35}$alignr${time %H:%M:%S}$font$color
    ${font Terminus:style=bold:size=16}${color white}SYSTEM $color ${color purple}$hr$color$font
    ${color blue}${font}$sysname$alignr $machine$color
    ${hr}
    ${color blue} Host:$color ${color red} ${font Terminus:style=bold:size=10}$alignr $nodename$color
    ${hr}
    ${color blue}Uptime: $alignr $uptime$color
    ${hr}
    ${color blue}File System:$alignr $fs_type


    ${color white}${font Terminus:style=bold:size=13}PROCESSORS$color $hr$font
    ${color blue}CPU1: ${cpu cpu1}% $color${color green}${cpubar cpu1}$color
    ${color blue}CPU2: ${cpu cpu2}% $color${color green}${cpubar cpu2}$color

    ${color white}${font Terminus:style=bold:size=13}MEMORY$color $hr
    ${color blue}${font}RAM ${alignc} $mem/$memmax $alignr $memperc$color
    ${color green}${membar}$color

    ${color white}${font Terminus:style=bold:size=13}DISK$color $hr
    ${font}${color blue} $alignc ${fs_used /} / ${fs_size /} $alignr ${fs_used_perc /}%
    ${color green}${fs_bar /}$color


    ${color white}${font Terminus:style=bold:size=13}TOP PROCESSES $color $hr
    ${color red}${top name 1}$color${color red}$alignr${top cpu 1}%$color$font
    ${color blue}${top name 2}$alignr${top cpu 2}%$color
    ${color blue}${top name 3}$alignr${top cpu 3}%$color
    ${color blue}${top name 4}$alignr${top cpu 4}%$color
    ${color blue}${top name 5}$alignr${top cpu 5}%$color


    ${color white}${font Terminus:style=bold:size=13}WIFI$color$hr
    ${font}${color red}${font Terminus:style=bold:size=20} ${addr wlan0}$font$color
    ${font Terminus:style=bold:size=20}${color red}$alignr${execi 36000 curl ifconfig.me | tail }$font$color
    ${color green}${downspeedgraph wlan0}
    ${font Terminus:style=bold:size=11}${color blue}DLS: ${downspeed wlan0}/s $alignr ULS:${upspeed wlan0}/s$color

    [code]

Similar Threads

  1. apt-get install conky problem
    By helmi marlo in forum TroubleShooting Archive
    Replies: 5
    Last Post: 2014-01-16, 10:36

Posting Permissions

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