"Get it on"

This commit is contained in:
2024-11-23 14:31:58 +01:00
parent ce228b4f51
commit 4ca97f2f4b
4 changed files with 38 additions and 13 deletions

View File

@@ -25,7 +25,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
]]
conky.config = {
lua_load = "~/.config/conky/vaconvert.lua",
lua_load = "/home/kristjank/.config/conky/vaconvert.lua",
alignment = 'bottom_right',
background = false,
border_width = 1,
@@ -52,10 +52,10 @@ conky.config = {
out_to_x = true,
own_window = true,
own_window_class = 'Conky',
own_window_type = 'dock',
own_window_type = 'normal',
own_window_transparent = false,
own_window_argb_visual = true,
own_window_argb_value = 85,
own_window_argb_value = 175,
own_window_hints = 'undecorated,sticky,skip_taskbar,skip_pager,below',
show_graph_range = false,
show_graph_scale = false,
@@ -75,7 +75,6 @@ $hr
${color green}Delovanje sistema
${color grey}CPU:$color $freq MHz $cpu% ${cpubar 4}
${color grey}RAM:$color $mem/$memmax - $memperc% ${membar 4}
${color grey}SWP:$color $swap/$swapmax - $swapperc% ${swapbar 4}
${color grey}NET:$color ${downspeed enp3s0f0}/${upspeed enp3s0f0}
CPU ${cpugraph 45}
RAM ${memgraph 45}
@@ -89,7 +88,9 @@ ${apcupsd_loadgraph 45}
$hr
${color green}Zasedenost pogonov:$color
/ $color${fs_used /}/${fs_size /} ${fs_bar 6 /}
backup $color${fs_used /mnt/backup}/${fs_size /mnt/backup} ${fs_bar 6 /mnt/backup}
bk $color${fs_used /mnt/backup}/${fs_size /mnt/backup} ${fs_bar 6 /mnt/backup}
dl $color${fs_used /mnt/downloads}/${fs_size /mnt/downloads} ${fs_bar 6 /mnt/downloads}
$hr
${color grey}Vsi procesi:$color $processes
${color grey}Ime PID CPU% MEM%