Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- conky.config = {
- alignment = 'top_right',
- background = true,
- border_width = 1,
- use_spacer = 'left',
- pad_percents = 2,
- cpu_avg_samples = 2,
- default_color = 'white',
- default_outline_color = 'white',
- default_shade_color = 'white',
- double_buffer = true,
- draw_borders = false,
- draw_graph_borders = true,
- draw_outline = false,
- draw_shades = false,
- extra_newline = false,
- font = 'Dejavu Sans Mono:size=10',
- gap_x = 60,
- gap_y = 60,
- minimum_height = 5,
- minimum_width = 5,
- net_avg_samples = 2,
- no_buffers = true,
- out_to_console = false,
- out_to_ncurses = false,
- out_to_stderr = false,
- out_to_x = true,
- own_window = true,
- own_window_class = 'Conky',
- own_window_type = 'normal',
- own_window_hints = 'undecorated,below,skip_taskbar,skip_pager',
- own_window_transparent = true,
- own_window_argb_visual = true,
- own_window_argb_value = 200,
- show_graph_range = false,
- show_graph_scale = false,
- stippled_borders = 0,
- update_interval = 1.0,
- uppercase = false,
- use_xft = true,
- }
- conky.text = [[
- ${image $HOME/.archlogo.png -p 0,0 -n -s 150x150}
- ${color grey}Info:$color $sysname $kernel $machine
- $hr
- ${color grey}Tempo di Attività: ${color green}$uptime
- ${color grey}Utilizzo CPU:${color green}$cpu% ${color grey}Temp:${color red}${hwmon 2 temp 1}°C ${color grey}Freq: ${color yellow}$freq MHz
- ${color #EB00FF}${exec glxinfo | grep "OpenGL renderer" | sed -E 's/.*string: (.+) \(.*/\1/'} ${color grey}Utilizzo GPU: ${color green}${exec cat /sys/class/drm/card1/device/gpu_busy_percent}% ${color grey}Temp: ${color red}${exec cut -c 1,2 /sys/class/drm/card1/device/hwmon/hwmon*/temp1_input}°C
- ${color grey}Utilizzo RAM: ${color yellow}$mem${color grey}/${color yellow}$memmax
- ${color grey}Processi Abilitati: ${color green}$processes ${color grey}In Esecuzione: ${color yellow}$running_processes
- ${color grey}$hr
- ${color grey}Nome PID CPU% MEM%
- $color${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}
- ${top name 5} ${top pid 5} ${top cpu 5} ${top mem 5}
- ${top name 6} ${top pid 6} ${top cpu 6} ${top mem 6}
- ${top name 7} ${top pid 7} ${top cpu 7} ${top mem 7}
- ${top name 8} ${top pid 8} ${top cpu 8} ${top mem 8}
- ${top name 9} ${top pid 9} ${top cpu 9} ${top mem 9}
- ${top name 10} ${top pid 10} ${top cpu 10} ${top mem 10}
- $hr
- ${color grey}Utilizzo Disco:
- ${color yellow}${fs_used /}${color grey}/${color yellow}${fs_size /} ${color red}${fs_bar 6 /}
- ${color yellow}${fs_used /run/media/fulvio/GIOCHI}${color grey}/${color yellow}${fs_size /run/media/fulvio/GIOCHI} ${color red}${fs_bar 6 /run/media/fulvio/GIOCHI}
- ${color grey}$hr
- Dimensione cache dei pacchetti: ${color yellow}${exec du -sh /var/cache/pacman/pkg | awk '{print $1}'}
- ${color grey}Dimensione cache delle applicazioni: ${color yellow}${exec du -sh ~/.cache | awk '{print $1}'}
- ${color grey}Dimensione cache di compilazione (Ccache): ${color yellow}${exec du -sh ~/.ccache | awk '{print $1}'}
- ${color grey}Dimensione database di indicizzazione: ${color yellow}${exec du -sh ~/.local/share/baloo | awk '{print $1}'}
- ]]
Advertisement
Add Comment
Please, Sign In to add comment