forked from Shinonome/dots-hyprland
stuff
This commit is contained in:
Executable
+16
@@ -0,0 +1,16 @@
|
||||
(defwidget user []
|
||||
(box
|
||||
:space-evenly false
|
||||
:orientation "h"
|
||||
:style "padding-left: 28px; padding-right: 22px;"
|
||||
(label
|
||||
:class "username"
|
||||
:style "margin-right: 5px;"
|
||||
:text "${username == "" ? username_default : username}"
|
||||
)
|
||||
(box
|
||||
:class "userpic"
|
||||
:style "background-image: url('/var/lib/AccountsService/icons/${username == "" ? username_default : username}');"
|
||||
)
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user