From ce2d6c86ed1922accb1ed90eb74f18f306be8b28 Mon Sep 17 00:00:00 2001 From: Jas Singh Date: Wed, 24 Jul 2024 19:06:04 -0700 Subject: [PATCH] Fix default layout --- options.ts | 30 +++++++++++++++--------------- scss/variables.scss | 4 ++-- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/options.ts b/options.ts index 09a8c7d..9fea60c 100644 --- a/options.ts +++ b/options.ts @@ -516,21 +516,6 @@ const options = mkOptions(OPTIONS, { bar: { layouts: opt({ - "0": { - left: [ - "dashboard", - "workspaces", - "windowtitle" - ], - middle: [ - "media" - ], - right: [ - "volume", - "clock", - "notifications" - ] - }, "1": { left: [ "dashboard", @@ -547,6 +532,21 @@ const options = mkOptions(OPTIONS, { ] }, "2": { + left: [ + "dashboard", + "workspaces", + "windowtitle" + ], + middle: [ + "media" + ], + right: [ + "volume", + "clock", + "notifications" + ] + }, + "0": { left: [ "dashboard", "workspaces", diff --git a/scss/variables.scss b/scss/variables.scss index 5ade2bb..92680e0 100644 --- a/scss/variables.scss +++ b/scss/variables.scss @@ -62,10 +62,10 @@ $bar-buttons-notifications-background: #242438; $bar-buttons-notifications-hover: #45475a; $bar-buttons-notifications-icon: #b4befe; $bar-buttons-notifications-total: #b4befe; -$bar-menus-monochrome: true; +$bar-menus-monochrome: false; $bar-menus-background: #11111b; $bar-menus-cards: #1e1e2e; -$bar-menus-card_radius: 0em; +$bar-menus-card_radius: 0.4em; $bar-menus-border-size: 0.13em; $bar-menus-border-radius: 0.7em; $bar-menus-border-color: #313244;