Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[ For conky variables and commands use the terminal command:
- man conky
- Bunsen Labs Conky help threads
- ------------------------------
- Index » Scripts, Tutorials & Tips » Conky - Calendars / Clocks / Time
- https://forums.bunsenlabs.org/viewtopic.php?id=516
- Open a thread and Post conky questions in: Index » GUI & Applications
- https://forums.bunsenlabs.org/viewforum.php?id=4
- Display your completed conky and codes
- Index » Scripts, Tutorials & Tips » Show us your conky
- https://forums.bunsenlabs.org/viewtopic.php?id=512
- ]]
- conky.config = {
- -- Begin Window Settings
- own_window = true,
- own_window_type = 'normal',
- own_window_transparent = true,
- own_window_hints = 'undecorated,below,skip_taskbar,skip_pager,sticky',
- own_window_colour = '000000',
- own_window_class = 'Conky',
- own_window_title = 'Bunsen Labs CB Right Conky',
- -- ARGB can be used for real transparency
- -- NOTE that a composite manager is required for real transparency.
- -- This option will not work as desired (in most cases) in conjunction with
- -- own_window_type normal,
- -- own_window_argb_visual = true, -- Options: true|false
- -- When ARGB visuals are enabled, this use this to modify the alpha value
- -- Use: own_window_type = 'normal'
- -- Use: own_window_transparent = false,
- -- Valid range is 0-255, where 0 is 0% opacity, and 255 is 100% opacity.
- -- own_window_argb_value = 255,
- minimum_width = 600, minimum_height = 0,-- width | height
- maximum_width = 800,
- gap_x = 20,-- l|r
- gap_y = 45,-- u|d
- alignment = 'top_left',
- -- End Window Settings
- -- Font Settings
- -- Use Xft (anti-aliased font and stuff)
- use_xft = true,
- --font = 'Liberation Mono:bold:size=10',
- --font = 'Liberation Sans:bold:size=10',
- font = 'Sans-serif:bold:size=10',
- -- Alpha of Xft font. Must be a value at or between 1 and 0
- xftalpha = 1,
- -- Force UTF8? requires XFT
- override_utf8_locale = true,
- uppercase = false,
- -- End Font Settings
- -- Color Settings
- draw_shades = false,
- default_shade_color = '000000',
- draw_outline = false,-- amplifies text if true
- default_outline_color = '000000',
- --default_color = '656667', -- Waldorf original colour
- --default_color = '7a7a7a', -- Flame & Bunsen Grey
- --default_color = '929292', -- Labs Grey
- default_color = '678b8b',-- Beam green
- color0 = 'B0E0E6',-- PowderBlue
- color1 = '778899',-- LightSlateGray
- color2 = 'D8BFD8',-- Thistle
- color3 = '9ACD32',-- YellowGreen
- color4 = 'FFA07A',-- LightSalmon
- color5 = 'FFDEAD',-- NavajoWhite
- color6 = '00BFFF',-- DeepSkyBlue
- color7 = '5F9EA0',-- CadetBlue
- color8 = 'BDB76B',-- DarkKhaki
- color9 = 'C0C0C0',-- Silver
- -- End Colour Settings
- -- Borders Section
- draw_borders = false,
- -- Stippled borders?
- stippled_borders = 5,
- -- border margins
- border_inner_margin = 5,
- border_outer_margin = 0,
- -- border width
- border_width = 2,
- -- graph borders
- draw_graph_borders = false,
- --default_graph_height = 15,
- --default_graph_width = 40,
- -- End Borders Section
- -- Miscellaneous Section
- -- Boolean value, if true, Conky will be forked to background when started.
- background = true,
- -- Adds spaces around certain objects to stop them from moving other things
- -- around, this only helps if you are using a mono font
- -- Options: right, left or none
- use_spacer = 'none',
- -- Default and Minimum size is 256 - needs more for single commands that
- -- "call" a lot of text IE: bash scripts
- --text_buffer_size = 6144,
- -- Subtract (file system) buffers from used memory?
- no_buffers = true,
- -- change GiB to G and MiB to M
- short_units = true,
- -- Like it says, ot pads the decimals on % values
- -- doesn't seem to work since v1.7.1
- pad_percents = 2,
- -- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use
- -- $image lots. Set to 0 to disable the image cache.
- imlib_cache_size = 0,
- -- Use the Xdbe extension? (eliminates flicker)
- -- It is highly recommended to use own window with this one
- -- so double buffer won't be so big.
- double_buffer = true,
- -- Maximum size of user text buffer, i.e. layout below TEXT line in config file
- -- (default is 16384 bytes)
- -- max_user_text = 16384,
- -- Desired output unit of all objects displaying a temperature. Parameters are
- -- either "fahrenheit" or "celsius". The default unit is degree Celsius.
- -- temperature_unit = 'celsius',
- -- End Miscellaneous Section
- update_interval = 5,
- };
- conky.text = [[
- ${alignr}R E N D S Z E R
- ${voffset -05}${membar 0}
- ${voffset -10}Uptime:${alignr}${uptime}
- Load:$alignr $loadavg
- Users logon:$alignr $user_number
- CPU: (${cpu}%)${alignr}${freq}MHz
- $alignr${cpubar 4,100}
- RAM:$alignr $mem / $memmax
- $alignr ${membar 4,50}
- Swap:$alignr $swap / $swapmax
- $alignr ${swapbar 4,100}
- Processes:$alignr $processes
- Running:$alignr $running_processes
- HDD:$alignr${fs_used /} / ${fs_size /}
- ${fs_bar 4 /}
- $alignr M/B: ${hwmon 0 temp 1}° | ${hwmon 0 temp 2}° | ${hwmon 0 temp 3}° | ${hwmon 0 temp 4}° | ${hwmon 0 temp 5}° | ${hwmon 0 temp 6}°
- $alignr CPU: ${hwmon 1 temp 1}° | ${hwmon 1 temp 2}° | ${hwmon 1 temp 3}°
- $alignr HDD: ${hddtemp /dev/sda}°
- ${voffset 10}${alignr}H Á L Ó Z A T
- ${voffset -05}${membar 0}
- ${voffset -10}Le: ${downspeed lo}${alignr} Fel: ${upspeed lo}
- ${totaldown lo}${alignr} ${totalup lo}
- ${voffset 10}${alignr}F O L Y A M A T
- ${voffset -05}${membar 0}
- ${voffset -10}${goto 430}CPU ${goto 486}MEM% ${goto 548}MEM/MiB
- ${top name 1} ${goto 420}${top cpu 1} ${goto 488}${top mem 1} ${goto 560}${top mem_res 1}
- ${top name 2} ${goto 420}${top cpu 2} ${goto 488}${top mem 2} ${goto 560}${top mem_res 2} $alignr
- ${top name 3} ${goto 420}${top cpu 3} ${goto 488}${top mem 3} ${goto 560}${top mem_res 3} $alignr
- ${top name 4} ${goto 420}${top cpu 4} ${goto 488}${top mem 4} ${goto 560}${top mem_res 4} $alignr
- ${top name 5} ${goto 420}${top cpu 5} ${goto 488}${top mem 5} ${goto 560}${top mem_res 5} $alignr
- ${top name 6} ${goto 420}${top cpu 6} ${goto 488}${top mem 6} ${goto 560}${top mem_res 6} $alignr
- ${top name 7} ${goto 420}${top cpu 7} ${goto 488}${top mem 7} ${goto 560}${top mem_res 7} $alignr
- ${top name 8} ${goto 420}${top cpu 8} ${goto 488}${top mem 8} ${goto 560}${top mem_res 8} $alignr
- ]];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement