From 3434b46c2b5a9f404ed030a8c5d59be6794af090 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Wed, 31 Aug 2022 16:01:23 -0400 Subject: [PATCH] FIX typos --- .symlinks/conky-configs/conky-workstation.dhall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.symlinks/conky-configs/conky-workstation.dhall b/.symlinks/conky-configs/conky-workstation.dhall index d6b5869..3d021e0 100644 --- a/.symlinks/conky-configs/conky-workstation.dhall +++ b/.symlinks/conky-configs/conky-workstation.dhall @@ -33,7 +33,7 @@ let memory = , show_plot = True , table_rows = 10 , geometry = C.MemGeo::{ - , plot = C.PlotGeo_::{ height = 120, ticks_y = 10 } + , plot = C.PlotGeo::{ height = 120, ticks_y = 10 } } } @@ -46,7 +46,7 @@ let processor = , show_plot = True , table_rows = 10 , geometry = C.ProcGeo::{ - , plot = C.PlotGeo_::{ height = 120, ticks_y = 10 } + , plot = C.PlotGeo::{ height = 120, ticks_y = 10 } } }