Made the profile image avatar in the dashboard configurable (size, radius). (#212)

This commit is contained in:
Jas Singh
2024-08-31 12:48:32 -07:00
committed by GitHub
parent e050e2ff2d
commit 44fddbcc14
4 changed files with 15 additions and 6 deletions

View File

@@ -533,7 +533,9 @@ const options = mkOptions(OPTIONS, {
color: opt(colors.surface0),
},
profile: {
name: opt(colors.pink)
name: opt(colors.pink),
size: opt("8.5em"),
radius: opt("0.4em"),
},
powermenu: {
shutdown: opt(colors.red),