Advertisement
daydr3am3r

Eltanin2.conf

Oct 20th, 2024
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. conky.config = {
  2. --==============================================================================
  3.  
  4. --  Created : 2022/Sep/20
  5. --  This theme is for conky version 1.10.8 or newer
  6. --
  7. --  ELTANIN2
  8. --  ( A part of Draco Conky themes pack )
  9. --
  10. --  author  : Closebox73
  11. --  license : Distributed under the terms of GPLv3
  12. --  notes   : Created on 1366x768 Monitor
  13.  
  14. --==============================================================================
  15.  
  16. -- Size and Position settings --
  17.   alignment = 'middle_middle',
  18.   gap_x = 0,
  19.   gap_y = 33,
  20.   maximum_width = 400,
  21.   minimum_height = 150,
  22.   minimum_width = 400,
  23.  
  24. -- Text settings --
  25.   use_xft = true,
  26.   override_utf8_locale = true,
  27.   font = 'Roboto:light:size=9',
  28.  
  29. -- Color Settings --
  30.   default_color = 'white',
  31.   default_outline_color = 'white',
  32.   default_shade_color = 'white',
  33.   color1 = '#282C35',
  34.   color2 = '#73ba25',
  35.  
  36. -- Window Settings --
  37.   background = false,
  38.   border_width = 1,
  39.   draw_borders = false,
  40.   draw_graph_borders = true,
  41.   draw_outline = false,
  42.   draw_shades = false,
  43.   own_window = true,
  44.   own_window_colour = '000000',
  45.   own_window_class = 'Conky',
  46.   own_window_argb_visual = true,
  47.   own_window_type = 'desktop',
  48.   own_window_transparent = true,
  49.   own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
  50.   stippled_borders = 0,
  51.  
  52. -- Others --
  53.   cpu_avg_samples = 2,
  54.   net_avg_samples = 2,
  55.   double_buffer = true,
  56.   out_to_console = false,
  57.   out_to_stderr = false,
  58.   extra_newline = false,
  59.   update_interval = 1,
  60.   uppercase = false,
  61.   use_spacer = 'none',
  62.   show_graph_scale = false,
  63.   show_graph_range = false,
  64. }
  65.  
  66. conky.text = [[
  67. ${alignc}${voffset 0}${color}${font Bebas neue book:size=20}${execi 300 (date +"%^A" | sed 's/.\{1\}/& /g;s/ $//')}${font}
  68. ${alignc}${voffset 8}${color}${font Bebas neue book:bold:size=60}${execi 30 (date +"%H" | sed 's/.\{1\}/& /g;s/ $//')} : ${execi 30 (date +"%M" | sed 's/.\{1\}/& /g;s/ $//')}${font}
  69. ${alignc}${voffset 8}${color}${font Bebas neue book:size=20}${execi 300 (date +"%d" | sed 's/.\{1\}/& /g;s/ $//')}  -  ${execi 300 (date +"%^B" | sed 's/.\{1\}/& /g;s/ $//')}  -  ${execi 600 (date +"%Y" | sed 's/.\{1\}/& /g;s/ $//')}${font}
  70. ${voffset 10}${color2}${hr 2}${font}
  71. ]]
  72.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement