Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- conky.config = {
- -- Window Settings
- own_window = true,
- own_window_type = 'desktop', -- Use 'normal' or 'override' if 'desktop' fails
- own_window_transparent = true, -- Enables standard transparency
- own_window_argb_visual = true, -- Enables "real" transparency
- own_window_argb_value = 0, -- 0 is fully transparent, 255 is opaque
- own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
- -- Position & Appearance
- alignment = 'top_left',
- gap_x = 20,
- gap_y = 5,
- minimum_width = 200,
- double_buffer = true, -- Eliminates flickering
- use_xft = true,
- font = 'Sans:size=10',
- default_color = 'grey',
- update_interval = 1.0,
- }
- conky.text = [[
- ${color grey}System:$color $sysname $kernel on $machine
- ${color grey}Uptime:$color $uptime
- ${hr}
- ${color grey}CPU Usage:$color $cpu% ${cpubar 4}
- ${color grey}RAM Usage:$color $mem/$memmax - $memperc% ${membar 4}
- ${color grey}Swap Usage:$color $swap/$swapmax - $swapperc% ${swapbar 4}
- ${hr}
- ${color grey}File systems:
- / $color${fs_used /}/${fs_size /} ${fs_bar 6 /}
- ${hr}
- ${color grey}Networking:
- Up:$color ${upspeed wlan0} ${color grey} - Down:$color ${downspeed wlan0}
- ]]
Advertisement
Add Comment
Please, Sign In to add comment