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.
35 lines
748 B
YAML
35 lines
748 B
YAML
---
|
|
- location: ~/.config/tmux
|
|
- apt:
|
|
- tmux
|
|
- xclip
|
|
- urlview
|
|
- sysstat
|
|
- jq
|
|
- brew:
|
|
- tmux
|
|
- urlview
|
|
- reattach-to-user-namespace
|
|
- pacman:
|
|
- tmux
|
|
- xclip
|
|
- urlscan
|
|
- dnf:
|
|
- tmux
|
|
- xclip
|
|
- urlscan
|
|
- symlink:
|
|
- src: tmux.conf
|
|
dst: ~/.tmux.conf
|
|
- src: layouts/session-main
|
|
dst: ~/.local/share/tmux/layouts/session-main
|
|
- src: layouts/window-tall
|
|
dst: ~/.local/share/tmux/layouts/window-tall
|
|
- src: layouts/window-wide-left
|
|
dst: ~/.local/share/tmux/layouts/window-wide-left
|
|
- src: layouts/window-wide-right
|
|
dst: ~/.local/share/tmux/layouts/window-wide-right
|
|
- command:
|
|
- install: system-info/install.sh
|
|
- remove: system-info/remove.sh
|