Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #======================================================================================#
- # modified by plusdm 2015 #
- #======================================================================================#
- own_window yes
- own_window_argb_visual yes
- own_window_transparent yes
- own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
- # ARGB can be used for real transparency, note that a composite manager is required for real transparency
- own_window_argb_visual true
- # Set the transparency alpha value from 0 to 255
- own_window_argb_value 0
- update_interval 1 # this is used if system is not running on battery battery
- update_interval_on_battery 1 # this is used if system is running on battery battery, higher value ensures that conky save battery power
- double_buffer yes
- no_buffers yes
- text_buffer_size 2048
- gap_x 645
- gap_y 255
- minimum_size 300
- maximum_width 184
- border_inner_margin 0
- border_outer_margin 0
- use_spacer none
- alignment tl
- draw_shades no
- draw_outline no
- draw_borders no
- draw_graph_borders no
- override_utf8_locale yes
- use_xft yes
- xftfont ubuntu light:size=8
- xftalpha 0.2
- uppercase no
- TEXT
- ${font monospace:pixelsize=10}${color 63767B}
- hostname: $alignr${nodename}
- uptime: $alignr${uptime}
- kernel: $alignr${Kernel}
- battery: $alignr${battery_percent BAT1}%
- temperature: $alignr${acpitemp}°C
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement