forked from Shinonome/dots-hyprland
user config round 2 (#271)
This commit is contained in:
@@ -11,11 +11,6 @@ import { getCalendarLayout } from "./calendar_layout.js";
|
||||
let calendarJson = getCalendarLayout(undefined, true);
|
||||
let monthshift = 0;
|
||||
|
||||
function fileExists(filePath) {
|
||||
let file = Gio.File.new_for_path(filePath);
|
||||
return file.query_exists(null);
|
||||
}
|
||||
|
||||
function getDateInXMonthsTime(x) {
|
||||
var currentDate = new Date(); // Get the current date
|
||||
var targetMonth = currentDate.getMonth() + x; // Calculate the target month
|
||||
|
||||
Reference in New Issue
Block a user