https://github.com/wjdp/dotfiles
:black_circle: Personal dotfiles, possibly not an awful lot of use to anyone else.
https://github.com/wjdp/dotfiles
Last synced: 3 months ago
JSON representation
:black_circle: Personal dotfiles, possibly not an awful lot of use to anyone else.
- Host: GitHub
- URL: https://github.com/wjdp/dotfiles
- Owner: wjdp
- Created: 2013-02-04T02:55:44.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-01-20T15:06:05.000Z (5 months ago)
- Last Synced: 2025-01-20T16:17:35.317Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 4.78 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# wjdp dotfiles
## Install
1. Clone the repo into ~
1. `sudo apt install ansible`
1. `ansible-galaxy install -r requirements.yml`
1. `bin/dot-bootstrap`## Update just one role
1. `dot-update `
## Sway
### Finding the correct temperature sensor
- `sensors` and identify, e.g. k10temp-pci-00c3
- `bat /sys/class/hwmon/hwmon*/name` to lookup sensor names
- Then use `/sys/class/hwmon/hwmon*/temp1_input` for the temperatureThough there is a chance of the path changing on reboot, doesn't seem to be a solution for now.
- See https://github.com/Alexays/Waybar/issues/1943
- See https://github.com/Alexays/Waybar/issues/1700