Skip to content

Commit

Permalink
[rust-motd] Add memory component
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRobitaille committed Nov 30, 2021
1 parent 04c5868 commit a10e32f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
16 changes: 15 additions & 1 deletion onedrive/config
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ sync_dir = "~/OneDrive"
# monitor_interval = "300"
skip_dir = "Microsoft Teams Chat Files"
skip_dir = "CNT Antenna"
skip_dir = "22. CNT-Antenna"
skip_dir = "CNT Automation"
skip_dir = "02. QuIN_Research/22. CNT Antenna"
skip_dir = "Cu2O chacterization"
skip_dir = "Cu2O chacterization(1)"
skip_dir = "Exciton-Polariton"
skip_dir = "Exciton-Polariton(1)"
skip_dir = "02. QuIN_Research/01. Exciton-Polariton"
skip_dir = "02. QuIN_Research/51. Pica Antenna_with Eldad"
skip_dir = "Hexagonal Boron Nitride (hBN)"
skip_dir = "Quantum Dot"
skip_dir = "FPGA Noise Measurement"
Expand All @@ -25,12 +27,24 @@ skip_dir = "11. QuIN Team Member Backups"
skip_dir = "QuIN Webinar Recording"
skip_dir = "99. QuIN Webinar Recording"
skip_dir = "venv"
skip_dir = "Random Telegraph Noise"
skip_dir = "2020-11-23 Experiment"
skip_dir = "Random Telegraph Noise"
skip_dir = "General"
skip_dir = "05. Tasks"
skip_dir = "05. QuIN_Tasks"
skip_dir = "03. QuIN_Study"
# Copied to 02. QuIN_Research/31. Noise-RTN/03. Algorithm Verification
skip_dir = "02. QuIN_Research/31. Noise-RTN/02. 28 nm PMOS - Manuscript"
# Many large video clips
skip_dir = "01. QuIN_General/00. QuIN Instruction Documents/QuIN-Equipment SOP/Qopus SCNWSPD/QOpus Installation - 20211021"

# Large RTN files
skip_dir = "02. QuIN_Research/31. Noise-RTN/01. IEDM2021_Algorithm paper/results_tracking"
skip_dir = "02. QuIN_Research/31. Noise-RTN/01. IEDM2021_Algorithm paper/generated_rtn_data4_white_noise_study/data4_1trap"
skip_dir = "02. QuIN_Research/31. Noise-RTN/01. IEDM2021_Algorithm paper/generated_rtn_data4_white_noise_study/RTN_AUTO_by Lu_2021_10_25_v1"
skip_file = "02. QuIN_Research/31. Noise-RTN/01. IEDM2021_Algorithm paper/generated_rtn_data4_white_noise_study/*.zip"

# log_dir = "/var/log/onedrive/"
skip_dir = "Archives - Past Members"
drive_id = "b!PXbUXorNrE-E558LTo_VYS8YJ94KkadEviwlB9QUKmj9FGqJ2ZbYR4oy4Wnm8KHh"
Expand Down
3 changes: 3 additions & 0 deletions rust-motd/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,7 @@ prefix = "Uptime"
[filesystems]
root = "/"

[memory]
swap_pos = "beside"

[last_run]
Binary file modified ssh/config.gpg
Binary file not shown.

0 comments on commit a10e32f

Please sign in to comment.