Update .config/awesome/config.lua
This commit is contained in:
parent
a63eed3755
commit
f8ba974eee
1 changed files with 3 additions and 3 deletions
|
@ -22,11 +22,11 @@ M.theme = {
|
||||||
flavor = {{ .drapeau.colors.flavor | quote }},
|
flavor = {{ .drapeau.colors.flavor | quote }},
|
||||||
accent1 = "pink",
|
accent1 = "pink",
|
||||||
accent2 = "rosewater",
|
accent2 = "rosewater",
|
||||||
{{ if eq .chezmoi.hostname "archgirlie" }}
|
{{ if eq .chezmoi.hostname "archgirlie" -}}
|
||||||
wallpaper = "~/data/photos/wallpaper/city.png",
|
wallpaper = "~/data/photos/wallpaper/city.png",
|
||||||
{{ else }}
|
{{ else -}}
|
||||||
wallpaper = config_dir .. "themes/catppuccin/buttons.png",
|
wallpaper = config_dir .. "themes/catppuccin/buttons.png",
|
||||||
{{ end }}
|
{{ end -}}
|
||||||
pfp = config_dir .. "themes/catppuccin/assets/pfp.jpg",
|
pfp = config_dir .. "themes/catppuccin/assets/pfp.jpg",
|
||||||
icon_theme = "Papirus",
|
icon_theme = "Papirus",
|
||||||
font = {
|
font = {
|
||||||
|
|
Loading…
Reference in a new issue