feat: more improvements

This commit is contained in:
2024-01-07 22:39:31 +01:00
parent 2c2b62d14e
commit 526a2dde94
5 changed files with 43 additions and 19 deletions

View File

@@ -11,7 +11,6 @@ import { showAbout } from "../about/about.js";
import Gtk from "gi://Gtk";
export function init() {
console.log("init settings");
notificationBlacklist();
warnOnLowBattery();
globals();
@@ -21,7 +20,6 @@ export function init() {
gtkFontSettings();
dependandOptions();
console.log("init scss");
reloadScss();
hyprlandInit();
setupHyprland();