forked from Shinonome/dots-hyprland
user config: add date format #307
This commit is contained in:
@@ -222,7 +222,7 @@ export default ({
|
||||
else if (messageTime.get_day_of_year() == GLib.DateTime.new_now_local().get_day_of_year() - 1)
|
||||
notifTime = 'Yesterday';
|
||||
else
|
||||
notifTime = messageTime.format('%d/%m');
|
||||
notifTime = messageTime.format(userOptions.time.dateFormat);
|
||||
const notifTextSummary = Label({
|
||||
xalign: 0,
|
||||
className: 'txt-small txt-semibold titlefont',
|
||||
|
||||
Reference in New Issue
Block a user