dotfiles/.chezmoiexternals/awesomewm.toml
punkfairie 800ee5500b
Update .chezmoi.toml
Update .chezmoiexternals/awesomewm.toml
Update .chezmoiexternals/rofi.toml
Update .chezmoiexternals/zathura.toml
Update .chezmoiscripts/00-aur.sh
2024-04-21 10:05:25 -07:00

21 lines
542 B
TOML

{{- if eq .osid "linux-arch" -}}
[".config/awesome/lib/bling"]
type = "git-repo"
url = "https://github.com/BlingCorp/bling.git"
refreshPeriod = "672h"
[".config/awesome/lib/catppuccin"]
type = "git-repo"
url = "https://github.com/catppuccin/lua.git"
refreshPeriod = "672h"
[".config/awesome/lib/layout-machi"]
type = "git-repo"
url = "https://github.com/xinhaoyuan/layout-machi.git"
refreshPeriod = "672h"
[".config/awesome/lib/rubato"]
type = "git-repo"
url = "https://github.com/andOrlando/rubato.git"
refreshPeriod = "672h"
{{- end -}}