Skip to content

Instantly share code, notes, and snippets.

@AlgorithmAlchemy
Last active August 7, 2025 08:50
Show Gist options
  • Select an option

  • Save AlgorithmAlchemy/a0fa0ded3df86fc4a1de31a8215209bb to your computer and use it in GitHub Desktop.

Select an option

Save AlgorithmAlchemy/a0fa0ded3df86fc4a1de31a8215209bb to your computer and use it in GitHub Desktop.
Виджет системных ресурвсов для LUNUX
# ~/.conkyrc
own_window yes
own_window_type normal
own_window_transparent no
own_window_hints undecorated,sticky,skip_taskbar,skip_pager
own_window_class Conky
own_window_title Conky
own_window_geometry 300x400+100+100
use_xft yes
xftfont DejaVu Sans:size=10
xftalpha 0.8
background no
text_buffer_size 2048
update_interval 1.0
total_run_times 0
own_window_colour black
default_color white
default_shade_color black
default_outline_color black
alignment top_right
gap_x 10
gap_y 10
TEXT
${color grey}CPU: ${color}$cpu%
${color grey}RAM: ${color}$mem / $memmax (${memperc}%)
${color grey}Swap: ${color}$swap / $swapmax (${swapperc}%)
${color grey}Disk Usage:
${color}${fs_mount /} — ${fs_used /} / ${fs_size /} (${fs_free_perc /}% free)
${if_mounted /home}${color}${fs_mount /home} — ${fs_used /home} / ${fs_size /home} (${fs_free_perc /home}% free)${endif}
${if_mounted /mnt/data}${color}${fs_mount /mnt/data} — ${fs_used /mnt/data} / ${fs_size /mnt/data} (${fs_free_perc /mnt/data}% free)${endif}
${color grey}Disk IO: ${color}$diskio
${color grey}Uptime: ${color}$uptime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment