Page 2014 of 2348 FirstFirst ... 1014151419141964200420122013201420152016202420642114 ... LastLast
Results 20,131 to 20,140 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #20131
    Join Date
    Jan 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by davesbrain View Post
    Thank you dk75. I tried your suggestion, but still same thing.
    Then, it is time to break it to parts and execute them separately.

    ...

    And it turn out to few bugs:
    • typo in "?srchkey=" which should be "?searchkey="
    • "&" shouldn't be replaced with "&"


    Below is fixed version, at least wget part (and I've took liberty to move artist and album processing inside "if" clause so it is done when Rhythmbox is playing only):
    Code:
    $#!/bin/bash
    fail=`echo "Unknown"`
    artist=`conkyRhythmbox --datatype=AR`
    album=`conkyRhythmbox --datatype=AL`
    if [ "$artist" = "$fail" ]; then
            echo "Rhythmbox is not playing"
            if [ -f /home/davejr/.album ]; then
                    rm /home/davejr/.album
            fi
    else
            str="`echo "$artist $album" | sed -e s/\\ /+/g`"
            wget `wget "http://www.albumart.org/index.php?searchkey=$str&itempage=1&newsearch=1&searchindex=Music" -q -O - | 
            grep "http://www.albumart.org/images/zoom-icon.jpg" -m 1 | 
            sed -e 's/" border="0" class="image_border.*//' |
            sed -e 's/.*img src="//'` -q -O /home/davejr/.album
    fi
    Linux Debian Sid (Minted) x86_64/3.12.10, Conky 2.0_pre, Xorg 7.7/1.15.0, KDE 4.11.5, Lenovo T61, Intel X3100, HITACHI HTS722010K9SA00 100GB, WDC_WD5000BEVT 500GB
    Linux user No.: 483055 | My Conky Pitstop corner | One4All project

  2. #20132
    Join Date
    Jan 2008
    Beans
    130

    Re: Post your .conkyrc files w/ screenshots

    WE GOT A WINNER!! Worked like a charm. dk75, you sir are a gentleman and a scholar. Thank you.

  3. #20133
    Join Date
    Dec 2009
    Location
    Vancouver,Washington
    Beans
    109

    Re: Post your .conkyrc files w/ screenshots

    and yet again another simple conky
    Attached Images Attached Images
    Attached Files Attached Files
    Last edited by cain071546; July 6th, 2012 at 10:24 PM.
    i7 3770 - 8Gb - 750ti 2Gb

  4. #20134
    Join Date
    Feb 2009
    Location
    Seward, AK
    Beans
    88
    Distro
    Kubuntu 13.10 Saucy Salamander

    Re: Post your .conkyrc files w/ screenshots

    Font was found in the repo's

    I cant remember what it started off as, but I got it and modified the crap out of it over the past few years. Some things were borrowed from others, some things, like the damn -<<<[NAME]>>>- stuff was done by hand with a lot of trial and error. Originally tried to use the font msmam10 ( I think it was called) and it caused conky to just not load.

    Code:
    # Conky
    background no
    no_buffers yes
    out_to_console no
    top_cpu_separate no
    max_port_monitor_connections 256
    cpu_avg_samples 2
    net_avg_samples 3
    total_run_times 0
    update_interval 2
    music_player_interval 3
    
    # Text
    uppercase no
    override_utf8_locale yes
    short_units no
    pad_percents 0
    text_buffer_size 512
    max_user_text 16384
    font Sans:size=13
    use_xft yes
    xftalpha 1.0
    xftfont Sans:size=12
    
    # Window
    own_window yes
    own_window_colour 010101
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    own_window_type widget
    
    # Graphics
    double_buffer yes
    draw_borders no
    draw_graph_borders yes
    draw_shades no
    draw_outline no
    stippled_borders 5
    max_specials 512
    
    # Layout
    alignment top_right
    gap_x 12
    gap_y 40
    maximum_width 325
    minimum_size 320 5
    use_spacer none
    # border_margin 4
    border_inner_margin 5
    border_outer_margin 5
    border_width 0
    
    # Colors
    default_color ececec
    default_outline_color ececec
    default_shade_color ececec
    color0 f9e1a7
    color1 d9c28c
    color2 db8e4f
    color3 a76c3c
    color4 f1b83d
    color5 deb629
    color6 523a06
    color7 fcff00
    color8 808080
    color9 7229c3
    
    # Misc
    temperature_unit fahrenheit
    
    # Lua
    lua_load ~/scripts/draw_bg.lua
    lua_draw_hook_pre draw_bg
    
    TEXT
    ###### System
    #
         ${voffset -1}${font Sans:size=9:style=bold}-<<${voffset -1}${font Sans:size=12:style=bold}<<${voffset -3}${font Sans:size=15:style=bold}<<${font}[${font [F500]:size=17:style=bold}${color0}SYSTEM${color}${font}]${voffset -3}${font Sans:size=15:style=bold}>>${voffset -1}${font Sans:size=12:style=bold}>>${voffset -1}${font Sans:size=9:style=bold}>>-${font}
    #
    Distro> ${color0}$alignr${font OpenLogos:size=11}u${font} ${exec lsb_release -d | cut -c 14-19} ${exec lsb_release -c | cut -c 11-} ${exec lsb_release -r | cut -c 10-}  ${color}
    #Hostname> ${color0}$alignr$nodename${color}
    Kernel> ${color0}$alignr$kernel${color}
    CPU Type> ${color0}$alignr$machine${color}
    GPU Temp> ${color0}$alignr${execi 60 echo "`nvidia-settings -t -q GPUCoreTemp` *9/5+32" | bc}°${color}
    Updates> ${color0}$alignr}${execi 1800 aptitude search "~U" | wc -l | tail} available${color}
    Uptime> ${color0}$alignr$uptime${color}
    #
    ###### CPU and MEM
    #
        ${voffset -1}${font Sans:size=9:style=bold}-<<${voffset -1}${font Sans:size=12:style=bold}<<${voffset -3}${font Sans:size=15:style=bold}<<${font}[${font [F500]:size=17:style=bold}${color0}CPU/MEM${color}${font}]${voffset -3}${font Sans:size=15:style=bold}>>${voffset -1}${font Sans:size=12:style=bold}>>${voffset -1}${font Sans:size=9:style=bold}>>-${font}
    #
    CPU0 Freq> ${color0}${freq_g cpu1}ghz${color} ${alignr}CPU1 Freq> ${color0}${freq_g cpu2}ghz${color}
    CPU0 Temp> ${color0}${platform coretemp.0 temp 1}°${color}${alignr}CPU1 Temp> ${color0}${platform coretemp.1 temp 1}°${color}
    ${cpugraph cpu1 20,150 7229c3 db8e4f} ${alignr}${cpugraph cpu2 20,150 7229c3 db8e4f}
    CPU0> ${color0}${cpu cpu1}%${alignr}${color2}${alignr}${cpubar cpu1 6,200}${color}
    CPU1> ${color0}${cpu cpu2}%${alignr}${color2}${alignr}${cpubar cpu2 6,200}${color}
    Ram> ${color0}${alignr}$mem / $memmax ($memperc%)
    ${color2}${membar 6}${color}
    Swap> ${color0}${alignr}$swap / $swapmax ($swapperc%)
    ${color2}${swapbar 6}${color}
    Highest CPU> $alignr CPU%   MEM%
    1> ${color1}${top name 1}$alignr${top cpu 1}    ${top mem 1}${color}
    2> ${color2}${top name 2}$alignr${top cpu 2}    ${top mem 2}${color}
    3> ${color3}${top name 3}$alignr${top cpu 3}    ${top mem 3}${color}
    Highest MEM> $alignr CPU%   MEM%
    1> ${color1}${top_mem name 1}$alignr${top_mem cpu 1}    ${top_mem mem 1}${color}
    2> ${color2}${top_mem name 2}$alignr${top_mem cpu 2}    ${top_mem mem 2}${color}
    3> ${color3}${top_mem name 3}$alignr${top_mem cpu 3}    ${top_mem mem 3}${color}
    #
    ###### Drives
    #
          ${voffset -1}${font Sans:size=9:style=bold}-<<${voffset -1}${font Sans:size=12:style=bold}<<${voffset -3}${font Sans:size=15:style=bold}<<${font}[${font [F500]:size=17:style=bold}${color0}Drives${color}${font}]${voffset -3}${font Sans:size=15:style=bold}>>${voffset -1}${font Sans:size=12:style=bold}>>${voffset -1}${font Sans:size=9:style=bold}>>-${font}
    #
    #Root> ${color0}${fs_type /}${alignr}${fs_size /}${color}
    #Free> ${color0}${fs_free_perc /}%${alignr}${fs_free /}${color}
    #Used> ${color0}${fs_used_perc /}%${alignr}${fs_used /}${color}
    #${color2}${fs_bar 6 /}${color}
    Home> ${color0}${fs_type /home/boogeyman}${alignr}${fs_size /home/boogeyman}${color}
    Free> ${color0}${fs_free_perc /home/boogeyman}%${alignr}${fs_free /home/boogeyman}${color}
    Used> ${color0}${fs_used_perc /home/boogeyman}%${alignr}${fs_used /home/boogeyman}${color}
    ${color2}${fs_bar 6 /home/boogeyman/}${color}
    TV Shows> ${color0}${fs_type /home/boogeyman/TV-Shows}${alignr}${fs_size /home/boogeyman/TV-Shows}${color}
    Free> ${color0}${fs_free_perc /home/boogeyman/TV-Shows}%${alignr}${fs_free /home/boogeyman/TV-Shows}${color}
    Used> ${color0}${fs_used_perc /home/boogeyman/TV-Shows}%${alignr}${fs_used /home/boogeyman/TV-Shows}${color}
    ${color2}${fs_bar 6 /home/boogeyman/TV-Shows}${color}
    Movies> ${color0}${fs_type /home/boogeyman/Videos}${alignr}${fs_size /home/boogeyman/Videos}${color}
    Free> ${color0}${fs_free_perc /home/boogeyman/Videos}%${alignr}${fs_free /home/boogeyman/Videos}${color}
    Used> ${color0}${fs_used_perc /home/boogeyman/Videos}%${alignr}${fs_used /home/boogeyman/Videos}${color}
    ${color2}${fs_bar 6 /home/boogeyman/Videos}${color}
    Misc-Storage> ${color0}${fs_type /home/boogeyman/Misc-Storage}${alignr}${fs_size /home/boogeyman/Misc-Storage}${color}
    Free> ${color0}${fs_free_perc /home/boogeyman/Misc-Storage}%${alignr}${fs_free /home/boogeyman/Misc-Storage}${color}
    Used> ${color0}${fs_used_perc /home/boogeyman/Misc-Storage}%${alignr}${fs_used /home/boogeyman/Misc-Storage}${color}
    ${color2}${fs_bar 6 /home/boogeyman/Misc-Storage}${color}
    WinLinXross> ${color0}${fs_type /home/boogeyman/WinLinXross}${alignr}${fs_size /home/boogeyman/WinLinXross}${color}
    Free> ${color0}${fs_free_perc /home/boogeyman/WinLinXross}%${alignr}${fs_free /home/boogeyman/WinLinXross}${color}
    Used> ${color0}${fs_used_perc /home/boogeyman/WinLinXross}%${alignr}${fs_used /home/boogeyman/WinLinXross}${color}
    ${color2}${fs_bar 6 /home/boogeyman/WinLinXross}${color}
    #
    ###### Network
    #
         ${voffset -1}${font Sans:size=9:style=bold}-<<${voffset -1}${font Sans:size=12:style=bold}<<${voffset -3}${font Sans:size=15:style=bold}<<${font}[${font [F500]:size=17:style=bold}${color0}Network${color}${font}]${voffset -3}${font Sans:size=15:style=bold}>>${voffset -1}${font Sans:size=12:style=bold}>>${voffset -1}${font Sans:size=9:style=bold}>>-${font}
    #
    Public IP> ${alignr}${color0}${exec wget -q -O - checkip.dyndns.org|sed -e 's/.*Current IP Address: //' -e 's/<.*$//'}${color}
    Local IP>${color0}${alignr}${addr eth0}${color}
    Down> ${color0}${downspeedf eth0} k/s${color} ${alignr}Up> ${color0}${upspeedf eth0} k/s${color}
    ${downspeedgraph eth0 20,150 7229c3 d9c28c} ${alignr}${upspeedgraph eth0 20,150 7229c3 d9c28c}
    Total> ${color0}${totaldown eth0}${color} ${alignr}Total> ${color0}${totalup eth0}${color}
    #
    ###### Music
    #
     ${voffset -1}${font Sans:size=9:style=bold}-<<${voffset -1}${font Sans:size=12:style=bold}<<${voffset -3}${font Sans:size=15:style=bold}<<${font}[${font [F500]:size=17:style=bold}${color0}Now Playing${color}${font}]${voffset -3}${font Sans:size=15:style=bold}>>${voffset -1}${font Sans:size=12:style=bold}>>${voffset -1}${font Sans:size=9:style=bold}>>-${font}
    #
    Artist> $alignr${color0}${if_match "${execi 5 expr length "`rhythmbox-client --print-playing-format %ta | head -n 1`"}" >= "37"}${scroll 37 1 ${exec rhythmbox-client --print-playing-format %ta --no-start}}${else}${exec rhythmbox-client --print-playing-format %ta --no-start}${endif}${color}
    Album> $alignr${color0}${if_match "${execi 5 expr length "`rhythmbox-client --print-playing-format %at | head -n 1`"}" >= "33"}${scroll 33 1 ${exec rhythmbox-client --print-playing-format %at --no-start}}${else}${exec rhythmbox-client --print-playing-format %at --no-start}${endif}${color}
    Song> $alignr${color0}${if_match "${execi 5 expr length "`rhythmbox-client --print-playing-format %tt | head -n 1`"}" >= "37"}${scroll 37 1 ${exec rhythmbox-client --print-playing-format %tt --no-start}}${else}${exec rhythmbox-client --print-playing-format %tt --no-start}${endif}${color}
    lua script
    Code:
    --[[
    Background by londonali1010 (2009)
    
    This script draws a background to the Conky window. It covers the whole of the Conky window, but you can specify rounded corners, if you wish.
    
    To call this script in Conky, use (assuming you have saved this script to ~/scripts/):
        lua_load ~/scripts/draw_bg.lua
        lua_draw_hook_pre draw_bg
    
    Changelog:
    + v1.0 -- Original release (07.10.2009)
    ]]
    
    -- Change these settings to affect your background.
    -- "corner_r" is the radius, in pixels, of the rounded corners. If you don't want rounded corners, use 0.
    
    corner_r=0
    
    -- Set the colour and transparency (alpha) of your background.
    
    bg_colour=0x000000
    bg_alpha=0.6
    
    require 'cairo'
    function rgb_to_r_g_b(colour,alpha)
        return ((colour / 0x10000) % 0x100) / 255., ((colour / 0x100) % 0x100) / 255., (colour % 0x100) / 255., alpha
    end
    
    function conky_draw_bg()
        if conky_window==nil then return end
        local w=conky_window.width
        local h=conky_window.height
        local cs=cairo_xlib_surface_create(conky_window.display, conky_window.drawable, conky_window.visual, w, h)
        cr=cairo_create(cs)
        
        cairo_move_to(cr,corner_r,0)
        cairo_line_to(cr,w-corner_r,0)
        cairo_curve_to(cr,w,0,w,0,w,corner_r)
        cairo_line_to(cr,w,h-corner_r)
        cairo_curve_to(cr,w,h,w,h,w-corner_r,h)
        cairo_line_to(cr,corner_r,h)
        cairo_curve_to(cr,0,h,0,h,0,h-corner_r)
        cairo_line_to(cr,0,corner_r)
        cairo_curve_to(cr,0,0,0,0,corner_r,0)
        cairo_close_path(cr)
        
        cairo_set_source_rgba(cr,rgb_to_r_g_b(bg_colour,bg_alpha))
        cairo_fill(cr)
    end
    Link to thread for full screenshot, easier to understand why I used those colors:
    http://ubuntuforums.org/showthread.p...3#post12082493
    Attached Images Attached Images
    Last edited by BoogeyOfTheMan; July 8th, 2012 at 11:16 AM. Reason: pasted conky into lua script section, oops, and subscribing
    You can have quality, price, or performance, but you can only choose two.

  5. #20135
    Join Date
    Jul 2012
    Beans
    3

    Re: Post your .conkyrc files w/ screenshots

    How can i add download speed and names of 3 processes that are using most of network bandwidth in conky?

  6. #20136
    Join Date
    Jul 2012
    Beans
    6

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by cain071546 View Post
    and yet again another simple conky
    Based mine on yours.

    Edit: Nvm my question, fixed it myself.

    Code:
    #    .conkyrc configuration
    #    basics by Tristam Green, 11-21-2007
    #     edited by fusion.fake
    #       edit v2 by Tigerbloodz
    
    # maintain spacing between certain elements
    use_spacer yes
    
    # set to yes if you want tormo to be forked in the background
    #background yes
    
    use_xft yes
    
    # Xft font when Xft is enabled
    xftfont Vera-8
    #xftfont Andale Mono-9
    #xftfont Clean-8
    #xftfont cubicfive10:pixelsize=8
    #xftfont squaredance10:pixelsize=14
    #xftfont swf!t_v02:pixelsize=10
    
    # Text alpha when using Xft
    xftalpha 1
    mail_spool $MAIL
    
    # Update interval in seconds
    update_interval 1.0
    
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    own_window_type override
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    own_window_hints below
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    # Minimum size of text area
    minimum_size 250 5
    maximum_width 250
    
    # Draw shades?
    draw_shades no
    
    # Draw outlines?
    draw_outline no # amplifies text
    
    # Draw borders around text
    draw_borders no
    
    # Stippled borders?
    stippled_borders 3
    
    # border margins
    border_margin 5
    
    # border widt5
    border_width 6
    
    # Default colors and also border colors, grey90 == #e5e5e5
    default_color grey90
    default_shade_color black
    default_outline_color DarkGrey
    
    # Text alignment, other possible values are commented
    #alignment top_left
    alignment top_right
    #alignment bottom_left
    #alignment bottom_right
    
    # Gap between borders of screen and text
    gap_x 24
    gap_y 24
    
    # Subtract file system buffers from used memory?
    no_buffers yes
    
    # set to yes if you want all text to be in uppercase
    uppercase no
    
    #    *** RHYTHMBOX FORMAT SETTINGS ***
    
        ${rhythmbox-client --print-playing}
                  Print the title and artist of the playing song
    
        ${rhythmbox-client --print-playing-format}
                  Print formatted details of the song
    
    #    *** PARAMETERS ***
    
    #       %at    Album title
    #       %aT    Album title in lowercase
    #       %aa    Album artist
    #       %aA    Album artist in lowercase
    #       %ay    Release year of album
    #       %an    Album disc number
    #       %aN    Album disc number with leading zero
    #       %ag    Album genre
    #       %aG    Album genre in lowercase
    #       %tt    Track title
    #       %tT    Track title in lowercase
    #       %ta    Track artist
    #       %tA    Track artist in lowercase
    #       %tn    Track number
    #       %tN    Track number with leading zero
    #       %td    Track duration
    #       %te    Elapsed time of track
    
    #       Variables can be combined using quotes. For example "%tn %aa %tt", will
    #       print the track number followed by the artist  and  the  title  of  the
    #       track.
    
    
    # stuff after 'TEXT' will be formatted on screen
    
    TEXT
    ${font OpenLogos:size=103}${color2}v${font}${voffset -80}${goto 170} ${font Ubuntu-title:bold:size=20}${color FACA61} 12.04
    ${font Sans:size=10}
    ${font DHF Happy Birthday Ryan:bold:size=12}${color FACA61}COMPUTER${color white}${font Sans:size=10} ${hr 2}     
    ${font Sans:size=10}${color white}
              CORE  1                CORE  2
    ${cpugraph cpu1 30,120 FACA61 FACA61}  ${cpugraph cpu2 30,120 FACA61 FACA61}
    
    ${font Sans:size=10}${color white}RAM ${font Sans:size=10}$alignr${color }$memperc% $mem/$memmax
    ${color white}${membar 7,250}
    ${font Sans:size=10}${color }SWAP ${font Sans:size=10}$alignr${color }$swapperc% $swap/$swapmax
    ${color white}${swapbar 7,250}
    
    ${font DHF Happy Birthday Ryan:bold:size=12}${color FACA61}INTERNET ${color white}${font Sans:size=10} ${hr 2}     
    
    ${color white}Down ${color white}${goto 85}${downspeedf eth0}${goto 110}${color white}k/s ${alignr}${goto 140}${color white}Up ${color white}${goto 210}${upspeedf eth0} ${goto 238}${color white}k/s
    ${downspeedgraph eth0 30,120 FACA61 FACA61}  ${upspeedgraph eth0 30,120 FACA61 FACA61}
    ${color white}Total down: ${totaldown eth0} $alignr Total up: ${totalup eth0}
                                                                      
    ${font DHF Happy Birthday Ryan:bold:size=12}${color FACA61}PROCESSES ${color white}${font Sans:size=10} ${hr 2}     
    ${color white}total $alignr $processes
    ${color white}running $alignr $running_processes
    
    Top Processes${alignr}         ID       CPU         MEM
    ${color FACA61}${top name 2} ${alignr}${top pid 2}   ${top cpu 2}    ${top mem 2}
    ${color white}${top name 3} ${alignr}${top pid 3}   ${top cpu 3}    ${top mem 3}
    ${color white}${top name 4} ${alignr}${top pid 4}   ${top cpu 4}    ${top mem 4}
    
    ${font DHF Happy Birthday Ryan:bold:size=12}${color FACA61}TIME${color white}${font Sans:size=10} ${hr 2}   
    
    ${font Ubuntu-title:bold:size=55}${voffset -15}${goto 40}${alignc}${time %H:%M}${font}  
    ${font Ubuntu-title:size=15}${color FACA61}${goto 80}${time %d} ${time  %B} ${time %Y}${color white}
    
    ${font DHF Happy Birthday Ryan:bold:size=12}${color FACA61}SHORT CUTS${color white}${font Sans:size=10} ${hr 2}     
    Alt+F1$alignr Xterm
    Alt+F2$alignr Run Dialog
    Alt+F5$alignr Kill App
    F6$alignr Firefox
    F7$alignr Gedit
    F8$alignr Take Screenshot
    Alt+Space$alignr Menu
    Crt+Drag$alignr Tab App
    Scroll Up/Down$alignr Next Desktop
    
    
    ${execi 30 wmctrl -a conky}
    Attached Images Attached Images
    Last edited by Tigerbloodz; July 7th, 2012 at 04:09 PM.

  7. #20137
    Join Date
    Nov 2008
    Beans
    1

    Re: Post your .conkyrc files w/ screenshots

    Hi here is another conky. enjoy
    Attached Images Attached Images
    Attached Files Attached Files

  8. #20138
    Join Date
    Apr 2012
    Beans
    17

    Re: Post your .conkyrc files w/ screenshots

    Hi,
    Is there a way I can run a conky window in only workspace 4?

    Ubuntu 12.04 LTS 64bit using Unity

  9. #20139
    Join Date
    Feb 2008
    Location
    I'm lost ... HELP!
    Beans
    1,014
    Distro
    Xubuntu

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by tgwaste View Post
    Hi,
    Is there a way I can run a conky window in only workspace 4?

    Ubuntu 12.04 LTS 64bit using Unity
    Below TEXT:
    Code:
    ${if_match "${desktop_name}" == "NameOfDesktop"}
    your conky stuff
    ${endif}
    or
    Code:
    ${if_match ${desktop} == 4}
    your conky stuff
    ${endif}
    Where NameOfDesktop is the name you gave that desktop or 4 is the number of the desktop you want to have your conky on. However, the last time I checked this conflicted with compiz (compiz uses it's own desktop expanding mechanism and all the compiz desktops run in 1 single X desktop).

  10. #20140
    Join Date
    Oct 2009
    Location
    Under a rock
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by miegiel View Post
    Below TEXT:
    Code:
    ${if_match "${desktop_name}" == "NameOfDesktop"}
    your conky stuff
    ${endif}
    or
    Code:
    ${if_match ${desktop} == 4}
    your conky stuff
    ${endif}
    Where NameOfDesktop is the name you gave that desktop or 4 is the number of the desktop you want to have your conky on. However, the last time I checked this conflicted with compiz (compiz uses it's own desktop expanding mechanism and all the compiz desktops run in 1 single X desktop).
    if you do have the single desktop situation, then you can work out a large enough
    Code:
     
    gap_x
    to "push" your conky display to the correct position on desktop 4

    for example, your display is 1000 pixels wide,
    set
    Code:
     
    alignment top_left
    gap_x 3000
    should do it

Page 2014 of 2348 FirstFirst ... 1014151419141964200420122013201420152016202420642114 ... 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
  •