Fix default layout

This commit is contained in:
Jas Singh
2024-07-24 19:06:04 -07:00
parent 7a5093a111
commit ce2d6c86ed
2 changed files with 17 additions and 17 deletions

View File

@@ -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",

View File

@@ -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;