some laptop fixes
This commit is contained in:
parent
c2198d8186
commit
5f14d35f72
1 changed files with 17 additions and 1 deletions
|
|
@ -23,6 +23,22 @@
|
||||||
appLauncher = {
|
appLauncher = {
|
||||||
density = "compact";
|
density = "compact";
|
||||||
};
|
};
|
||||||
|
wallpaper = {
|
||||||
|
directory = "/home/alisceon/Pictures/system/prof.png";
|
||||||
|
automationEnabled = false;
|
||||||
|
};
|
||||||
|
controlCenter = {
|
||||||
|
cards = [
|
||||||
|
{
|
||||||
|
"id" = "brightness-card";
|
||||||
|
enabled = false;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
"id" = "weather-card";
|
||||||
|
enabled = false;
|
||||||
|
}
|
||||||
|
]
|
||||||
|
};
|
||||||
bar = {
|
bar = {
|
||||||
density = "compact";
|
density = "compact";
|
||||||
position = "top";
|
position = "top";
|
||||||
|
|
@ -38,7 +54,6 @@
|
||||||
id = "Workspace";
|
id = "Workspace";
|
||||||
labelMode = "index";
|
labelMode = "index";
|
||||||
pillSize = 1;
|
pillSize = 1;
|
||||||
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
center = [
|
center = [
|
||||||
|
|
@ -61,6 +76,7 @@
|
||||||
id = "Battery";
|
id = "Battery";
|
||||||
alwaysShowPercentage = true;
|
alwaysShowPercentage = true;
|
||||||
warningThreshold = 30;
|
warningThreshold = 30;
|
||||||
|
displayMode = "graphic";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
id = "Clock";
|
id = "Clock";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue