Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: Vervolg: Hoe ziet jouw grafische desktop eruit?  (gelezen 378277 keer)

Offline elendil

  • Lid
Re: Vervolg: Hoe ziet jouw grafische desktop eruit?
« Reactie #2950 Gepost op: 2010/09/17, 20:21:39 »
Sorry, heb vergeten de files erbij te plaatsen :-[

Conky:
# Completely (re)written by John Jones on 09/01/2010
# from other people's code, but it's MY layout, so there.
# Edited, extended and partly rewritten by elendilnl between 15 and 17 sept 2010

# -== Window Layout & Options ==- #
# Screen size = 1440x900
own_window yes                # Boolean. Create own window to draw?
own_window_colour brown            # set a specified background colour (defaults to black). ONLY if Transparent = no, then this has effect.
own_window_transparent yes        # set transparency? sets background opacity to 0%
own_window_type override        # if own_window is yes, you may specify type normal, desktop, dock, panel or override (default: normal)
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes            # Use double buffering (reduces flicker, may not work for everyone)
text_buffer_size 512            # Size of the standard text buffer (default is 256 bytes). # This is NEEDED for the calendar.sh output.
#use_spacer left             # Adds spaces around certain objects to stop them from moving other things around.
use_xft yes                # Use Xft (anti-aliased font and stuff)
alignment bl                # Screen placement
gap_x 5                    # gap_x is the distance from the edge of your screen - relative to Alignment value
gap_y 33                # gap_y is the distance from the top/bottom edge of your screen.

# -== Colors, Sizes, & Margins ==- #
update_interval .5            # update_interval in seconds  
minimum_size 1680 150            # minimum_size in pixels = width, then height 1439 113
maximum_width 1680            # Maximum width of window in pixels 1439
stippled_borders 3            # Border stippling (dashing) in pixels
border_width 0                # Window's border width in pixels.
default_color white            # Default color and border color
pad_percents 2                # Pad percentages to this many decimals (0 = no padding)
top_name_width 7            # Width for $top name value (defaults to 15 characters)
default_bar_size 600 6            # Specify a default width and height for bars
short_units yes                # Shortens units to a single character (kiB->k, GiB->G, etc.). Default is off

# -== Text ==- #
draw_outline yes            # Boolean. Draw outlines?    
draw_borders no                # Boolean. Draw borders around text?
font Andale mono:size=8:weight=bold    # Font name in X
uppercase no                # Boolean value, if true, text is rendered in upper case
draw_shades yes                # Boolean. Draw shades?
mail_spool $MAIL            # localmail spool count


TEXT                     # stuff after 'TEXT' will be formatted on screen
${color}Audacious

Track: ${color 2499ff}${exec audtool playlist-position}${color}
Title: ${color 9acd32}${exec audtool current-song}
${color ffe7ba}Time : ${color 2499ff}${exec audtool current-song-output-length}/${exec audtool current-song-length}
${color 9acd32}${execbar expr 100 \* $(audtool --current-song-output-length-seconds) \/ $(audtool --current-song-length-seconds)}
${if_running rhythmbox}
${color}Rhythmbox

${color ffe7ba}Title : ${color 9acd32}${execi 20 rhythmbox-client --no-start --print-playing-format "%tt"}${color}
${color ffe7ba}Album : ${color 2499ff}${execi 20 rhythmbox-client --no-start --print-playing-format "%at"}$alignr${color ffe7ba}${goto 400}CD   : ${color 2499ff}${execi 20 rhythmbox-client --no-start --print-playing-format "%aN"}${color}
${color ffe7ba}Artist: ${color 2499ff}${execi 20 rhythmbox-client --no-start --print-playing-format "%aa"}$alignr${color ffe7ba}${goto 400}Track: ${color 2499ff}${execi 20 rhythmbox-client --no-start --print-playing-format "%tN"}${color}
${color #ffe7ba}Time  : ${color 9acd32}${execi 1 rhythmbox-client --no-start --print-playing-format "%te / %td"}$alignr${color ffe7ba}${goto 400}Year : ${color 2499ff}${execi 20 rhythmbox-client --no-start --print-playing-format "%ay"}${color}
${color 9acd32}${execbar sh /home/elendil/conky/.rhythmboxbar.sh}
${else}
${color1}Rhythmbox ${color red}not${color} playing
$endif
$color${color blue}${hr 1}$color$font
# Line 1 --------------------------------
${color red}System Information$color${goto 300}${color white}Top 5 Processes$color${goto 600}${color cyan}Drives and Partitions$color${color yellow}${goto 950}Network Statistics$color${goto 1260}${color green}CPU, RAM, Swap${goto 1560}${color orange}Temp and Fans$color
# Line 2 --------------------------------
${color fdfe6c}${time %A}, ${time %e} ${time %B} ${time %G}${goto 215}${time %H:%M:%S}$color${goto 300}${color #ff9999}NAME${goto 400}PID${goto 454}CPU${goto 508}MEMScolor${goto 600}${color fe6c6c}root    : ${fs_bar 6,100 /}  ${fs_used /} ${goto 810}/ ${fs_size /} ${color fe6c6c} ${fs_used_perc /} %${color}$color${goto 950}Local IP : ${color orange}${addr eth0}${goto 1260}${color fe6c6c}CPU 1 ${cpubar cpu1 6,150} ${goto 1460}${cpu cpu1} ${goto 1485}%${goto 1560}${color}CPU  :   ${color orange}${execpi 5 sensors | grep 'temp1' | cut -c15-16}${color} °C
# Line 3 --------------------------------
${color white}Uptime${goto 100}: ${color orange}${uptime}$color${goto 300}${color red}1. ${top name 1}${goto 392}${top pid 1}${goto 440}${top cpu 1}${goto 494}${top mem 1}${goto 600}${color orange}stories : ${fs_bar 6,100 /media/stories}  ${fs_used /media/stories} ${goto 810}/ ${fs_size /media/stories} ${color orange}  ${fs_used_perc /media/stories} %${color}${goto 950}Public IP: ${color orange}${execi 3600 wget -O- http://whatismyip.org/ | tail}${goto 1260}${color fdfe6c}CPU 2 ${cpubar cpu2 6,150} ${goto 1460}${cpu cpu2} ${goto 1485}%${goto 1560}${color}MB   :   ${color orange}${execpi 5 sensors | grep 'temp3' | cut -c15-16}${color} °C
# Line 4 --------------------------------
${color white}Kernel: $sysname $kernel on $machine}$color${goto 300}${color ff8c00}2. ${top name 2}${goto 392}${top pid 2}${goto 440}${top cpu 2}${goto 494}${top mem 2}${goto 600}${color fdfe6c}movies  : ${fs_bar 6,100 /media/movies}  ${fs_used /media/movies} ${goto 810}/ ${fs_size /media/movies} ${color fdfe6c}  ${fs_used_perc /media/movies} %${color}${goto 950}Upload Speed   = ${color green}${upspeed eth0}/s${color}${goto 1110}${upspeedgraph eth0 10,100 81ff81 00ff00 -l -t}${goto 1260}${color 6ffe6c}CPU 3 ${cpubar cpu 3 6,150} ${goto 1460}${cpu cpu3} ${goto 1485}%${goto 1560}${color}Fan 1: ${color orange}${execpi 5 sensors | grep 'fan1' | cut -c13-16}${color} rpm
# Line 5 --------------------------------
${color white}Conky Version${goto 100}: ${execi 600 /usr/bin/conky -v  | head -1 | awk '{print $2}'}$color${goto 300}${color ff8c00}3. ${top name 3}${goto 392}${top pid 3}${goto 440}${top cpu 3}${goto 494}${top mem 3}${goto 600}${color 6ffe6c}music   : ${fs_bar 6,100 /media/music}  ${fs_used /media/music} ${goto 810}/ ${fs_size /media/music} ${color 6ffe6c}  ${fs_used_perc /media/music} %${color} ${goto 950}Download Speed = ${color red}${downspeed eth0}/s${color}${goto 1110}${downspeedgraph eth0 10,100 ff8181 fa0000 -l -t}${goto 1260}${color 03c2fb}CPU 4 ${cpubar cpu4 6,150} ${goto 1460}${cpu cpu4} ${goto 1485}%${goto 1560}${color}Fan 2: ${color orange}${execpi 5 sensors | grep 'fan2' | cut -c13-16}${color} rpm
#Line 6 ---------------------------------
${color white}Processes${goto 100}: ${color orange}$running_processes/$processes$color${goto 300}${color ff8c00}4. ${top name 4}${goto 392}${top pid 4}${goto 440}${top cpu 4}${goto 494}${top mem 4}${goto 600}${color 6ceffe}video   : ${fs_bar 6,100 /media/video}  ${fs_used /media/video} ${goto 810}/ ${fs_size /media/video} ${color 6ceffe}  ${fs_used_perc /media/video} %${color}$color${goto 950}Total Upload   = ${totalup eth0}${goto 1260}${color dark grey}RAM   ${membar 6,150} ${goto 1460}$memperc ${goto 1485}%${goto 1560}${color}Fan 3: ${color orange}${execi 5 sensors | grep 'fan3' | cut -c13-16}${color} rpm
# Line 7 --------------------------------
${color white}Hostname${goto 100}: $nodename  10.4.1 LTS$color${goto 300}${color ff8c00}5. ${top name 5}${goto 392}${top pid 5}${goto 494}${top mem 5}$color${goto 600}${color 6c7bfe}software: ${fs_bar 6,100 /media/software}  ${fs_used /media/software} ${goto 810}/ ${fs_size /media/software} ${color 6c7bfe} ${fs_used_perc /media/software} %${color}$color${goto 950}Total Download = ${totaldown eth0}${goto 1260}${color 43423e}Swap  ${color 43423e}${swapbar 6,150} ${goto 1460}$swapperc ${goto 1485}%$color${goto 1560}HD 1 :   ${color orange}${hddtemp /dev/sda}${color} °C
# Line 8 --------------------------------
${color}Processor${goto 100}: AMD Phenom II X4 920${goto 600}${color fe6cf8}elements: ${fs_bar 6,100 /media/Elements}  ${fs_used /media/Elements} ${goto 810}/ ${fs_size /media/Elements} ${color fe6cf8}  ${fs_used_perc /media/Elements} %${color}${goto 1560}HD 2 :   ${color orange}${hddtemp /dev/sdb}${color} °C
# Line 9 --------------------------------
${color}Freqency${goto 100}: ${color orange}${freq_g cpu0} ${color}GHz${goto 300}${color #ff9999}System load 1-5-15 min: ${color yellow}${loadavg}${goto 600}${color}HD Read : ${diskiograph_read 10,100 81ff81 00ff00 -l -t}  ${color green}${diskio_read}
# Line 10 -------------------------------
${goto 600}${color}HD Write: ${diskiograph_write 10,100 ff8181 fa0000 -l -t}  ${color red}${diskio_write}
# Line 11 -------------------------------
$color${color blue}${hr 1}$color$font
# Calendar ------------------------------
${alignc}${font DejaVu Sans Mono:size=12}${execpi 300 date "+%A %e %B, %G"}$font

${alignc}${font DejaVu Sans Mono:size=10}${execpi 3600 /home/elendil/conky/Calendar/calendar.sh -l en|sed 's/^/\${goto 444}/'}$font${goto 100}${font DejaVu Sans Mono:size=9}${color3}$font

Rhythmbox:
#!/bin/bash
# barra de % para rhythmbox
x=`rhythmbox-client --no-start --print-playing-format "%td" | tr -d ":" | sed 's#Not playing##'`;
y=`rhythmbox-client --no-start --print-playing-format "%te" | tr -d ":" | sed 's#Not playing##'`;
x=$(($x+0));
y=$(($y+0));
test $x -eq 0 && x=100;
z=$((100000/ $x * $y /1000));
test $z -gt 100 && echo 100 || echo $z;

x=`rhythmbox-client --no-start --print-playing-format "%td" | tr -d ":" | sed 's#Not playing##'`;y=`rhythmbox-client --no-start --print-playing-format "%te" | tr -d ":" | sed 's#Not playing##'`;x=$(($x+0));y=$(($y+0));test $x -eq 0 && x=100;z=$((100000/ $x * $y /1000));test $z -gt 100 && echo 100 || echo $z;


# By meduza

Horizontal calender:
background no
use_xft yes
#xftfont terminus:size=8
xftalpha 0.2
update_interval 1
total_run_times 0
own_window yes
own_window_type normal
own_window_transparent yes
#own_window_colour red
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_class conky
double_buffer yes
no_buffers yes
cpu_avg_samples 2
net_avg_samples 2
use_spacer none
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
border_inner_margin 0
border_outer_margin 0
override_utf8_locale yes

# Alignment
border_width 1
alignment bm
minimum_size 1110 1 # Width x Height
maximum_width 1110
gap_y 0
gap_x 0


uppercase no
text_buffer_size 2048
#imlib_cache_size 0

TEXT
${alignc}${execpi 300 date "+%A %B %d, %Y"}
${font DejaVu Sans Mono:bold:size=15}${execpi 3600 /home/JJ/Documents/Conky/calendar/calendar.sh -l en|sed 's/^/\${goto 5}/'}${goto 1190}${voffset -15}${font DejaVu Sans Mono:bold:size=20}${color3}

Horizontal calendar script:
#!/bin/bash
cd $(dirname $0)
# horizontal and vertical calendar for conky by ans
# Updated by: mobilediesel, dk75, Bruce, Crinos512, et al.
############################################################
# This work is licensed under the Creative Commons         #
# Attribution-Share Alike 3.0 Unported License.            #
# To view a copy of this license, visit                    #
# http://creativecommons.org/licenses/by-sa/3.0/           #
# or send a letter to Creative Commons, 171 Second Street, #
# Suite 300, San Francisco, California, 94105, USA.        #
############################################################
# locale depend week day names
# The 'lang' file must be in the same directory as this script.
# Horizontal and English are the defaults:
#     conkycal.sh
# Make it vertical:
#     conkycal.sh -v
# Change the language to Spanish:
#     conkycal.sh -l es
# Or both at once:
#     conkycal.sh -v -l es
# The order of the arguments doesn't matter:
#     conkycal.sh -l es -v
# Need to use a goto:
#     conkycal.sh -l es|sed 's/^/\${goto 240}/'
# or a goto and a tab:
#     conkycal.sh |sed -e 's/^/\${goto 240}/' -e 's/$/\${tab 20}/'
DOW=("Mo" "Tu" "We" "Th" "Fr" "Sa" "Su")
while getopts ":vl:" opts; do
case "$opts" in
l) lang=$OPTARG;;
v) orientation="$opts";;
esac
done
if [ -f lang ]; then
    . lang
fi
COLOROLD="445566" #MidSlateGrey
COLORTODAY="F31010" #Red
COLORREST="445566" #MidSlateGrey
COLORNEXT="778899" #LightSlateGrey
COLORSATURDAY="00BFFF" #DeepSkyBlue
COLORSUNDAY="00BFFF" #DeepSkyBlue
COLOR=("" "" "" "" "" "\${color $COLORSATURDAY}" "\${color $COLORSUNDAY}")
COLOREND=("" "" "" "" "" "" "\${color}")

TODAY=$(date +%-d)
LASTDAY=$(date -d "-$TODAY days +1 month" +%d)
FIRSTDAY=$(date -d "-$[$TODAY-1] days" +%u)

# horizontal function
h () {
# Build $TOPLINE
k=$FIRSTDAY
for j in {1..31}; do
  x=$[j+LASTDAY/j]
  case $j in
      ${j/#$x})    TOPLINE="$TOPLINE ${COLOR[$[k-1]]}${DOW[$[k-1]]}${COLOREND[$[k-1]]}";;
      $[LASTDAY+1])    TOPLINE="$TOPLINE \${color $COLORNEXT}${DOW[$[k-1]]}";;
      *)        TOPLINE="$TOPLINE ${DOW[$[k-1]]}";;
  esac
  k=$[${k/#7/0}+1]
done

BOTTOM="\${color $COLOROLD}$(seq -w -s ' ' $LASTDAY|sed "0,/[0-3]*$TODAY \?/s//\${color $COLORTODAY}&\${color $COLORREST}/") \${color $COLORNEXT}$(seq -w -s ' ' 0$[31-$LASTDAY])"

echo "${TOPLINE/# /}"
echo "$BOTTOM\${color}"
}

#vertical function
v () {
for i in $(seq 1 $[TODAY-1]); do
    TODAYC[$i]="\${color $COLOROLD}"
done
TODAYC[$TODAY]="\${color $COLORTODAY}"
for i in $(seq $[TODAY+1] $LASTDAY); do
    TODAYC[$i]="\${color $COLORREST}"
done

k=$FIRSTDAY
for j in $(seq $LASTDAY); do
      echo  "${COLOR[$[k-1]]}${DOW[$[k-1]]} ${TODAYC[$j]}$(printf "%02d" $j)\${color}"
  k=$[${k/#7/0}+1]
done
}

# call function based on "$orientation"
${orientation:-h}

Horizontal calender language:
case ${lang:-$LANG} in
    af* )  DOW=("Ma" "Di" "Wo" "Do" "Vr" "Sa" "So");;            # Afrikaans (Afrikaans)
    be* )  DOW=("Па" "Аў" "Се" "Ча" "Пя" "Су" "Ня");;            # Belarusian (Беларуская)
    bs* )  DOW=("Po" "Ut" "Sr" "Če" "Pe" "Su" "Ne");;            # Bosnian (Bosanac)
    bg* )  DOW=("По" "Вт" "Ср" "Че" "Пе" "Съ" "Не");;            # Bulgarian (Български)
    zh* )  DOW=("周一" "周二" "周三" "周四" "周五" "周六" "周天");;        # Chinese (中文)
    hr* )  DOW=("Po" "Ut" "Ut" "Sr" "Če" "Su" "Ne");;            # Croatian (Hrvatska)
    cs* )  DOW=("Po" "Út" "St" "Čt" "Pá" "So" "Ne");;            # Czech (Čeština)
    da* )  DOW=("Ma" "Ti" "On" "To" "Fr" "Lø" "Sø");;            # Danish (Dánština)
    nl* )  DOW=("Ma" "Di" "Wo" "Do" "Vr" "Za" "Zo");;            # Dutch (Nederlandse)
    de* )  DOW=("Mo" "Di" "Mi" "Do" "Fr" "Sa" "So");;            # German (Deutche)
    el* )  DOW=("Δε" "Τρ" "Τε" "Πέ" "Πα" "Σά" "Κυ");;            # Greek (Ελληνικά)
    et* )  DOW=("Es" "Te" "Ko" "Ne" "Re" "La" "Pü");;            # Estonian (Eesti)
    tl* )  DOW=("Lu" "Ma" "Mi" "Hu" "Bi" "Sa" "Li");;            # Filipino (Filipino)
    fi* )  DOW=("Ma" "Ti" "Ke" "To" "Pe" "La" "Su");;            # Finnish (Suomen)
    fr* )  DOW=("Lu" "Ma" "Me" "Je" "Ve" "Sa" "Di");;            # French (Français)
    gl* )  DOW=("Lu" "Ma" "Mé" "Xo" "Ve" "Sá" "Do");;            # Galician (Galego)
    hi* )  DOW=("सोम" "मंगल" "बुध" "गुरु" "शुक्र" "शनि" "सूर्य")    ;;            # Hindi (हिन्दी)
    hu* )  DOW=("Hé" "Ke" "Se" "Cü" "Pé" "So" "Va");;            # Hungarian (Magyar)
    is* )  DOW=("Má" "Þr" "Mi" "Fi" "Fö" "La" "Su");;            # Icelandic (Íslenska)
    id* )  DOW=("Se" "Se" "Ra" "Ka" "Ju" "Sa" "Mi");;            # Indonesian (Indonesia)
    it* )  DOW=("Lu" "Ma" "Me" "Gi" "Ve" "Sa" "Do");;            # Italian (Italiano)
    ja* )  DOW=("月曜" "火曜" "水曜" "木曜" "金曜" "土曜" "日曜");;        # Japanese (日本語) x
    ko* )  DOW=("월요" "화요" "수요" "목요" "금요" "토요" "일요");;        # Korean (한국어) x
    lv* )  DOW=("Pr" "Ot" "Tr" "Ce" "Pe" "Se" "Sv");;            # Latvian (Latviešu)
    lt* )  DOW=("pi" "an" "tr" "ke" "pe" "še" "se");;            # Lithuanian (Lietuviškai)
    mk* )  DOW=("По" "Вт" "Ср" "Че" "Пе" "Са" "Не");;            # Macedonian (Македонски)
    ml* )  DOW=("Is" "Se" "Ra" "Ra" "Ju" "Sa" "Mi");;            # Malayam (Bahasa Melayu)
    nb* )  DOW=("ma" "ti" "on" "to" "fr" "lø" "sø");;            # Norwegian (Norsk)
    pl* )  DOW=("Po" "Wt" "Śr" "Cz" "Pt" "So" "Nd");;            # Polish (Polska)
    pt* )  DOW=("Sq" "Te" "Qa" "Qi" "Se" "Sá" "Do");;            # Portuguese (Português)
    ro* )  DOW=("Lu" "Ma" "Mi" "Jo" "Vi" "Sa" "Du");;            # Romanian (Român)
    ru* )  DOW=("По" "Вт" "Ср" "Че" "Пя" "Су" "Во");;            # Russian (Русский)
    sr* )  DOW=("Po" "Ut" "Sr" "Če" "Pe" "Su" "Ne");;            # Serbian (Српски)
    sk* )  DOW=("Po" "Ut" "St" "Št" "Pi" "So" "Ne");;            # Slovak (Slovenčina)
    sl* )  DOW=("Po" "To" "Sr" "Če" "Pe" "So" "Ne");;            # Slovenian (Slovenski)
    es* )  DOW=("Lu" "Ma" "Mi" "Ju" "Vi" "Sá" "Do");;            # Spanish (Español)
    sv* )  DOW=("Må" "Ti" "On" "To" "Fr" "Lö" "Sö");;            # Swedish (Svenska)
    tr* )  DOW=("Pa" "Sa" "Ça" "Pe" "Cu" "Cu" "Pa");;            # Turkish (Türkçe)
    uk* )  DOW=("По" "Ві" "Се" "Че" "Пя" "Су" "Не");;            # Ukrainian (Українська)
        * ) DOW=("Mo" "Tu" "We" "Th" "Fr" "Sa" "Su") ;;
