forked from Shinonome/dots-hyprland
user config round 2 (#271)
This commit is contained in:
@@ -2,7 +2,6 @@ const { Notify, GLib, Gio } = imports.gi;
|
||||
import * as Utils from 'resource:///com/github/Aylur/ags/utils.js';
|
||||
import Battery from 'resource:///com/github/Aylur/ags/service/battery.js';
|
||||
|
||||
|
||||
export function fileExists(filePath) {
|
||||
let file = Gio.File.new_for_path(filePath);
|
||||
return file.query_exists(null);
|
||||
|
||||
Reference in New Issue
Block a user