Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- conky.config = {
- --==============================================================================
- -- Created : 2022/Jun/07
- -- This theme is for conky version 1.10.8 or newer
- --
- -- ELTANIN
- -- ( A part of Draco Conky themes pack )
- --
- -- author : Closebox73
- -- license : Distributed under the terms of GPLv3
- -- notes : Created on 1366x768 Monitor
- --==============================================================================
- -- Size and Position settings --
- alignment = 'top_right',
- gap_x = 15,
- gap_y = 15,
- maximum_width = 230,
- minimum_height = 800,
- minimum_width = 230,
- -- Text settings --
- use_xft = true,
- override_utf8_locale = true,
- font = 'Roboto:light:size=9',
- -- Color Settings --
- default_color = 'white',
- default_outline_color = 'white',
- default_shade_color = 'white',
- color1 = '#282C35',
- color2 = '#73ba25',
- -- Window Settings --
- background = false,
- border_width = 0,
- draw_borders = false,
- draw_graph_borders = true,
- draw_outline = false,
- draw_shades = false,
- own_window = true,
- own_window_colour = '000000',
- own_window_class = 'Conky',
- own_window_argb_visual = true,
- own_window_type = 'desktop',
- own_window_transparent = true,
- own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
- stippled_borders = 0,
- -- Others --
- cpu_avg_samples = 2,
- net_avg_samples = 2,
- double_buffer = true,
- out_to_console = false,
- out_to_stderr = false,
- extra_newline = false,
- update_interval = 1,
- uppercase = false,
- use_spacer = 'none',
- show_graph_scale = false,
- show_graph_range = false,
- }
- conky.text = [[
- ${offset 35}${voffset 15}${color}${font Economica:size=11}${execi 600 whoami | sed "s|\<.|\U&|g"} @ ${execi 1200 lsb_release -sd}
- ${offset 85}${voffset 3}${color}${font Economica:size=11}${uptime}
- ${offset 15}${voffset -2}${color}${font Economica:size=11}---------------------------------------
- ${offset 15}${voffset 15}${color}${font Economica:bold:size=11}CPU${alignr 15}${color}${cpu cpu0}%
- ${offset 15}${color2}${cpugraph cpu0 40,198}${font}
- ${offset 15}${voffset -5}${color}${font Economica:bold:size=11}RAM${alignr 15}${color}${memperc}%
- ${offset 15}${color2}${memgraph 40,198}${font}
- ${offset 15}${voffset 0}${color}${font Economica:size=11}System :${alignr 15}${color}${fs_used /}/${fs_size /}
- ${offset 15}${color2}${fs_bar 5,198 /}
- ${offset 15}${voffset 0}${color}${font Economica:size=11}Home :${alignr 15}${color}${fs_used /home}/${fs_size /home}
- ${offset 15}${color2}${fs_bar 5,198 /home}
- ${offset 15}${voffset 10}${color}${font Economica:size=11}Download${alignr 10}${color}${downspeed wlp9s0}
- ${offset 15}${voffset 3}${color}${font Economica:size=11}Upload${alignr 10}${color}${upspeed wlp9s0}
- ${offset 15}${voffset 3}${color}${font Economica:size=11}Hostname${alignr 10}${color}${execi 60 hostname -I | awk '{print $1}'}
- ${offset 15}${voffset 3}${color}${font Economica:size=11}User Active${alignr 20}${color}${user_number}
- ${offset 15}${voffset 3}${color}${font Economica:size=11}Wi-fi${alignr 10}${color}${execi 10 /home/bogdangheorghe/.conky/Eltanin/scripts/ssid}
- ${offset 15}${voffset 10}${color}${font Economica:size=11}---------------------------------------
- ${offset 15}${voffset 10}${color2}${font Feather:size=25}${goto 70}${color}${font Economica:size=25}${execi 60 du -hs ~/.local/share/Trash/files | cut -b 1-4}
- ${alignr 15}${voffset -55}${color}${font Economica:size=10}Trash
- ${alignr 15}${voffset 0}${color}${font Economica:size=10}${execi 60 ls ~/.local/share/Trash/files | wc -l} files inside
- ${offset 15}${voffset 20}${color2}${font Feather:size=25}${alignr 17}${voffset -10}${color}${font Economica:size=10}${execi 6000 lscpu | grep "Model name:" | awk -F' ' '{print $3$4}'} 6700k 8 CPU(s)
- ${offset 15}${voffset 20}${color}${font Economica:size=11}---------------------------------------
- ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement