Update the `system-info` directory with the addition of a `systemd` service file and an new Linux script to display current CPU temperature and core/thread utilization. Update `.conduit.yaml` with addition `apt` dependencies `sysstat` and `jq`. Update the install and remove scripts to setup and tear down the `systemd` user unit. Lastly, decrease the `tmux` status line update interval from 5 to 2 seconds.
		
			
				
	
	
		
			9 lines
		
	
	
		
			145 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			145 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=System Info
 | |
| 
 | |
| [Service]
 | |
| ExecStart=/home/benie/.config/tmux/system-info/system-info-Linux.sh
 | |
| 
 | |
| [Install]
 | |
| WantedBy=default.target
 |