Advertisement
kainonergon

conky weather

Apr 23rd, 2017
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.38 KB | None | 0 0
  1. #! /usr/bin/env lua
  2. conky.config = {
  3.     alignment = 'top_middle',
  4.     background = true,
  5.     default_color = 'D3DAE3',
  6.     double_buffer = true,
  7.     font = 'xos4Terminus:pixelsize=18',
  8.     draw_shades = false,
  9.     own_window = true,
  10.     own_window_type = 'desktop',
  11.     own_window_transparent = true,
  12.     update_interval = 10,
  13.     use_xft = true
  14. };
  15.  
  16. conky.text = [[
  17. ${execi 600 weather-report -qm}
  18. ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement