Update Conky positioning
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
-- Conky, a system monitor https://github.com/brndnmtthws/conky
|
-- Conky, a system monitor https://github.com/brndnmtthws/conky
|
||||||
conky.config = {
|
conky.config = {
|
||||||
background = false,
|
background = true,
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Meslo LGS NF:size=12',
|
font = 'Meslo LGS NF:size=12',
|
||||||
xftalpha = 0.8,
|
xftalpha = 0.8,
|
||||||
@@ -25,7 +25,7 @@ conky.config = {
|
|||||||
default_color = '#d8dee9',
|
default_color = '#d8dee9',
|
||||||
default_shade_color = 'grey',
|
default_shade_color = 'grey',
|
||||||
default_outline_color = 'black',
|
default_outline_color = 'black',
|
||||||
alignment = 'middle_left',
|
alignment = 'bottom_left',
|
||||||
gap_x = 0,
|
gap_x = 0,
|
||||||
gap_y = 0,
|
gap_y = 0,
|
||||||
no_buffers = true,
|
no_buffers = true,
|
||||||
@@ -58,8 +58,8 @@ $alignr ${offset -220} < wlp4s0:${if_empty ${exec iwgetid}} Offline$else ${exec
|
|||||||
$alignr ${offset -100} < eno1:${if_empty ${exec ifconfig eno1 | grep "inet " | awk '{print $2}'}} Offline$else ${exec ifconfig wlp4s0 | grep "inet " | awk '{print $2}'}$endif > ┴────────────
|
$alignr ${offset -100} < eno1:${if_empty ${exec ifconfig eno1 | grep "inet " | awk '{print $2}'}} Offline$else ${exec ifconfig wlp4s0 | grep "inet " | awk '{print $2}'}$endif > ┴────────────
|
||||||
|
|
||||||
|
|
||||||
${offset 440} MEM < $mem/$memmax - ${lua_parse format %2.0f $memperc}% ${membar 8,150} > ┬─────────────
|
${offset 450} MEM < $mem/$memmax - ${lua_parse format %2.0f $memperc}% ${membar 8,150} > ┬─────────────
|
||||||
${offset 440} SWAP < $swap/$swapmax - ${lua_parse format %2.0f $swapperc}% ${swapbar 8,150} > ┘
|
${offset 450} SWAP < $swap/$swapmax - ${lua_parse format %2.0f $swapperc}% ${swapbar 8,150} > ┘
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -94,6 +94,14 @@ ${offset 410} └ ALBUM < ${exec playerctl metadata album} >
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@@ -4,7 +4,7 @@ conky.config = {
|
|||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Meslo LGS NF:size=12',
|
font = 'Meslo LGS NF:size=12',
|
||||||
xftalpha = 0.8,
|
xftalpha = 0.8,
|
||||||
update_interval = 5,
|
update_interval = 1,
|
||||||
update_interval_on_battery = 15,
|
update_interval_on_battery = 15,
|
||||||
total_run_times = 0,
|
total_run_times = 0,
|
||||||
own_window = true,
|
own_window = true,
|
||||||
@@ -25,7 +25,7 @@ conky.config = {
|
|||||||
default_color = '#d8dee9',
|
default_color = '#d8dee9',
|
||||||
default_shade_color = 'grey',
|
default_shade_color = 'grey',
|
||||||
default_outline_color = 'black',
|
default_outline_color = 'black',
|
||||||
alignment = 'middle_left',
|
alignment = 'bottom_left',
|
||||||
gap_x = 0,
|
gap_x = 0,
|
||||||
gap_y = 0,
|
gap_y = 0,
|
||||||
no_buffers = true,
|
no_buffers = true,
|
||||||
@@ -78,6 +78,21 @@ ${offset 1510}─────────────────── BAT < $b
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user