Fix default layout
This commit is contained in:
30
options.ts
30
options.ts
@@ -516,21 +516,6 @@ const options = mkOptions(OPTIONS, {
|
|||||||
|
|
||||||
bar: {
|
bar: {
|
||||||
layouts: opt({
|
layouts: opt({
|
||||||
"0": {
|
|
||||||
left: [
|
|
||||||
"dashboard",
|
|
||||||
"workspaces",
|
|
||||||
"windowtitle"
|
|
||||||
],
|
|
||||||
middle: [
|
|
||||||
"media"
|
|
||||||
],
|
|
||||||
right: [
|
|
||||||
"volume",
|
|
||||||
"clock",
|
|
||||||
"notifications"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"1": {
|
"1": {
|
||||||
left: [
|
left: [
|
||||||
"dashboard",
|
"dashboard",
|
||||||
@@ -547,6 +532,21 @@ const options = mkOptions(OPTIONS, {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"2": {
|
"2": {
|
||||||
|
left: [
|
||||||
|
"dashboard",
|
||||||
|
"workspaces",
|
||||||
|
"windowtitle"
|
||||||
|
],
|
||||||
|
middle: [
|
||||||
|
"media"
|
||||||
|
],
|
||||||
|
right: [
|
||||||
|
"volume",
|
||||||
|
"clock",
|
||||||
|
"notifications"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"0": {
|
||||||
left: [
|
left: [
|
||||||
"dashboard",
|
"dashboard",
|
||||||
"workspaces",
|
"workspaces",
|
||||||
|
|||||||
@@ -62,10 +62,10 @@ $bar-buttons-notifications-background: #242438;
|
|||||||
$bar-buttons-notifications-hover: #45475a;
|
$bar-buttons-notifications-hover: #45475a;
|
||||||
$bar-buttons-notifications-icon: #b4befe;
|
$bar-buttons-notifications-icon: #b4befe;
|
||||||
$bar-buttons-notifications-total: #b4befe;
|
$bar-buttons-notifications-total: #b4befe;
|
||||||
$bar-menus-monochrome: true;
|
$bar-menus-monochrome: false;
|
||||||
$bar-menus-background: #11111b;
|
$bar-menus-background: #11111b;
|
||||||
$bar-menus-cards: #1e1e2e;
|
$bar-menus-cards: #1e1e2e;
|
||||||
$bar-menus-card_radius: 0em;
|
$bar-menus-card_radius: 0.4em;
|
||||||
$bar-menus-border-size: 0.13em;
|
$bar-menus-border-size: 0.13em;
|
||||||
$bar-menus-border-radius: 0.7em;
|
$bar-menus-border-radius: 0.7em;
|
||||||
$bar-menus-border-color: #313244;
|
$bar-menus-border-color: #313244;
|
||||||
|
|||||||
Reference in New Issue
Block a user