diff --git a/.files/conky-configs/workstation.dhall b/.files/conky-configs/workstation.dhall index 83283af..1f1f040 100644 --- a/.files/conky-configs/workstation.dhall +++ b/.files/conky-configs/workstation.dhall @@ -41,8 +41,7 @@ let memory = let processor = C.ModType.processor C.Processor::{ - , core_rows = 2 - , core_padding = 0 + , core_groups = [ { threads = 2, rows = 2, padding = 0 } ] , show_stats = False , show_plot = True , table_rows = 10 diff --git a/.files/rofi-dev-configs/workstation.dhall b/.files/rofi-dev-configs/workstation.dhall index 2748bf4..38ea897 100644 --- a/.files/rofi-dev-configs/workstation.dhall +++ b/.files/rofi-dev-configs/workstation.dhall @@ -74,12 +74,8 @@ let defaultDevs = ] let otherDevs = - [ { tKey = "ebm_snakemake" - , tVal = - sshfsTree - "ebm_snakemake" - "EBM" - "nisaba:/wrk/njd2/stratomod-experiments" + [ { tKey = "nisaba-wrk" + , tVal = sshfsTree "nisaba_wrk" "nisaba_wrk" "nisaba:/wrk/njd2" } ]