pl translation

This commit is contained in:
2026-03-18 02:49:13 +01:00
parent d73ec4f803
commit ad0b8728f8
3 changed files with 160 additions and 62 deletions

View File

@@ -8,8 +8,8 @@ conky.config = {
own_window_class = 'Conky',
own_window_title = 'Conky',
alignment = 'middle_left',
gap_x = 30,
alignment = 'middle_middle',
gap_x = 0,
gap_y = 0,
minimum_width = 200,
@@ -20,17 +20,14 @@ conky.config = {
override_utf8_locale = true,
-- COLORS
draw_shades = true,
draw_shades = false,
default_shade_color = '#000000',
draw_outline = false,
default_outline_color = '#222222',
default_color = '#F8F8FF',
default_color = '#d3d4bf',
color0 = '#accdc7',
color1 = '#309552',
color2 = '#E8CB2D',
-- BORDERS
draw_borders = true,
-- Stippled borders?
@@ -66,7 +63,7 @@ conky.config = {
conky.text = [[
#${execpi 30 todo.sh -d ~/.config/todo/config-conky ls}
${execpi 3 mabox-todo.sh -c}
${execpi 5 mabox-todo.sh -c}
#${image ~/.config/conky/images/test.png -p 0,0}
#${image ~/.config/conky/images/test.png -p 400,0}
]];