mirror of
https://github.com/Andrey0189/nixos-config-reborn.git
synced 2025-09-15 10:06:00 +03:00
add time widget
This commit is contained in:
@@ -9,6 +9,18 @@
|
||||
no_fade_in = false;
|
||||
};
|
||||
|
||||
label = {
|
||||
text = "$TIME";
|
||||
font_size = 96;
|
||||
font_family = "JetBrains Mono";
|
||||
color = "rgba(235, 219, 178, 1.0)";
|
||||
position = "0, 600";
|
||||
halign = "center";
|
||||
walign = "center";
|
||||
|
||||
shadow_passes = 1;
|
||||
};
|
||||
|
||||
background = [
|
||||
{
|
||||
path = "screenshot";
|
||||
|
Reference in New Issue
Block a user