1
1
mirror of https://github.com/nboughton/dotfiles synced 2024-11-22 14:51:56 +01:00
github.com-nboughton-dotfiles/README.md

17 lines
1014 B
Markdown
Raw Permalink Normal View History

2020-11-23 10:39:54 +01:00
# Notes:
2021-03-29 11:08:31 +02:00
The current config is designed to source some of its color definitions and config files from ~/.cache/wal/ because I'm lazy. Make sure you've generated a colour scheme with pywal before trying to use these dotfiles as is. The config files that are generated through wal have templates that are committed here too.
2020-11-23 10:50:13 +01:00
2020-12-18 21:15:56 +01:00
Most people probably want to disable the custom/auroch module in the waybar config as it's pretty specific to me for letting me know when AUR packages that I maintain are out of date.
2020-12-09 23:50:56 +01:00
2021-02-19 11:22:17 +01:00
If you want to use the custom/updates (obligatory "I use arch btw") module you'll need Go and Yay installed. You'll also need to do the following:
2020-12-09 23:50:56 +01:00
* ````mkdir -p ~/tmp```` as this is where I output the json data that is polled by the waybar config
* Symlink the updates.timer and updates.service files from waybar/modules/updates/ into ~/.config/systemd/user
* Run ````systemctl --user daemon-reload````
* Run ````systemctl --user enable updates.timer````
2020-11-23 10:50:13 +01:00
## Screenshot
![screenshot](/screenshot.png)