Last active
January 8, 2025 10:30
-
-
Save Yousefjb/066771d808aeda0d99ec7e1508052ca0 to your computer and use it in GitHub Desktop.
~/.conkyrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/conky -d -c | |
## .conkyrc configuration | |
alignment bottom_left | |
background yes | |
border_margin 5 | |
border_width 5 | |
color0 555555 # | |
color1 FCAF3E # zolty | |
color2 2a2a2a # braz | |
color3 a82553 # rozowy f71f84 | |
color4 5e1014 # bordowy | |
color5 64574e # braz | |
color6 2a2a2a # szary | |
color7 8888CC # (COOL) | |
color8 9d9c61 # zolto-szary | |
color9 525276 # niebiesko-szary | |
cpu_avg_samples 2 | |
default_color 000000 # szary 5f5f5f | |
default_outline_color 000000 # Black | |
default_shade_color 000000 # Black | |
double_buffer yes | |
draw_borders no | |
draw_graph_borders no | |
draw_outline no | |
draw_shades no | |
gap_x 25 | |
gap_y 500 | |
max_specials 1024 | |
max_user_text 10000 | |
maximum_width 160 | |
minimum_size 175 | |
net_avg_samples 2 | |
no_buffers yes | |
override_utf8_locale yes | |
own_window yes | |
own_window_colour 000000 # Black | |
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager | |
own_window_transparent yes | |
own_window_type normal ## normal | |
pad_percents 2 # to co nizej, miejsc po przecinku | |
short_units yes # krotka wersja podawania wielkosci dyskow np. 612.21M/3.80G | |
stippled_borders 3 | |
text_buffer_size 8000 | |
total_run_times 0 | |
update_interval 1.0 | |
uppercase no | |
use_spacer right | |
use_xft yes | |
xftalpha 1 | |
xftfont Freesans:pixelsize=9 | |
lua_load /home/didisoft/.conky/lua.lua | |
# ${diskiograph /dev/sda 15,180 a7a7a7 a7a7a7} # wskaznik pracy dysku | |
# ${image /home/didisoft/.conky/didisoft.jpg -p 0,80 -s 26x28} # obrazki w conky | |
TEXT | |
${font Consola:size=10}${color #ffd800}DATE | |
${font Consola:size=16}${color #ffffff}${time %H:%M:%S} | |
${time %B %d, %Y} | |
${font Consola:size=10}${color #ffd800}SYSTEM | |
${font Consola:size=10}${color #ffffff}Uptime: $uptime_short | |
Power: ${battery_percent BAT0}% | |
CPU: $cpu% | |
${cpubar 4,80} | |
Mem: $mem | |
${membar 4,80} | |
Filesystem: ${fs_used /} | |
${fs_bar 4,80 /} | |
Disk: $diskio | |
${font Consola:size=10}${color #ffd800}NETWORK | |
${font Consola:size=7}${color #ffd800}Eth: | |
${font Consola:size=8}${color #ffffff}Ul: ${upspeed enx000ec6b3a34d} | |
Dl: ${downspeed enx000ec6b3a34d} | |
${font Consola:size=7}${color #ffd800}Wifi: | |
${font Consola:size=8}${color #ffffff}Ul: ${upspeed wlp2s0} | |
Dl: ${downspeed wlp2s0} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment