Implemented config changing functionality

This commit is contained in:
Jas Singh
2024-07-15 01:37:41 -07:00
parent abe491e6d0
commit 11785d1a5d
10 changed files with 282 additions and 170 deletions

View File

@@ -7,37 +7,17 @@ const options = mkOptions(OPTIONS, {
autotheme: opt(false),
theme: {
dark: {
primary: {
bg: opt("#51a4e7"),
fg: opt("#141414"),
},
error: {
bg: opt("#e55f86"),
fg: opt("#141414"),
},
bg: opt("#171717"),
fg: opt("#eeeeee"),
widget: opt("#eeeeee"),
border: opt("#eeeeee"),
primary: {
bg: opt("#51a4e7"),
fg: opt("#141414"),
},
light: {
primary: {
bg: opt("#426ede"),
fg: opt("#eeeeee"),
},
error: {
bg: opt("#b13558"),
fg: opt("#eeeeee"),
},
bg: opt("#fffffa"),
fg: opt("#080808"),
widget: opt("#080808"),
border: opt("#080808"),
error: {
bg: opt("#e55f86"),
fg: opt("#141414"),
},
bg: opt("#171717"),
fg: opt("#eeeeee"),
blur: opt(0),
scheme: opt<"dark" | "light">("dark"),
widget: { opacity: opt(94) },
border: {
width: opt(1),
@@ -97,6 +77,7 @@ const options = mkOptions(OPTIONS, {
},
workspaces: {
workspaces: opt(7),
monitorSpecific: opt(true),
},
taskbar: {
iconSize: opt(0),