validate profile image and create fallback (#67)
* validate profile image and create fallback * Update modules/menus/dashboard/profile/index.ts Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com> * Update modules/menus/dashboard/profile/index.ts Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com> * Update options.ts Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com> * Update modules/menus/dashboard/profile/index.ts Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com> * Update modules/menus/dashboard/profile/index.ts --------- Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
This commit is contained in:
@@ -652,7 +652,7 @@ const options = mkOptions(OPTIONS, {
|
||||
logout: opt("pkill Hyprland"),
|
||||
shutdown: opt("shutdown now"),
|
||||
avatar: {
|
||||
image: opt("/home/jaskir/Pictures/Icons/900-900-max_catppuccin-mocha_hald8_GaussianRBF_lum1_shape96_near16.png"),
|
||||
image: opt("avatar-default-symbolic"),
|
||||
name: opt<"system" | string>("system"),
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user