Closes #22 - Implemented numbered workspace identifiers. (#31)

This commit is contained in:
Jas Singh
2024-07-28 17:51:16 -07:00
committed by GitHub
parent 3dc5bbbe13
commit f09f4ad6bd
6 changed files with 55 additions and 1 deletions

View File

@@ -82,6 +82,8 @@ const options = mkOptions(OPTIONS, {
available: opt(colors.sky),
occupied: opt(colors.flamingo),
active: opt(colors.pink),
numbered_active_highlight_border: opt("0.2em"),
numbered_active_text_color: opt(colors.mantle),
},
windowtitle: {
background: opt(colors.base2),
@@ -585,6 +587,8 @@ const options = mkOptions(OPTIONS, {
},
workspaces: {
show_icons: opt(false),
show_numbered: opt(false),
numbered_active_indicator: opt<"underline" | "highlight">("underline"),
icons: {
available: opt(""),
active: opt(""),