esac

Rhythmboxbar script:
#!/bin/bash
# barra de % para rhythmbox
x=`rhythmbox-client --no-start --print-playing-format "%td" | tr -d ":" | sed 's#Not playing##'`;
y=`rhythmbox-client --no-start --print-playing-format "%te" | tr -d ":" | sed 's#Not playing##'`;
x=$(($x+0));
y=$(($y+0));
test $x -eq 0 && x=100;
z=$((100000/ $x * $y /1000));
test $z -gt 100 && echo 100 || echo $z;

x=`rhythmbox-client --no-start --print-playing-format "%td" | tr -d ":" | sed 's#Not playing##'`;y=`rhythmbox-client --no-start --print-playing-format "%te" | tr -d ":" | sed 's#Not playing##'`;x=$(($x+0));y=$(($y+0));test $x -eq 0 && x=100;z=$((100000/ $x * $y /1000));test $z -gt 100 && echo 100 || echo $z;


# By meduza:
« Laatst bewerkt op: 2010/09/17, 20:28:40 door heir4c »


-=[ Not all those who wander are lost ]=-

Offline heir4c

  • Lid
Re: Vervolg: Hoe ziet jouw grafische desktop eruit?
« Reactie #2951 Gepost op: 2010/09/17, 20:28:02 »
Elendil,
Ik ben even bezig met je code-tags aan te passen. Dus niet verschieten van de veranderingen. Laatsten staan al in een code kader. Ik ga nog even een paar code-tags weghalen (begin en einde).
Even geduld. ThX


Edit: ok, nu staat alles goed.

Met vriendelijke groet,
heir4c
Tip: https://makkelijkelinuxtips.blogspot.com/p/1.html en http://wiki.ubuntu-nl.org/   Upload-site:http://imgur.com/
be Open be Free be Ubuntu

Offline elendil

  • Lid
Re: Vervolg: Hoe ziet jouw grafische desktop eruit?
« Reactie #2952 Gepost op: 2010/09/17, 20:33:08 »
heir4c, wat heb ik fout gedaan (kan ik er in de toekomst rekening mee houden)  ;)


-=[ Not all those who wander are lost ]=-

Re: Vervolg: Hoe ziet jouw grafische desktop eruit?
« Reactie #2953 Gepost op: 2010/09/17, 20:35:39 »
Heb voor de eenvoud even de verwijzing naar de post van Elendil bij mijn bladwijzers gezet, met titeltje HorizontalConky. Mezelf kennende ga ik het zo sneller terugvinden dan wanneer ik ze nu download XD
Omwille van de besparingen hebben ze het licht aan het eind van de tunnel ook uitgedaan...

Offline heir4c

  • Lid
Re: Vervolg: Hoe ziet jouw grafische desktop eruit?
« Reactie #2954 Gepost op: 2010/09/17, 20:40:07 »
Je had in het begin (vóór het woordje 'Sorry.....) 2x de begin code tag gezet en onderaan 3x de eind code tag.
En eerst had je onderaan in plaats van een begin code tag een eind code tag geplaatst. Een eind-tag begin met het haakje [ en dan komt er een / voor het woordje 'code'. Ook in andere tags heeft de eind-tag deze slash voor het woordje.

Heb dus de twee code tags in het begin verwijderd en aan het einde twee eind-tags verwijderd.
Ook die "verkeerde" begin tag bij het laatste code kader heb ik veranderd.


Als je iets tussen tags plaatst kan je gewoon op het icoontje met de # klikken (boven het antwoord invulveld) en dan zie je de begin en de einde tag staan. Daar tussen plaats je dan je tekst.
Voor elke nieuwe kader klik je dan op dat icoontje en plaats je daar de tekst tussen.

Zo ook voor de ander tags. Bijv. de "citaat" tag. Daarvoor klik je op het icoontje met het 'tekstballonnetje".

Met vriendelijke groet,
heir4c
« Laatst bewerkt op: 2010/09/17, 20:43:42 door heir4c »
Tip: https://makkelijkelinuxtips.blogspot.com/p/1.html en http://wiki.ubuntu-nl.org/   Upload-site:http://imgur.com/
be Open be Free be Ubuntu

Offline elendil

  • Lid
Re: Vervolg: Hoe ziet jouw grafische desktop eruit?
« Reactie #2955 Gepost op: 2010/09/17, 21:11:26 »
Bedankt voor de uitleg heir4c, en ook voor de aanpassingen!


-=[ Not all those who wander are lost ]=-

Offline heir4c

  • Lid
Re: Vervolg: Hoe ziet jouw grafische desktop eruit?
« Reactie #2956 Gepost op: 2010/09/17, 21:36:10 »
Graag gedaan, altijd welkom.  =D
Tip: https://makkelijkelinuxtips.blogspot.com/p/1.html en http://wiki.ubuntu-nl.org/   Upload-site:http://imgur.com/
be Open be Free be Ubuntu

Offline slayer677

  • Lid
Re: Vervolg: Hoe ziet jouw grafische desktop eruit?
« Reactie #2957 Gepost op: 2010/09/18, 14:50:56 »
het een en ander terug veranderd
thema is het standaard blauwe thema in ubuntu

http://imgur.com/eAMNp

Offline Suns

  • Lid
Re: Vervolg: Hoe ziet jouw grafische desktop eruit?
« Reactie #2958 Gepost op: 2010/09/18, 18:13:09 »
het een en ander terug veranderd
thema is het standaard blauwe thema in ubuntu

http://imgur.com/eAMNp


ziet er leuk uit.
13th Gen Intel® Core™ i5-1340P × 16
geheugen 64,0 GiB

Linux Counter - user #51039

Offline slayer677

  • Lid
Re: Vervolg: Hoe ziet jouw grafische desktop eruit?
« Reactie #2959 Gepost op: 2010/09/19, 18:15:19 »

Re: Vervolg: Hoe ziet jouw grafische desktop eruit?
« Reactie #2960 Gepost op: 2010/09/19, 18:23:29 »
Prachtig Elendil!Hoe kan ik dat ook zo krijgen,al is het niet met alles?
Doe rustig aan,ben ik ook de hele dag druk mee.

Offline elendil

  • Lid
Re: Vervolg: Hoe ziet jouw grafische desktop eruit?
« Reactie #2961 Gepost op: 2010/09/20, 02:37:07 »
weer veranderd

http://imgur.com/YSQCt
Persoonlijk vind ik deze mooier, de andere leek me teveel op Windows :)


-=[ Not all those who wander are lost ]=-

Offline elendil

  • Lid
Re: Vervolg: Hoe ziet jouw grafische desktop eruit?
« Reactie #2962 Gepost op: 2010/09/20, 02:52:41 »
Prachtig Elendil!Hoe kan ik dat ook zo krijgen,al is het niet met alles?
In bericht #6935 staan alle benodigde files.

http://img195.imageshack.us/img195/6956/ubuntudragon.png

En hier de achtergrond, als je die ook wilde hebben.


-=[ Not all those who wander are lost ]=-

Re: Vervolg: Hoe ziet jouw grafische desktop eruit?
« Reactie #2963 Gepost op: 2010/09/20, 09:12:24 »
 ??? ???
Misschien kan je beter even aan geven op welke pagina ze staan?? :)
Doe rustig aan,ben ik ook de hele dag druk mee.


Re: Vervolg: Hoe ziet jouw grafische desktop eruit?
« Reactie #2965 Gepost op: 2010/09/20, 10:10:22 »
En die code zet je gewoon in Terminal??
Doe rustig aan,ben ik ook de hele dag druk mee.

Offline heir4c

  • Lid
Re: Vervolg: Hoe ziet jouw grafische desktop eruit?
« Reactie #2966 Gepost op: 2010/09/20, 10:12:38 »
Die codes zijn voor de Conky, daarvan weet ik niets maar er is een topic over hoe en wat met Conky (In geval je dit niet mocht weten): http://forum.ubuntu-nl.org/etalage/post-hier-je-conkyrc-plus-een-screenshot-%29/
Tip: https://makkelijkelinuxtips.blogspot.com/p/1.html en http://wiki.ubuntu-nl.org/   Upload-site:http://imgur.com/
be Open be Free be Ubuntu

Re: Vervolg: Hoe ziet jouw grafische desktop eruit?
« Reactie #2967 Gepost op: 2010/09/20, 10:43:14 »
Poe!Daar deins ik even voor teug,als je het niet erg vind.Hou ik me nog maar even aan GKrell vast. =D
Doe rustig aan,ben ik ook de hele dag druk mee.

Offline elendil

  • Lid
