panel settings

This commit is contained in:
Mohamed Chrayed 2024-10-12 15:12:47 +02:00
parent 3d4466ca44
commit 31eb785b0b

View File

@ -59,7 +59,7 @@
location = "bottom"; location = "bottom";
floating = true; floating = true;
alignment = "center"; alignment = "center";
height = 50; height = 46;
lengthMode = "fit"; lengthMode = "fit";
hiding = "dodgewindows"; hiding = "dodgewindows";
widgets = [ widgets = [
@ -95,7 +95,12 @@
"org.kde.plasma.networkmanagement" "org.kde.plasma.networkmanagement"
]; ];
}; };
}
{
digitalClock = {
calendar.firstDayOfWeek = "monday";
time.format = "24h";
};
} }
]; ];
} }