Advertisement
arkansawdave74

newconkyclock

Nov 2nd, 2018
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. # — SETTINGS — #
  2. background no
  3. update_interval 1
  4. cpu_avg_samples 2
  5. net_avg_samples 2
  6. double_buffer yes
  7. no_buffers yes
  8. text_buffer_size 1024
  9. imlib_cache_size 0
  10.  
  11. # — WINDOW — #
  12. own_window yes
  13. own_window_type normal
  14. own_window_transparent yes
  15. own_window_hints undecorated,sticky,skip_taskbar,skip_pager,below
  16.  
  17. # — BORDER — #
  18. border_inner_margin 1
  19. border_outer_margin 1
  20. border_width 1
  21.  
  22. # — SIZE — #
  23. minimum_size 350 50
  24. default_bar_size 150 4
  25.  
  26. # — ALIGNMENT — #
  27. alignment top_right
  28. gap_x 21
  29. gap_y 20
  30.  
  31. # — GRAPHIC — #
  32. draw_shades no
  33. draw_outline no
  34. draw_borders no
  35. draw_graph_borders yes
  36. #default_shade_color
  37. #default_outline_color 909090
  38. #own_window_colour 808080
  39.  
  40. # — TEXT — #
  41. use_xft yes
  42. xftfont Dungeon:size=8
  43. xftalpha 1.0
  44. uppercase no
  45. override_utf8_locale yes
  46. default_color FF0000
  47.  
  48. # — LUA — #
  49. #lua_load ~/Conky/bgcolor/bg.lua
  50. #lua_draw_hook_pre conky_draw_bg
  51.  
  52. # — Colors — #
  53. color1 FF0000
  54.  
  55. own_window_argb_visual no
  56. own_window_color 000000
  57. minimum_size 0 0
  58. TEXT
  59. ${font Ubuntu:size=20}${goto 5}$color1${time %I:%M %p}
  60. ${voffset -15} $color${font Ubuntu:size=10}${time %a %d %b %Y}${font}
  61. #${voffset 4}${goto 5}Desk » $color1${desktop_name} (${desktop})
  62. ${voffset 5}$color UPT » $color1${uptime_short}$color
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement