Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- conky.config = {
- use_xft =true,
- xftalpha =0.1,
- update_interval =1,
- total_run_times =0,
- own_window =true,
- own_window_type ="conky",
- own_window_type ="override",
- own_window_transparent =true,
- own_window_hints ="undecorated,below,sticky,skip_taskbar,skip_pager",
- own_window_colour ="000000",
- own_window_argb_visual =true,
- own_window_argb_value =255,
- double_buffer =true,
- maximum_width =650,
- draw_shades =false,
- draw_outline =false,
- draw_borders =false,
- draw_graph_borders =false,
- default_color ="white",
- default_shade_color ="red",
- default_outline_color ="green",
- alignment ="bottom_right",
- gap_x =30,
- gap_y =50,
- no_buffers =true,
- uppercase =false,
- cpu_avg_samples =2,
- net_avg_samples =1,
- override_utf8_locale =true,
- use_spacer ="none",
- mpd_host ='localhost',
- mpd_port =6601,
- }
- conky.text = [[
- ${if_match "${exec cat /tmp/my_i3_ws}" != "8" }\
- ${if_match "${exec cat /tmp/my_i3_ws}" != "10" }\
- ${if_match "${exec cat /tmp/my_i3_ws}" != "11" }\
- ${if_match "${exec cat /tmp/my_i3_ws}" != "13" }\
- ${if_match "${exec cat /tmp/my_i3_ws}" != "0" }\
- ${color EAEAEA}${font Amiri:pixelsize=50}${exec ~/.i3/conky/conky-prayer.sh}${font}
- ${color EAEAEA}${font GE Inspira:pixelsize=120}${time %H:%M}${font}${voffset -84}${offset 10}${color FFA300}${font GE Inspira:pixelsize=42}${time %d} ${voffset -15}${color EAEAEA}${font GE Inspira:pixelsize=22}${time %B} ${time %Y}${font}${voffset 24}${font GE Inspira:pixelsize=58}${offset -148}${time %A}${font}
- ${voffset 5}${offset 12}${font Ubuntu:pixelsize=12}${color FFA300}HD ${offset 9}$color${fs_free /} / ${fs_size /}${offset 30}${color FFA300}RAM ${offset 9}$color$mem / $memmax${offset 30}${color FFA300}CPU ${offset 9}$color${cpu cpu0}% \
- ${color FFA300}${font MyriadPro:bold:size=9} ${exec cat /tmp/wchanger_wlog }
- ${goto 15}$mpd_smart $alignr ${offset -120} $mpd_elapsed / $mpd_length
- ${goto 15}${mpd_bar 3,520}
- ${endif}\
- ${endif}\
- ${endif}\
- ${endif}\
- ${endif}\
- ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement