mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 19:46:20 +00:00
feat: more updates
This commit is contained in:
@@ -87,7 +87,6 @@ const End = () =>
|
||||
SeparatorDot(Recorder, (r) => r.recording),
|
||||
SystemIndicators(),
|
||||
SeparatorDot(Battery, (b) => b.available),
|
||||
BatteryBar(),
|
||||
SeparatorDot(),
|
||||
PowerMenu(),
|
||||
],
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import Applauncher from "./applauncher/Applauncher.js";
|
||||
import Dashboard from "./dashboard/Dashboard.js";
|
||||
import Desktop from "./desktop/Desktop.js";
|
||||
import FloatingDock from "./dock/FloatingDock.js";
|
||||
import Lockscreen from "./lockscreen/Lockscreen.js";
|
||||
import Notifications from "./notifications/Notifications.js";
|
||||
import OSD from "./osd/OSD.js";
|
||||
@@ -21,7 +20,6 @@ initWallpaper();
|
||||
|
||||
const windows = () => [
|
||||
forMonitors(Desktop),
|
||||
forMonitors(FloatingDock),
|
||||
forMonitors(Lockscreen),
|
||||
forMonitors(Notifications),
|
||||
forMonitors(OSD),
|
||||
|
||||
@@ -267,7 +267,7 @@ export default {
|
||||
}),
|
||||
},
|
||||
|
||||
workspaces: Option(7, {
|
||||
workspaces: Option(0, {
|
||||
category: "Bar",
|
||||
title: "No. workspaces on bar and overview",
|
||||
note: "Set it to 0 to make it dynamic",
|
||||
|
||||
@@ -28,8 +28,6 @@ function getColor(scss) {
|
||||
}
|
||||
|
||||
export function hyprlandInit() {
|
||||
if (readFile("/tmp/ags/hyprland-init")) return;
|
||||
|
||||
sendBatch(
|
||||
Array.from(App.windows).flatMap(([name]) => [
|
||||
`layerrule blur, ${name}`,
|
||||
@@ -38,8 +36,6 @@ export function hyprlandInit() {
|
||||
: `layerrule ignorealpha 0.6, ${name}`,
|
||||
]),
|
||||
);
|
||||
|
||||
writeFile("init", "/tmp/ags/hyprland-init");
|
||||
}
|
||||
|
||||
export async function setupHyprland() {
|
||||
|
||||
Reference in New Issue
Block a user