From 86c7f53ebcd269be0086fbeae0a8be3ccbb521cf Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Tue, 3 Apr 2018 15:38:35 +0200 Subject: [PATCH] add conkyrc file for displaying credits --- conky/conkyrc_wallsplash | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 conky/conkyrc_wallsplash diff --git a/conky/conkyrc_wallsplash b/conky/conkyrc_wallsplash new file mode 100644 index 0000000..252475b --- /dev/null +++ b/conky/conkyrc_wallsplash @@ -0,0 +1,28 @@ +conky.config = { + background = false, + use_xft = true, + font = 'erus:size=10', + update_interval = 20, + total_run_times = 0, + own_window = true, + own_window_type = 'desktop', + own_window_argb_visual = true, + own_window_argb_value = 80, + own_window_hints = 'undecorated,sticky,skip_taskbar,skip_pager', + double_buffer = true, + draw_shades = true, + draw_outline = false, + draw_borders = false, + default_color = "808080", + default_shade_color = "101319", + alignment = 'top_left', + gap_x = 1450, + gap_y = 1050, + uppercase = false, + override_utf8_locale = true, +}; + +conky.text = [[ +${color ffffff}${head ~/Images/wallpaper.txt 1} +]]; +-- vim:set ft=lua: