mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-06 23:39:27 -05:00
Merge branch 'main' of https://github.com/darksignal7/dots-hyprland
This commit is contained in:
@@ -348,7 +348,7 @@ Item {
|
||||
onPaint: {
|
||||
var ctx = getContext("2d");
|
||||
ctx.clearRect(0,0,width,height);
|
||||
ctx.font = "700 30px gabarito";
|
||||
ctx.font = "700 30px " + Appearance.font.family.title;
|
||||
|
||||
var text = DateTime.date.substring(0,3) + " " + DateTime.date.substring(4,7);
|
||||
var radius = 78;
|
||||
|
||||
Reference in New Issue
Block a user