-- Conky, a system monitor https://github.com/brndnmtthws/conky -- -- This configuration file is Lua code. You can write code in here, and it will -- execute when Conky loads. You can use it to generate your own advanced -- configurations. -- -- Try this (remove the `--`): -- -- print("Loading Conky config") -- -- For more on Lua, see: -- https://www.lua.org/pil/contents.html -- -- Conky Lua API: https://conky.cc/lua -- Configuration settings: https://conky.cc/config_settings conky.config = { alignment = 'top_right', background = false, double_buffer = true, font = 'DejaVu Sans:Bold:size=48', gap_x = 0, gap_y = 0, out_to_console = false, out_to_ncurses = false, out_to_stderr = false, out_to_wayland = false, out_to_x = true, own_window = true, own_window_class = 'Conky', own_window_type = 'utility', own_window_hints = 'undecorated,above', own_window_transparent = false, own_window_argb_visual = true, own_window_argb_value = 0, update_interval = 1.0, use_xft = true, } -- Variables: https://conky.cc/variables conky.text = [[ ${color gray95}${time %-I:%M} ]]