Re: Vervolg: Hoe ziet jouw grafische desktop eruit?
« Reactie #2968 Gepost op: 2010/09/20, 12:19:01 »
Toegegeven, als je moet beginnen met minimale voorbeelden, dan gaat er nogal wat tijd in zitten.
Maar gaandeweg leer je er mee omgaan, zie je meer mogelijkheden en heb je op een gegeven moment een systeemoverzicht waarvan je kunt zeggen "heb ik toch maar even zelf voor elkaar gekregen!".
Op het internationale forum http://ubuntuforums.org/showthread.php?t=281865 vind je honderden pagina's met hulp, voordelen, mogelijkheden.


-=[ Not all those who wander are lost ]=-

Re: Vervolg: Hoe ziet jouw grafische desktop eruit?
« Reactie #2969 Gepost op: 2010/09/27, 20:20:14 »
Een mix tussen oud en nieuw: Ubuntu 10.10 met een 8.04-thema



EXTERMINATE!
NOBODY expects the Spanish Inquisition!

Offline elendil

  • Lid
Re: Vervolg: Hoe ziet jouw grafische desktop eruit?
« Reactie #2970 Gepost op: 2010/09/27, 21:14:06 »
Wow!!!!
Zit die achtergrond in 10.10?


-=[ Not all those who wander are lost ]=-

Re: Vervolg: Hoe ziet jouw grafische desktop eruit?
« Reactie #2971 Gepost op: 2010/09/27, 21:18:26 »
Nee, jammer genoeg niet. Het zijn Daleks uit Doctor Who. Ik heb de achtergrond via Google gevonden op deze site, onder het kopje 'New Series Daleks'.
NOBODY expects the Spanish Inquisition!

Re: Vervolg: Hoe ziet jouw grafische desktop eruit?
« Reactie #2972 Gepost op: 2010/09/27, 21:41:30 »
mooi gemaakt

maar ik denk dat de nieuwe daleks uit de allernieuwste serie (nog niet in nederland) mooier zijn.
weer terug van weg geweest gebruik ubuntu 12.04 weer

Re: Vervolg: Hoe ziet jouw grafische desktop eruit?
« Reactie #2973 Gepost op: 2010/10/08, 15:51:09 »
Ziet er strak uit Femke98. :)
In der Beschränkung zeigt sich der Meister.

jesse2314

  • Gast
Re: Vervolg: Hoe ziet jouw grafische desktop eruit?
« Reactie #2974 Gepost op: 2010/10/08, 15:59:09 »
Mooi femke ;)