dots


dots / config / .config / conky / themes / strip-clear
xxwhirlpool  ·  2025-10-23

dark-strip-l-clear-1920-1080.conf

 1--[[
 2    Author:             Arturo Aguilar Lagunas
 3    Description:        Dark theme for a single monitor (1920 x 1080)
 4]]
 5
 6conky.config = {
 7    -- window
 8    alignment = 'top_right',
 9    gap_x = 0,
10    gap_y = 0,
11    minimum_height = 1080,
12    minimum_width = 460,
13    maximum_width = 460,
14    background = false,
15    border_width = 1,
16    own_window = true,
17    own_window_class = 'Conky',
18    own_window_type = 'normal',
19    -- Colors
20    font = 'Maple Mono NF CN ExtraLight:style=regular:size=13',
21    font1 = 'Maple Mono NF CN ExtraLight:style=regular:size=13',
22    color1 = '#c6d0f5',                        -- accent
23    color2 = '#c6d0f5',                        -- accent dimmed
24    own_window_transparent = false,             -- transparency
25    own_window_argb_visual = true,            -- transparency
26    own_window_argb_value = 10,               -- transparency [0 -255]
27    own_window_hints = 'below,undecorated,sticky,skip_taskbar,skip_pager',                  -- if own_window true - just hints - own_window_type sets it
28    own_window_colour = '#a1a6be',             -- bg color [comment to full transparency]
29    default_color = 'white',                   -- default colors
30    default_outline_color = 'white',           -- default colors
31    default_shade_color = 'white',             -- default colors
32    double_buffer = true,                      -- removes flickering
33    draw_borders = false,                      -- borders (window)
34    draw_graph_borders = true,                 -- borders (graphs)
35    draw_outline = false,                      -- border (text)
36    draw_shades = false,                       -- shades
37    extra_newline = false,                     -- extra newline at the end when writing to stdout
38    -- other
39    update_interval = 1.0,
40    cpu_avg_samples = 4,
41    net_avg_samples = 4,
42    no_buffers = true,
43    out_to_console = false,
44    out_to_ncurses = false,
45    out_to_stderr = false,
46    out_to_x = true,
47    show_graph_range = false,
48    show_graph_scale = false,
49    stippled_borders = 0,
50    uppercase = false,
51    use_spacer = 'none',
52    use_xft = true,
53    override_utf8_locale = yes
54}
55
56conky.text = [[
57${voffset 8}
58${goto 24}${color1}${font1}Weather ${voffset 30}${font}
59${image /home/kat/.config/conky/wttr.png -p 50,50 -s 460x460}
60
61${voffset 30}
62${goto 24}${color1}${font1}System ${voffset 8}${font}  
63${goto 24}${color1}OS:        ${color1}$sysname $nodename $machine
64${goto 24}${color1}Kernel:    ${color1}$kernel  
65${goto 24}${color1}Uptime:    ${color1}$uptime  
66
67${goto 24}${color1}${font1}Memory ${voffset 8}${font}  
68${goto 24}${color1}RAM:  ${color1}$mem/$memmax ${alignr}$memperc% ${color1}${membar 4, 124}  
69${goto 24}${color1}Swap: ${color1}$swap/$swapmax ${alignr}$swapperc% ${color1}${swapbar 4, 124}${voffset 8}  
70
71${goto 24}${color1}${font1}Now Playing ${font}${voffset 8}
72${color1}${font1}${execi 5 (/home/kat/Documents/lastfm.sh | sed 's/^/  /')}
73
74]]