Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Based on Conky-Faenza 2.3
- # 100% GPL ~ Feel free to modif!
- # modif by Zeka <zeka.spb@gmail.com>
- # Faenza icons by Tiheum
- # Default Fonts
- use_xft yes
- xftfont Ubuntu:size=9
- override_utf8_locale yes
- # Performance Settings
- double_buffer yes
- # Cache Setting
- imlib_cache_size 0
- # Window Settings
- own_window yes
- own_window_type normal
- own_window_transparent yes
- own_window_hints undecorated,sticky,below,skip_taskbar,skip_pager
- # Window border
- draw_borders no
- draw_shades no
- draw_graph_borders no
- # Default Color
- default_color CCCCCC
- # Color Title.
- color0 D34E18
- # Size and position
- minimum_size 220 710
- alignment bottom_right
- gap_x 0
- gap_y 0
- TEXT
- # CPU
- ${image ~/.conky/themes/elegant.png -p 0,0 200x848}
- ${image ~/.conky/icons/spacer.png -p 13,13 194x4}
- ${goto 13}${cpugraph 20,185 FFFFFF D34E18}
- ${goto 20}CPU Kullanımı:${goto 149}${cpu cpu0}%
- ${goto 20}${top name 1}${goto 120}: ${top cpu 1}%
- ${goto 20}${top name 2}${goto 120}: ${top cpu 2}%
- ${goto 20}${top name 3}${goto 120}: ${top cpu 3}%
- ${image ~/.conky/icons/system.png -p 170,100 40x40}
- ${image ~/.conky/icons/spacer.png -p 13,150 194x4}
- # RAM
- ${goto 13}${memgraph 20,185 FFFFFF D34E18}
- ${goto 20}RAM Kullanımı ${memperc}%
- ${goto 20}Total çalışan ${processes} işlem mevcut
- ${goto 20}Bunlardan ${running_processes} tanesi aktif
- ${goto 20}${top name 1}${goto 120}: ${top mem 1}%
- ${goto 20}${top name 2}${goto 120}: ${top mem 2}%
- ${goto 20}${top name 3}${goto 120}: ${top mem 3}%
- ${image ~/.conky/icons/memory.png -p 170,250 40x40}
- ${image ~/.conky/icons/spacer.png -p 13,300 194x4}
- # File system
- ${goto 20}Root: ${fs_free /} / ${fs_size /} boş
- ${goto 13}${fs_bar 4,190 /}
- ${goto 20}Home: ${fs_free /home} / ${fs_size /home} boş
- ${goto 13}${fs_bar 4,170 /home}
- ${goto 20}Data: ${fs_free /windows} / ${fs_size /windows} boş
- ${goto 13}${fs_bar 4,150 /windows}
- ${image ~/.conky/icons/media.png -p 170,400 40x40}
- ${image ~/.conky/icons/spacer.png -p 13,450 194x4}
- # System info
- ${goto 20}Kernel${goto 70} : ${kernel}
- ${goto 20}Distr${goto 70} : ${exec lsb_release -d | cut -b 14-25}
- ${goto 20}Uptime${goto 70} : ${uptime_short}
- ${image ~/.conky/icons/info.png -p 170,480 40x40}
- ${image ~/.conky/icons/spacer.png -p 13,530 194x4}
- # Notes
- ${goto 20}Sandığımdan daha da adil olmayan
- ${goto 88}bir delilik hali; Hayat...
- ${image ~/.conky/icons/spacer.png -p 13,640 194x4}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement