feat: more updates

This commit is contained in:
2024-01-02 13:12:39 +01:00
parent 32d78e57a3
commit cf80fb3f24
5 changed files with 31 additions and 54 deletions

View File

@@ -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() {