1
1
mirror of https://github.com/nboughton/dotfiles synced 2024-11-26 04:28:43 +01:00
github.com-nboughton-dotfiles/README.md

19 lines
898 B
Markdown
Raw Normal View History

2020-11-23 10:39:54 +01:00
# Notes:
2020-11-23 17:41:32 +01:00
* GTK Theme: https://github.com/nboughton/NordSur (use sharp branch for Sway to disable rounded window borders)
2020-11-23 10:39:54 +01:00
* waybar taskbar icon theme: https://github.com/nboughton/DarK-fork
2020-12-11 01:38:39 +01:00
* wallpaper: https://i.imgur.com/2fcDiJA.png
2020-11-23 10:50:13 +01:00
2020-12-11 01:38:39 +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 NPM packages that I maintain are out of date.
2020-12-09 23:50:56 +01:00
If you want to use the custom/pacman module you'll need Go and Yay installed. You'll also need to do the following:
* ````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)