Update Conky positioning

This commit is contained in:
2021-12-30 22:44:50 +02:00
parent 6f2e0b17df
commit f3ad0134a8
3 changed files with 38 additions and 37 deletions

View File

@@ -4,7 +4,7 @@ conky.config = {
use_xft = true,
font = 'Meslo LGS NF:size=12',
xftalpha = 0.8,
update_interval = 1,
update_interval = 5,
update_interval_on_battery = 15,
total_run_times = 0,
own_window = true,
@@ -25,7 +25,7 @@ conky.config = {
default_color = '#d8dee9',
default_shade_color = 'grey',
default_outline_color = 'black',
alignment = 'top_left',
alignment = 'middle_left',
gap_x = 0,
gap_y = 0,
no_buffers = true,
@@ -38,21 +38,6 @@ conky.config = {
}
conky.text = [[
${offset 1640}────────────────────── LOCALE < $LANG >
@@ -88,4 +73,15 @@ ${offset 1440} └ < /mnt/storage ${fs_used /mnt/storage}
${offset 1510}─────────────────── BAT < $battery >
]]