some laptop fixes

This commit is contained in:
alisceon 2026-03-16 20:03:26 +01:00
parent c2198d8186
commit 5f14d35f72

View file

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