السلام عليكم و رحمه الله و بركاتهالموضوع واضح من عنوانه
كل من لديه كود لـ Conky System Monitor او بمعنى اوضح ملف الـ Conkyrc
يتكرم بوضع الكود و صوره للـConky على سطح المكتب
انا سأبدأ
سطح مكتبى
conkyrc
كود PHP:
# 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
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# fiddle with window
use_spacer yes
use_xft no
# Update interval in seconds
update_interval 3.0
# Minimum size of text area
# minimum_size 250 5
# Draw shades?
draw_shades no
# Text stuff
draw_outline no # amplifies text if yes
draw_borders no
font arial
uppercase no # set to yes if you want all text to be in uppercase
# Stippled borders?
stippled_borders 3
# border margins
border_margin 9
# border width
border_width 10
# Default colors and also border colors, grey90 == #e5e5e5
default_color grey
own_window_colour black
own_window_transparent yes
# 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 10
gap_y 10
# stuff after 'TEXT' will be formatted on screen
TEXT
$color
${color orange}SYSTEM ${hr 2}$color
$nodename $sysname $kernel on $machine
${color orange}CPU ${hr 2}$color
${freq}MHz Load: ${loadavg} Temp: ${acpitemp}
$cpubar
${cpugraph 000000 ffffff}
NAME PID CPU% MEM%
${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
${color orange}MEMORY / DISK ${hr 2}$color
RAM: $memperc% ${membar 6}$color
Swap: $swapperc% ${swapbar 6}$color
sda1: ${fs_free_perc /}% ${fs_bar 6 /}$color
sda2: ${fs_free_perc /media/disk0}% ${fs_bar 6 /media/disk0}
IP: ${color orange}${addr eth0} ${color grey} Public IP: ${color orange}${execi 3605 curl 'http://www.whatismyip.org'}${color grey}
Down: $color${downspeed eth0} k/s ${alignr}Up: ${upspeed eth0} k/s
${downspeedgraph eth0 25,140 000000 ff0000} ${alignr}${upspeedgraph eth0
25,140 000000 00ff00}$color
Total: ${totaldown eth0} ${alignr}Total: ${totalup eth0}
Inbound: ${tcp_portmon 1 32767 count} Outbound: ${tcp_portmon 32768
61000 count}${alignr}Total: ${tcp_portmon 1 65535 count}
${color orange}FORTUNE ${hr 2}$color
${execi 120 fortune -s | fold -w50}
لمن لا يعرف Conky
لتثبيت البرنامج
sudo apt-get install conky
ثم اذهب الى ملف Home و قم بأنشاء ملف نصى بأسم .conkyrc
مع ملاحظه النقطه بجانب الاسم "ملف مخفى"
ثم اطبع الكود السابق بداخله
و احفظ Save
اذهب الى الطرفيه و اكتب conky
فى انتظار اكواد الconkyrc يا شباب
فى رعايه الله
التعديل الأخير تم بواسطة Mohamed Nasser ; 05-05-2009 الساعة 09:28 PM
كود PHP:# conky configuration
# set to yes if you want Conky to be forked in the background
background no
# Use Xft?
use_xft yes
# Xft font when Xft is enabled
#xftfont Liberation Mono:pixelsize=11
#xftfont terminus:pixelsize=8
xftfont standard 07_56:size=6
# Text alpha when using Xft
xftalpha 0.8
# Print everything to console?
# out_to_console no
# 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
# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_transparent no
own_window_type desktop
own_window_hints below,undecorated,sticky,skip_taskbar
#own_window_colour 222222
#own_window_type desktop
#own_window_hints below
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# Minimum size of text area
minimum_size 1276
maximum_width 1276
# Draw shades?
draw_shades no
# Draw outlines?
draw_outline no
# Draw borders around text
draw_borders no
# Stippled borders?
#stippled_borders 0
# border margins
#border_margin 5
# border width
border_width 1
# Default colors and also border colors
default_color dddddd
default_border_color white
default_shade_color black
default_outline_color black
# 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
# same thing as passing -x at command line
gap_x 0
gap_y 2
# Subtract file system buffers from used memory?
no_buffers yes
# set to yes if you want all text to be in uppercase
uppercase no
# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2
# set to 1 to disable averaging
net_avg_samples 2
# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes
use_spacer yes
TEXT
${color #979797}RAM: ${color }$mem / $memmax :: ${color #979797}ROOT: ${color }${fs_free /} free :: ${color #979797}HOME: ${color }${fs_free /home} free :: ${color #979797}TEMP: ${color }${execi 5 cat /proc/acpi/thermal_zone/THRM/temperature | awk {'print $2 "°C"'}} :: ${color #979797}CPU: ${color }$cpu% / ${freq_g}GHz / ${execi 5 cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor} :: ${color #979797}BAT: ${color }${battery BAT1} ${alignr 4}${color #979797}MAIL: ${color}${execi 300 python /home/filip/scripts/gmail.py} :: ${color }${color}${time %A}, ${time %e %B} ${color #979797}${font standard 07_63:size=6}${time %H:%M}
Conky يتيح رصد جميع المتغيرات من النظام : وحدة المعالجة المركزية والذاكرة ، والمقايضة ، ومساحة القرص ، ودرجة الحرارة ، والتحميل ، ونظام الرسائل ، وأكثر من ذلك بكثير. العرض الذي يمكن عمله في الخلفية على سطح المكتب.
متكلم العامية...من تحسب نفسك
حسبنا الله ونعم الوكيل
@فارسـكو
Top Conky رائع .. تسلم ايدك
@firewall
شكـرا على الاضافه الجميله ;)
هو نفسه الكونكى الافتراضى لكن ببعض التعديلات و تغيير للالوان بواسطتى
كود PHP:alignment top_right
background no
border_width 1
cpu_avg_samples 2
default_color grey
default_outline_color white
default_shade_color white
draw_borders no
draw_graph_borders yes
draw_outline no
draw_shades no
use_xft yes
xftfont DejaVu Sans Mono:size=10
gap_x 5
gap_y 15
minimum_size 5 5
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_type desktop
stippled_borders 0
update_interval 1.0
uppercase no
use_spacer none
show_graph_scale no
show_graph_range no
TEXT
$hr
${color yellow}SYSTEM ${hr 2}$color
$nodename $sysname $kernel on $machine
###${scroll 16 $nodename - $sysname $kernel on $machine | }
$hr
${color red}Uptime:$color $uptime
${color red}Frequency (in MHz):$color $freq
${color red}Frequency (in GHz):$color $freq_g
${color red}RAM Usage:$color $mem/$memmax - $memperc% ${membar 4}
${color red}Swap Usage:$color $swap/$swapmax - $swapperc% ${swapbar 4}
${color red}CPU Usage:$color $cpu% ${cpubar 4}
${color red}Processes:$color $processes ${color grey}Running:$color $running_processes
$hr
$hr
${color red}File systems:
/ $color${fs_used /}/${fs_size /} ${fs_bar 6 /}
${color red}Networking:
Up:$color ${upspeed eth0} ${color grey} - Down:$color ${downspeed eth0}
$hr
$hr
${color yellow}Name PID CPU% MEM%
${color lightgrey} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${color lightgrey} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
${color lightgrey} ${top name 5} ${top pid 5} ${top cpu 5} ${top mem 5}
Awesome Top Conky
كود PHP:#avoid flicker
double_buffer yes
#own window to run simultanious 2 or more conkys
own_window yes
own_window_transparent no
own_window_type normal
own_window_hints undecorate,sticky,skip_taskbar,skip_pager
#borders
draw_borders no
border_margin 1
#shades
draw_shades no
#position
gap_x 8
gap_y 8
alignment top_left
#behaviour
update_interval 1
#colour
default_color d1d3c9
#default_shade_color 000000
own_window_colour 303030
#font
use_xft yes
xftfont verdana:pixelsize=10
#to prevent window from moving
use_spacer no
minimum_size 1422 0
#mpd
mpd_host localhost
mpd_port 6600
TEXT
${alignc}Kernel: ${color dba401}$kernel ${color} | ${color} Uptime: ${color dba401}${font}${uptime_short}${color} | Cpu: ${color dba401}${font}${cpu}% ${color} ${cpugraph 10,80 dba401 dba401} | Mem: ${color dba401}${font}$mem/$memmax ${color} | ${color} Net: ${color dba401}${font}${downspeed eth0} Kb/s ${color} ${totaldown eth0} down${color} ${color} ${color dba401}${upspeed eth0} Kb/s ${color} ${totalup eth0} up${color} | ${color}/: ${color dba401}${font}${fs_free /}/${fs_size /} - ${fs_free_perc /}% ${color} /home: ${color dba401}${font}${fs_free /home}/${fs_size /home} - ${fs_free_perc /home}% ${color} /data: ${color dba401}${font}${fs_free /data}/${fs_size /data} - ${fs_free_perc /data}% ${color}
التعديل الأخير تم بواسطة Mohamed Nasser ; 09-25-2009 الساعة 11:11 AM
جميل، لكن الأفضل صورة من سطح المكتب مع كل كود![]()
فَبِأَيِّ آلاءِ رَبِّكُمَا تُكَذِّبَانِ
فَإِذَا جَاءَتِ الصَّاخَّةُ ، يَوْمَ يَفِرُّ الْمَرْءُ مِنْ أَخِيهِ ، وَأُمِّهِ وَأَبِيهِ ، وَصَاحِبَتِهِ وَبَنِيهِ ، لِكُلِّ امْرِئٍ مِنْهُمْ يَوْمَئِذٍ شَأْنٌ يُغْنِيهِ
مشاكل وحلول
Firefox, openoffice, virtualbox ,compiz
wubi, grub, synaptic, gpg
أسئلة شائعة | برامج لينكس | توزيعات لينكس | عتاد | كتب أوبنتو
ولله لينكس كل يوم نشوف شئ جديد
انا بحاول افهم اكواده وازبط لكم وواحد![]()
another one
كود PHP:# Conky sample 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.
# set to yes if you want Conky to be forked in the background
background no
# X font when Xft is disabled, you can pick one with program xfontsel
#font 5x7
#font 6x10
#font 7x13
#font 8x13
#font 9x15
#font *mintsmild.se*
#font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
# Use Xft?
use_xft yes
# Xft font when Xft is enabled
#xftfont Bitstream Vera Sans Mono:size=12
xftfont Dejavu Sans:size=10
# Text alpha when using Xft
xftalpha 0.8
# Print everything to stdout?
# out_to_console no
# MPD host/port
# mpd_host localhost
# mpd_port 6600
# mpd_password tinker_bell
# Print everything to console?
# out_to_console no
# mail spool
mail_spool $MAIL
# Update interval in seconds
update_interval 5.0
# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0
# Create own window instead of using desktop (required in nautilus)
own_window yes
# If own_window is yes, you may use type normal, desktop or override
own_window_type normal
# Use pseudo transparency with own_window?
own_window_transparent yes
# If own_window_transparent is set to no, you can set the background colour here
own_window_colour hotpink
# If own_window is yes, these window manager hints may be used
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# Minimum size of text area
minimum_size 125 5
# Draw shades?
draw_shades yes
# Draw outlines?
draw_outline no
# Draw borders around text
draw_borders no
# Draw borders around graphs
draw_graph_borders yes
# Stippled borders?
stippled_borders 8
# border margins
border_margin 4
# border width
border_width 1
# Default colors and also border colors
default_color white
default_shade_color black
default_outline_color black
# Text alignment, other possible values are commented
#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right
#alignment none
# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 10
gap_y 10
maximum_width 330
# Subtract file system buffers from used memory?
no_buffers yes
# set to yes if you want all text to be in uppercase
uppercase no
# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2
# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2
# Force UTF8? note that UTF8 support required XFT
override_utf8_locale no
# Add spaces to keep things from moving about? This only affects certain objects.
use_spacer no
# Allow each port monitor to track at most this many connections (if 0 or not set, default is 256)
#max_port_monitor_connections 256
# Maximum number of special things, e.g. fonts, offsets, aligns, etc.
#max_specials 512
# Maximum size of buffer for user text, i.e. below TEXT line.
#max_user_text 16384
# variable is given either in format $variable or in ${variable}. Latter
# allows characters right after the variable and must be used in network
# stuff because of an argument
# stuff after 'TEXT' will be formatted on screen
# These 5 lines removed from below so they don't show up.
#${color #88aadd}MPD: ${alignc}$mpd_artist - $mpd_title
#${color #88aadd}$mpd_bar
#${color #88aadd}${alignc}$mpd_status
#${color red}${cpugraph 0000ff 00ff00}
#${color #0000ff}${downspeedgraph ath0 32,150 ff0000 0000ff} ${color #22ccff}${upspeedgraph ath0 32,150 0000ff ff0000}
#${tail /var/log/Xorg.0.log 3 30}
#Area below here is to monitor outbound connections to be #placed below
# ${color #ddaa00}Outbound Connection ${alignr} Remote Service/Port$color
# ${tcp_portmon 32768 61000 rhost 0} ${alignr} ${tcp_portmon 32768 61000 rservice 0}
# ${tcp_portmon 32768 61000 rhost 1} ${alignr} ${tcp_portmon 32768 61000 rservice 1}
TEXT
$nodename - $sysname $kernel on $machine
$stippled_hr
${color lightgrey}Uptime:$color $uptime ${color lightgrey}- Load:$color $loadavg
${color lightgrey}CPU Usage:${color #cc2222} $cpu% ${cpubar}
${color lightgrey}RAM Usage:$color $mem/$memmax - $memperc% ${membar}
${color lightgrey}Swap Usage:$color $swap/$swapmax - $swapperc% ${swapbar}
${color lightgrey}Processes:$color $processes ${color grey}Running:$color $running_processes
${color #ddd}Battery: $color $battery
${color #ddd}CPU Temp: $color $acpitemp
${color #ddd}Fan Status:$color $acpifan
$color$stippled_hr
${color lightgrey}Networking:
Down:${color #8844ee} ${downspeed wlan0} k/s${color lightgrey} ${offset 80}Up:${color #22ccff} ${upspeed wlan0} k/s
${color lightgrey}Host:${color #8844ee} ${execi 180 ~/.torsmo_ip}
${color lightgrey}File systems:
/ $color${fs_free /}/${fs_size /} ${fs_bar /}
${color lightgrey}File systems:
/mnt/home $color${fs_free /mnt/home}/${fs_size /} ${fs_bar /mnt/home}
${color}Name PID CPU% MEM%
${color #ddaa00} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${color}Mem usage
${color #ddaa00} ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
${color lightgrey} ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
${color lightgrey} ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
$stippled_hr
${color #ddaa00}Port(s)${alignr}#Connections
$color Inbound: ${tcp_portmon 1 32767 count} Outbound: ${tcp_portmon 32768 61000 count}${alignr}ALL: ${tcp_portmon 1 65535 count}
${color #ddaa00}Inbound Connection ${alignr} Local Service/Port$color
${tcp_portmon 1 32767 rhost 0} ${alignr} ${tcp_portmon 1 32767 lservice 0}
${tcp_portmon 1 32767 rhost 1} ${alignr} ${tcp_portmon 1 32767 lservice 1}
${tcp_portmon 1 32767 rhost 2} ${alignr} ${tcp_portmon 1 32767 lservice 2}
$stippled_hr
${color light grey}Current Headlines:
$color ${execi 300 /root/my-applications/conky-personal/conky-rss.sh http://rss.cnn.com/rss/cnn_topstories.rss 4 2}
كود:# Use Xft? use_xft yes xftfont DejaVu Sans:size=8 xftalpha 0.8 text_buffer_size 2048 # Update interval in seconds update_interval 4 # This is the number of times Conky will update before quitting. # Set to zero to run forever. total_run_times 0 # Create own window instead of using desktop (required in nautilus) own_window yes own_window_transparent yes own_window_type normal own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager # Use double buffering (reduces flicker, may not work for everyone) double_buffer yes # Minimum size of text area minimum_size 180 0 #maximum_width 200 # Draw shades? draw_shades no # Draw outlines? draw_outline no # Draw borders around text draw_borders no # Stippled borders? stippled_borders 0 # border margins border_margin 5 # border width border_width 1 # Default colors and also border colors default_color white #default_shade_color black #default_outline_color grey own_window_colour white # 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 # same thing as passing -x at command line gap_x 43 gap_y 35 # Subtract file system buffers from used memory? no_buffers yes # set to yes if you want all text to be in uppercase uppercase no # number of cpu samples to average # set to 1 to disable averaging cpu_avg_samples 2 # number of net samples to average # set to 1 to disable averaging net_avg_samples 2 # Force UTF8? note that UTF8 support required XFT override_utf8_locale yes # Add spaces to keep things from moving about? This only affects certain objects. use_spacer none TEXT SYSTEM ${hr 2} ${alignc 17}${font Arial Black:size=16}Sultan${font} ${alignc}smile, breathe and go slowly ${voffset 2}${font StyleBats:size=16}i${font} Kernel: ${alignr}${kernel} ${font StyleBats:size=16}A${font} CPU1: ${cpu cpu1}% ${alignr}${cpubar cpu1 8,60} ${font StyleBats:size=16}A${font} CPU2: ${cpu cpu2}% ${alignr}${cpubar cpu2 8,60} ${font StyleBats:size=16}g${font} RAM: $memperc% ${alignr}${membar 8,60} ${font StyleBats:size=16}j${font} SWAP: $swapperc% ${alignr}${swapbar 8,60} ${font Webdings:size=16}~${font} Battery: ${battery_percent BAT0}% ${alignr}${battery_bar 8,60 BAT0} ${font StyleBats:size=16}q${font} Uptime: ${alignr}${uptime} DATE ${hr 2} ${alignc 17}${font Arial Black:size=25}${time %H:%M}${font} ${alignc}${time %A %d %B %Y} HD ${hr 2} ${voffset 4}${font Pie charts for maps:size=14}7${font} ${voffset -5}Root: ${voffset 4}${fs_used /}/${fs_size /} ${alignr}${fs_bar 8,60 /} ${font Pie charts for maps:size=14}7${font} ${voffset -5}Home: ${voffset 4}${fs_used /home}/${fs_size /home} ${alignr}${fs_bar 8,60 /home} NETWORK ${hr 2} ${if_existing /proc/net/route wlan0} ${voffset -6}${font PizzaDude Bullets:size=14}O${font} Up: ${upspeed wlan0} kb/s ${alignr}${upspeedgraph wlan0 8,60 BEBEBE BEBEBE} ${voffset 4}${font PizzaDude Bullets:size=14}U${font} Down: ${downspeed wlan0} kb/s ${alignr}${downspeedgraph wlan0 8,60 BEBEBE BEBEBE} ${voffset 4}${font PizzaDude Bullets:size=14}N${font} Upload: ${alignr}${totalup wlan0} ${voffset 4}${font PizzaDude Bullets:size=14}T${font} Download: ${alignr}${totaldown wlan0} ${voffset 4}${font PizzaDude Bullets:size=14}Z${font} Signal: ${wireless_link_qual wlan0}% ${alignr}${wireless_link_bar 8,60 wlan0} ${voffset 4}${font PizzaDude Bullets:size=14}a${font} Local Ip: ${alignr}${addr wlan0} ${else}${if_existing /proc/net/route eth0} ${voffset -6}${font PizzaDude Bullets:size=14}O${font} Up: ${upspeed eth0} kb/s ${alignr}${upspeedgraph eth0 8,60 789E2D A7CC5C} ${voffset 4}${font PizzaDude Bullets:size=14}U${font} Down: ${downspeed eth0} kb/s ${alignr}${downspeedgraph eth0 8,60 789E2D A7CC5C} ${voffset 4}${font PizzaDude Bullets:size=14}N${font} Upload: ${alignr}${totalup eth0} ${voffset 4}${font PizzaDude Bullets:size=14}T${font} Download: ${alignr}${totaldown eth0} ${voffset 4}${font PizzaDude Bullets:size=14}a${font} Local Ip: ${alignr}${addr eth0} ${endif}${else}${if_existing /proc/net/route eth1} ${voffset -6}${font PizzaDude Bullets:size=14}O${font} Up: ${upspeed eth1} kb/s ${alignr}${upspeedgraph eth1 8,60 789E2D A7CC5C} ${voffset 4}${font PizzaDude Bullets:size=14}U${font} Down: ${downspeed eth1} kb/s ${alignr}${downspeedgraph eth1 8,60 789E2D A7CC5C} ${voffset 4}${font PizzaDude Bullets:size=14}N${font} Upload: ${alignr}${totalup eth1} ${voffset 4}${font PizzaDude Bullets:size=14}T${font} Download: ${alignr}${totaldown eth1} ${voffset 4}${font PizzaDude Bullets:size=14}a${font} Local Ip: ${alignr}${addr eth1} ${endif}${else} ${font PizzaDude Bullets:size=14}4${font} Network Unavailable ${endif}
A computer is Like Air conditioning,
It's works Fine until You open....... Windows.
مجتمع اندرويد العربي
Android Arab Community
ال ip الخارجي من سكربت انا عامله بسيطكود:# Use Xft? use_xft yes xftfont DejaVu Sans:size=8 xftalpha 0.8 text_buffer_size 2048 # Update interval in seconds update_interval 4 # This is the number of times Conky will update before quitting. # Set to zero to run forever. total_run_times 0 # Create own window instead of using desktop (required in nautilus) own_window yes own_window_transparent yes own_window_type normal own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager # Use double buffering (reduces flicker, may not work for everyone) double_buffer yes # Minimum size of text area minimum_size 180 0 #maximum_width 200 # Draw shades? draw_shades no # Draw outlines? draw_outline no # Draw borders around text draw_borders no # Stippled borders? stippled_borders 0 # border margins border_margin 5 # border width border_width 1 # Default colors and also border colors default_color white #default_shade_color black #default_outline_color grey own_window_colour white # 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 # same thing as passing -x at command line gap_x 10 gap_y 35 # Subtract file system buffers from used memory? no_buffers yes # set to yes if you want all text to be in uppercase uppercase no # number of cpu samples to average # set to 1 to disable averaging cpu_avg_samples 2 # number of net samples to average # set to 1 to disable averaging net_avg_samples 2 # Force UTF8? note that UTF8 support required XFT override_utf8_locale yes # Add spaces to keep things from moving about? This only affects certain objects. use_spacer none TEXT ${voffset 2} SYSTEM ${hr 2} ${voffset 2}${font StyleBats:size=16}i${font} Kernel: ${alignr}${kernel} ${font StyleBats:size=16}A${font} CPU1: ${cpu cpu1}% ${alignr}${cpubar cpu1 8,60} ${font StyleBats:size=16}A${font} CPU2: ${cpu cpu2}% ${alignr}${cpubar cpu2 8,60} ${font StyleBats:size=16}g${font} RAM: $memperc% ${alignr}${membar 8,60} ${font StyleBats:size=16}j${font} SWAP: $swapperc% ${alignr}${swapbar 8,60} ${font StyleBats:size=16}q${font} Uptime: ${alignr}${uptime} Time ${hr 2} ${alignc 17}${font Arial Black:size=25}${time %H:%M}${font} ${alignc}${time %A %d %B %Y} HD ${hr 2} ${voffset 4}${font Pie charts for maps:size=14}7${font} ${voffset -5}Root ${voffset 4}${fs_used /}/${fs_size /} ${alignr}${fs_bar 8,60 /} ${font Pie charts for maps:size=14}7${font} ${voffset -5}Home ${voffset 4}${fs_used /home}/${fs_size /home} ${alignr}${fs_bar 8,60 /home} ${font Pie charts for maps:size=14}7${font} ${voffset -5}Other ${voffset 4}${fs_used /other}/${fs_size /other} ${alignr}${fs_bar 8,60 /other} ${font Pie charts for maps:size=14}7${font} ${voffset -5}Data ${voffset 4}${fs_used /data}/${fs_size /data} ${alignr}${fs_bar 8,60 /data} ${font Pie charts for maps:size=14}7${font} ${voffset -5}Backup ${voffset 4}${fs_used /backup}/${fs_size /backup} ${alignr}${fs_bar 8,60 /backup} NETWORK ${hr 2} ${if_existing /proc/net/route wlan0} ${voffset -6}${font PizzaDude Bullets:size=14}O${font} Up: ${upspeed wlan0} kb/s ${alignr}${upspeedgraph wlan0 8,60 BEBEBE BEBEBE} ${voffset 4}${font PizzaDude Bullets:size=14}U${font} Down: ${downspeed wlan0} kb/s ${alignr}${downspeedgraph wlan0 8,60 BEBEBE BEBEBE} ${voffset 4}${font PizzaDude Bullets:size=14}N${font} Upload: ${alignr}${totalup wlan0} ${voffset 4}${font PizzaDude Bullets:size=14}T${font} Download: ${alignr}${totaldown wlan0} ${voffset 4}${font PizzaDude Bullets:size=14}Z${font} Signal: ${wireless_link_qual wlan0}% ${alignr}${wireless_link_bar 8,60 wlan0} ${voffset 4}${font PizzaDude Bullets:size=14}a${font} Local Ip: ${alignr}${addr wlan0} ${else}${if_existing /proc/net/route eth0} ${voffset -6}${font PizzaDude Bullets:size=14}O${font} Up: ${upspeed eth0} kb/s ${alignr}${upspeedgraph eth0 8,60 789E2D A7CC5C} ${voffset 4}${font PizzaDude Bullets:size=14}U${font} Down: ${downspeed eth0} kb/s ${alignr}${downspeedgraph eth0 8,60 789E2D A7CC5C} ${voffset 4}${font PizzaDude Bullets:size=14}N${font} Upload: ${alignr}${totalup eth0} ${voffset 4}${font PizzaDude Bullets:size=14}T${font} Download: ${alignr}${totaldown eth0} ${voffset 4}${font PizzaDude Bullets:size=14}a${font} Local Ip: ${alignr}${addr eth0} ${endif}${else}${if_existing /proc/net/route eth1} ${voffset -6}${font PizzaDude Bullets:size=14}O${font} Up: ${upspeed eth1} kb/s ${alignr}${upspeedgraph eth1 8,60 789E2D A7CC5C} ${voffset 4}${font PizzaDude Bullets:size=14}U${font} Down: ${downspeed eth1} kb/s ${alignr}${downspeedgraph eth1 8,60 789E2D A7CC5C} ${voffset 4}${font PizzaDude Bullets:size=14}N${font} Upload: ${alignr}${totalup eth1} ${voffset 4}${font PizzaDude Bullets:size=14}T${font} Download: ${alignr}${totaldown eth1} ${voffset 4}${font PizzaDude Bullets:size=14}a${font} IP: ${alignr}${exec extip} ${endif}${else} ${font PizzaDude Bullets:size=14}4${font} Network Unavailable ${endif}
السكربت ده تحفظه في ملف باسمكود:#!/bin/bash rip=$(curl --silent http://checkip.dyndns.com) echo $rip | cut -c77-90
extip
وتديله صلاحيات تنفيذ
chmod 744 extip
وتنقله لل /usr/bin
sudo mv extip /usr/bin/
الخلفية
winging it on Flickr - Photo Sharing!
الخطوط
StyleBats Font | dafont.com
PizzaDude Bullets Font | dafont.com
http://www.mockfont.com/old/files/pie4mp11.zip
طبعا شكر غريب في ديرتي
لأنه هو اللي ساعدني اني اعمل دي
ويا رب تعجبكم![]()
العفو اخوي بهاء ..وشكرا لك عى اضافة الخطوط ..
بس فيه حاجه ما قدرت استوعبهالاحظتها في الكونكي تبعك ...
هل انت لم تعمل اعادة تشغيل او لم تطفىء جهازك لمدة 11 يوم ..يعني على طوووول .
A computer is Like Air conditioning,
It's works Fine until You open....... Windows.
مجتمع اندرويد العربي
Android Arab Community
كود:background yes use_xft yes xftfont HandelGotD:size=9 xftalpha 0.5 update_interval 4.0 total_run_times 0 own_window yes own_window_type normal own_window_transparent yes own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager double_buffer yes minimum_size 200 5 maximum_width 220 draw_shades no draw_outline no draw_borders no draw_graph_borders no default_color grey default_shade_color red default_outline_color green alignment top_right gap_x 12 gap_y 48 no_buffers yes uppercase no cpu_avg_samples 2 override_utf8_locale no TEXT $sysname $kernel on $machine Uptime $alignr $uptime Load $alignr $loadavg Hostname $alignr $nodename wlan0 $alignr ${addr wlan0} Inbound $alignr ${downspeed wlan0} kb/s ${downspeedgraph wlan0} Outbound $alignr ${upspeed wlan0} kb/s ${upspeedgraph wlan0} $processes processes ($running_processes running) CPU $alignr ${cpu cpu0}% ${cpubar cpu0} MEM $alignc $mem / $memmax $alignr $memperc% $membar / $alignc ${fs_used /} / ${fs_size /} $alignr ${fs_free_perc /}% ${fs_bar /} /home $alignc ${fs_used /home} / ${fs_size /home} $alignr ${fs_free_perc /home}% ${fs_bar /home} swap $alignc $swap / $swapmax $alignr $swapperc% ${swapbar} NAME $alignr PID CPU ${top name 1} $alignr ${top pid 1} ${top cpu 1} ${top name 2} $alignr ${top pid 2} ${top cpu 2} ${top name 3} $alignr ${top pid 3} ${top cpu 3} ${top name 4} $alignr ${top pid 4} ${top cpu 4} ${top name 5} $alignr ${top pid 5} ${top cpu 5} ${top name 6} $alignr ${top pid 6} ${top cpu 6} ${top name 7} $alignr ${top pid 7} ${top cpu 7} ${top name 8} $alignr ${top pid 8} ${top cpu 8}
سبحان الله و بحمده...سبحان الله العظيم
ده شكل اسكرين لايت اسمه
pcinfo
![]()
قناتي علي اليوتيوب ابداع بلا حدود
ياريت كل اللي يخش علي قناتي ويعبجه فديو معين يعمل Subscribers
للفديو
رائع رائع
ولكن هل مثل برنامج screenshots
وهل بأمكاني جعله شفافآ واعدل علية
اتمنى من الجميع شرح هذي الأوامر
اشكرك اخي العزيز كل اشكر لمشاركة مالديك لأخوانك
تحياتي لك ياغالي
اخوك
لا تعطني السمكة لكن علمني كيف أصطادها
رجاء اشرحوا لنا كيفية إنشاء أكواد خاصة بنا نضع فيها ما نريد ونحذف ما نريد
الذين يشاهدون الموضوع الآن: 1 (0 من الأعضاء و 1 زائر)
مواقع النشر (المفضلة)