Sat 6 Jul 14:52:01 CEST 2024
This commit is contained in:
parent
b4f089f2ad
commit
63cec4ff99
|
@ -211,10 +211,13 @@ function Right() {
|
|||
.split(/\s+/)[1].replace("+", "")],
|
||||
}).bind(),
|
||||
}),
|
||||
Widget.Label({
|
||||
Widget.Button({
|
||||
class_name: "item",
|
||||
child: Widget.Label({
|
||||
label: Variable("", { poll: [1000, 'date "+%Y-%m-%d"'] }).bind(),
|
||||
}),
|
||||
on_clicked: () => Utils.execAsync(['gnome-calendar']),
|
||||
}),
|
||||
Widget.Label({
|
||||
class_name: "item blue",
|
||||
label: Variable("", { poll: [1000, 'date "+%H:%M:%S"'] }).bind(),
|
||||
|
@ -244,7 +247,7 @@ App.config({
|
|||
style: "./style.css",
|
||||
iconTheme: "Papirus",
|
||||
windows: [
|
||||
Bar(1),
|
||||
Bar(0),
|
||||
NotificationPopups(),
|
||||
],
|
||||
})
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
gimp
|
||||
obs-studio
|
||||
inkscape
|
||||
gnome-calendar
|
||||
zip
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue