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 = {
|
||||
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 = {
|
||||
density = "compact";
|
||||
position = "top";
|
||||
|
|
@ -38,7 +54,6 @@
|
|||
id = "Workspace";
|
||||
labelMode = "index";
|
||||
pillSize = 1;
|
||||
|
||||
}
|
||||
];
|
||||
center = [
|
||||
|
|
@ -61,6 +76,7 @@
|
|||
id = "Battery";
|
||||
alwaysShowPercentage = true;
|
||||
warningThreshold = 30;
|
||||
displayMode = "graphic";
|
||||
}
|
||||
{
|
||||
id = "Clock";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue