✨ ags: optimizations, add media and separator widgets
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { readFile } from "astal";
|
||||
import { getUserDirs } from "./user";
|
||||
|
||||
export abstract class Wal {
|
||||
getColors(): JSON {
|
||||
export class Wal {
|
||||
public static getColors(): JSON {
|
||||
return JSON.parse(
|
||||
readFile(`${getUserDirs().cache}/wal/colors.json`)!
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user