Page 2170 of 2348 FirstFirst ... 1170167020702120216021682169217021712172218022202270 ... LastLast
Results 21,691 to 21,700 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #21691
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Kaspro View Post
    Thank you for your post, but it seems really difficult to config the weather and proc temp for now, i guess i have to study conky first to be able to do it
    If you start and try on your own ... we will help. We just can't do it for you, each system is different.

    Check these out:

    Also if you have any questions don't be shy - stinkeye will be happy to answer them.

    ... OUCH!!!! Was that a surf board? ... I will help too!

  2. #21692
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Post your .conkyrc files w/ screenshots

    Anyone else find this interesting.
    I came acrross this widget called My App Launcher on deviantart.

    It's just an index.html config and a python script.
    You need python-qt4.
    If only I understood html and python.
    Attached Images Attached Images
    Last edited by stinkeye; March 20th, 2013 at 01:56 AM.

  3. #21693
    Join Date
    Aug 2005
    Location
    Mars
    Beans
    245

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by stinkeye View Post
    Anyone else find his interesting.
    I came acrross this widget called My App Launcher on deviantart.

    It's just an index.html config and a python script.
    You need python-qt4.
    If only I understood html and python.
    You simply need to edit the commands in the index.html

    If you can figure out lua, this will be a cinch.


  4. #21694
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    @ stinkeye & BoredOutOfMyMind


    I use a launcher in my tint2 panel ... that's it to the left of the time/date


    VastOne came up with one that pops just the "launcher section" out when a mouse gets near the edge of the screen:


    And a setup that is on the top right, left middle and also a hidden panel on the bottom ... again VastOne's doing.


    Tint2 doesn't get the kudos it deserves, and VastOne is putting it through it's paces and showing some nice things it does.

    Me, I prefer the more traditional aspect of it - hence my default in the top screenshot.

    OH yea, the clock ... is left/right click-able. On mine:

    Left click - kills all conkys.
    right click = ssc.sh (start/stopConky)

    BTW: You don't need to use the "panel" part - just the launcher if you wish, and as seen you can run more that one tint2 with different aspects in different places.
    Last edited by Sector11; March 20th, 2013 at 03:39 AM.

  5. #21695
    Join Date
    Aug 2005
    Location
    Mars
    Beans
    245

    Re: Post your .conkyrc files w/ screenshots

    @Sector11


    Is the left side more like a dock that pops out, or is it clickable also?

    There is not much to the code for this applet. I see it is heavy bloat, err Gnome dependent.

    <script>
    var c = {};
    c.Left = 0;
    c.Top = 90;
    c.Width = 68;
    c.Height = 220;
    c.defaultBrowser = 'firefox';
    c.defaultFileManager = 'nautilus';
    config = c;
    </script>

    <div class="bar">

    <div class="sm"><a class="sm" title="close" href="cmd::exit">X</a></div>

    <table>

    <tr><td><div class="hdr">apps</div></td></tr>

    <tr><td><div class="hline"> </div></td></tr>

    <tr><td><a href="cmd::defaultBrowser">browser</a></td></tr>

    <tr><td><a href="cmd::gimp">gimp</a></td></tr>

    <tr><td><a href="cmd::vlc">vlc</a></td></tr>

    <tr><td><a href="cmd::gedit">editor</a></td></tr>

    <tr><td><a href="cmd::gnome-search-tool">search</a></td></tr>

    <tr><td><div class="hdr">places</div></td></tr>

    <tr><td><div class="hline"> </div></td></tr>

    <tr><td><a href="cmd::defaultFileManager $HOME">home</a></td></tr>

    <tr><td><a href="cmd::defaultFileManager $HOME/.config">config</a></td></tr>

    </table>

  6. #21696
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    According to my images:

    Top - it's fixed,
    Middle - it pops out
    Bottom - it's fixed

    This is the ~/.config/tint2/tint2rc for my default tint2 seen on the top:
    Code:
    # Tint2 config file
    # For information on manually configuring tint2 see:
    # http://code.google.com/p/tint2/wiki/Configure
    
    ##### Background definitions #####
    # ID 1
    rounded = 8
    border_width = 1
    background_color = #000000 35
    border_color = #7D7D7D 100
    
    # ID 2
    rounded = 10
    border_width = 1
    background_color = #000000 50
    border_color = #FFFFFF 0
    
    # ID 3
    rounded = 10
    border_width = 1
    background_color = #000000 50
    border_color = #FFFFFF 0
    
    # ID 4
    rounded = 10
    border_width = 1
    background_color = #000000 50
    border_color = #FFFFFF 0
    
    ##### Panel #####
    ##### In order left to right #####
    panel_items = LCST
    
    # L  Launcher
    # T  Taskbar
    # S  Systray (also called notification area)
    # B  Battery status (no need)
    # C  Clock
    
    panel_monitor = 1
    panel_position = bottom center horizontal
    panel_size = 95% 26
    panel_margin = 0 0 #16
    panel_padding = 2 0 10
    panel_dock = 0
    wm_menu = 1
    panel_layer = bottom
    panel_background_id = 0
    
    ##### Panel Autohide #####
    autohide = 0
    autohide_show_timeout = 0.0
    autohide_hide_timeout = 0.0
    autohide_height = 0
    #strut_policy = follow_size
    strut_policy = none
    
    ##### Launcher #####
    launcher_icon_theme = LinuxLex-8
    launcher_padding = 5 0 10
    launcher_background_id = 1
    launcher_icon_size = 16
    
    #launcher_item_app
    ###### Each launcher_item_app must be a full path to a .desktop file
    launcher_item_app = /usr/share/applications/terminator.desktop
    launcher_item_app = /usr/share/applications/spacefm-find.desktop
    launcher_item_app = /usr/share/applications/Thunar-bulk-rename.desktop
    launcher_item_app = /usr/share/applications/xvidcap.desktop
    launcher_item_app = /usr/share/applications/xfce4-mixer.desktop
    launcher_item_app = /usr/share/applications/gcolor2.desktop
    launcher_item_app = /usr/share/applications/gnome-specimen.desktop
    #launcher_item_app =
    #launcher_item_app =
    #launcher_item_app =
    #launcher_item_app =
    #launcher_item_app =
    #launcher_item_app =
    #launcher_item_app =
    #launcher_item_app =
    
    
    #launcher_icon_asb
    ###### alpha (0 to 100) saturation (-100 to 100) brightness (-100 to 100)
    ###### : adjust icon's color and transparency for launcher icons
    #launcher_tooltip
    ###### boolean (0 or 1) : whether to show tooltips for launcher icons
    
    ##### Taskbar #####
    taskbar_name = 0
    taskbar_mode = multi_desktop
    taskbar_padding = 0 0 0
    taskbar_background_id = 1
    #taskbar_active_background_id = 0
    
    ##### Tasks #####
    urgent_nb_of_blink = 7
    task_icon = 1
    task_text = 0
    task_centered = 1
    task_maximum_size = 30 32
    task_padding = 1 1
    task_background_id = 3
    task_active_background_id = 2
    task_urgent_background_id = 0
    task_iconified_background_id = 0
    
    ##### Task Icons #####
    task_icon_asb = 100 0 0
    task_active_icon_asb = 100 0 0
    task_urgent_icon_asb = 100 0 0
    task_iconified_icon_asb = 100 0 0
    
    ##### Fonts #####
    task_font = sans 7
    task_font_color = #FFFFFF 62
    task_active_font_color = #FFFFFF 80
    task_urgent_font_color = #FFFFFF 100
    task_iconified_font_color = #FFFFFF 100
    font_shadow = 0
    
    ##### System Tray #####
    systray = 1
    systray_padding = 4 2 3
    systray_sort = ascending
    systray_background_id = 1
    systray_icon_size = 16
    systray_icon_asb = 100 0 0
    
    ##### Clock #####
    time1_format = %H:%M %a %d:%m
    time1_font = Transponder AOE Bold 12
    #time2_format = %S
    #time2_font = Digital-7 bold 7
    clock_font_color = #FFFFFF 100
    clock_padding = 4 4
    clock_background_id = 1
    clock_rclick_command = /media/5/Conky/OBMenuS/S11_T2_SSC.sh
    clock_lclick_command = ~/bin/kfc.sh
    
    ##### Tooltips #####
    tooltip = 0
    tooltip_padding = 0 0
    tooltip_show_timeout = 0
    tooltip_hide_timeout = 0
    tooltip_background_id = 0
    tooltip_font = Sans 12
    tooltip_font_color = #FFFFFF 100
    
    ##### Mouse #####
    mouse_middle = none
    mouse_right = close  #### Be careful with this.
    mouse_scroll_up = toggle    #### does not work for me - MS-Intelli Mouse
    mouse_scroll_down = iconify #### does not work for me - MS-Intelli Mouse
    
    ##### Battery #####  I have none
    #battery = 0
    #battery_low_status = 20
    #battery_low_cmd = notify-send "battery low"
    #battery_hide = 90
    #bat1_font = Sans 12
    #bat2_font = Sans 12
    #battery_font_color = #FFFFFF 100
    #battery_padding = 0 0
    #battery_background_id = 0
    
    ############################################################## End of config ###

  7. #21697
    Join Date
    Nov 2012
    Beans
    6

    Re: Post your .conkyrc files w/ screenshots

    Brilliant, thanks , its working well.

    Sharon.

  8. #21698
    Join Date
    Nov 2012
    Beans
    6

    Re: Post your .conkyrc files w/ screenshots

    I'm using this as my cony script
    Code:
    # Based on conky-jc and the default .conkyrc.
    # INCLUDES:
    # - netstat connections to your computer
    #
    # -- Pengo (conky@pengo.us)
    #
    
    
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    own_window_type normal
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    background no
    
    
    
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    
    # fiddle with window
    ##use_spacer yes
    use_spacer right # yes | no are not options: left | right | none
    use_xft yes
    
    
    # Update interval in seconds
    update_interval 3.0
    
    
    # This is the number of times Conky will update before quitting.
    # Set to zero to run forever.
    total_run_times 0
    
    
    # Minimum size of text area
    minimum_size 300
    
    
    # Draw shades?
    draw_shades yes
    
    
    # Text stuff
    draw_outline no # amplifies text if yes
    draw_borders yes
    text_buffer_size 1024 ### <--- this
    
    
    uppercase no # set to yes if you want all text to be in uppercase
    
    
    # Stippled borders?
    stippled_borders 8
    
    
    # border margins
    border_inner_margin 4
    border_outer_margin 0
    
    
    # border width
    border_width 3
    
    
    # Default colors and also border colors, grey90 == #e5e5e5
    default_color white
    default_shade_color black
    default_outline_color white
    
    
    own_window_colour white
    own_window_transparent yes
    
    
    # Text alignment, other possible values are commented
    #alignment top_left
    alignment top_middle
    #alignment bottom_left
    #alignment bottom_right
    
    
    # Gap between borders of screen and text
    gap_x 5
    gap_y 5
    
    
    # stuff after 'TEXT' will be formatted on screen
    override_utf8_locale yes
    xftfont Terminus:size=8
    xftalpha 0.8
    
    
    # MISC
    short_units yes
    
    
    TEXT
    
    
    
    
    ${offset 240}${time %a, } ${time %e %B %G}
    ${offset 240}${time %Z,    }${time %H:%M:%S}
    ${offset 240}UPTIME: $uptime
    ${offset 240}DISTRO: ${pre_exec cat /etc/issue.net}
    ${offset 240}KERNEL: $kernel
    ${offset 240}ARCH: $machine
    ${offset 240}CPU1: ${cpu cpu0}% | CPU2: ${cpu cpu1}%
    ${offset 240}CPU3: ${cpu cpu2}% |
    ${offset 240}PROCESSES: $processes
    ${offset 240}${cpugraph 15,130 000000 ffffff}
    ${offset 240}LOAD: $loadavg
    ${offset 240}CPU TEMP: ${execi 10 sensors k10temp-pci-00c3 | grep -n 'temp1' | awk -F'+' '{print $2}' | awk -F' ' '{print $1}'}
    ${offset 240}DRIVE TEMP: ${execi 10 /usr/sbin/hddtemp /dev/sda1 |cut -c36-40}
    ${offset 240}HIGHEST CPU:
    ${offset 240} ${top name 1}${top_mem cpu 1}
    ${offset 240} ${top name 2}${top cpu 2}
    ${offset 240} ${top name 3}${top cpu 3}
    ${offset 240} ${top name 4}${top cpu 4}
    ${offset 240}HIGHEST MEM:
    ${offset 240} ${top_mem name 1}${top_mem mem 1}
    ${offset 240} ${top_mem name 2}${top_mem mem 2}
    ${offset 240} ${top_mem name 3}${top_mem mem 3}
    ${offset 240} ${top_mem name 4}${top_mem mem 4}
    ${offset 240}RAM: $memperc% $mem/$memmax
    ${offset 240}${membar 3,100}
    ${offset 240}SWAP: $swapperc% $swap/$swapmax
    ${offset 240}${swapbar 3,100}
    ${offset 240}ROOT: ${fs_size /}/${fs_free /}
    ${offset 240}${fs_bar 3,100 /}
    ${offset 240}${if_existing /media/backup}BACKUP:  ${fs_size /media/backup}/${fs_free /media/backup}${else} BACKUP:  Not Mounted${endif}
    ${offset 240}${fs_bar 3,100 /media/backup}
    ${offset 240}${if_existing /media/8979-95BD}PHONE:  ${fs_size /media/8979-95BD}/${fs_free /media/8979-95BD} ${else}PHONE:   Not mounted${endif}
    ${offset 240}${fs_bar 3,100 /media/8979-95BD}
    ${offset 240}${if_existing /media/truecrypt1}TRUECRYPT:  ${fs_size /media/truecrypt1}/${fs_free /media/truecrypt1}${else}TRUECRYPT:   Not mounted${endif}
    ${offset 240}TRASH:   ${execi 60 du -sh ~/.local/share/Trash/files/ | awk '{print $1}' | sed '/^4.0K/ d'  | sed 's/$/ of TRASH /'}
    #${execi 300 du -sh ~/.local/share/Trash/files | awk {'print $1'}}
    ${offset 240}NET: ${execi 300 curl ifconfig.me;}
    ${offset 240}Dl: ${downspeed eth0}  ${downspeedgraph eth0 4,80 000000 000000}
    ${offset 240}Ul: ${upspeed eth0}  ${upspeedgraph eth0 4,80 000000 000000}
    ${offset 240}GMAIL:     ${execi 300 python ~/.conky/gmail.py}
    ${offset 240}MPD: $mpd_status
    ${offset 240}$mpd_artist
    ${offset 240}$mpd_title
    ${offset 240}${mpd_bar 5,100}
    ${offset 240}$mpd_percent %          $mpd_elapsed/$mpd_length
    ${offset 240}APT-GET: ${execi 300 apt-get -s upgrade|grep installed|cut -d' ' -f1} updates ready
    ${offset 240}TODAY:     ${execi 300 vnstat | grep "today" | awk '{print $8 $9}'}
    ${offset 240}MONTH:     ${execi 300 vnstat -m | grep "`date +"%b '%y"`" | awk '{print $9 $10}'}
    ${offset 240}WEATHER:
    ${offset 240}${execi 600 ~/.conky/weather2.sh "EUR|UK|me14-1|Maidstone"}
    ${offset 240}${execibar 45 du -c ~/Dropbox | awk  '/total/ {print $1/10485.76/2.0}' }
    ${offset 240}DROPBOX:${execi 60 du -c ~/Dropbox | awk  'BEGIN/total/{Used=$1/10485.76/Size;printf "Size: %.1f GB",Size;printf " Used:%.0f%",Used;printf " Free: %.0f%\n",100-Used}'}
    #Inbound:${tcp_portmon 1 32767 count} Outbound:${tcp_portmon 32768 
    #61000 count}${alignr}Total: ${tcp_portmon 1 65535 count}
    #${tcp_portmon 1 32767 rhost 1} ${alignr} ${tcp_portmon 1 32767 lservice 1}


    But there is a 1.5inch space to the left of the script which is totally blank and wasted space, so how do I get rid of it please?

    Sharon.

  9. #21699
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    @ boudiccas

    The space to the left of yoyr conky is caused by the ${offset 240} at the beginning of the lines:
    Remove the top few and you'll see the difference ...

    Code:
    TEXT
    
    
    
    
    ${time %a, } ${time %e %B %G}
    ${time %Z,    }${time %H:%M:%S}
    UPTIME: $uptime
    DISTRO: ${pre_exec cat /etc/issue.net}
    ${offset 240}KERNEL: $kernel
    ${offset 240}ARCH: $machine
    ${offset 240}CPU1: ${cpu cpu0}% | CPU2: ${cpu cpu1}%
    ${offset 240}CPU3: ${cpu cpu2}% |
    ${offset 240}PROCESSES: $processes

  10. #21700
    Join Date
    Dec 2012
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Could anyone point out which component am I missing or what am I doing wrong? Thanks
    Attached Images Attached Images

Page 2170 of 2348 FirstFirst ... 1170167020702120216021682169217021712172218022202270 ... 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
  •