Update stuff

This commit is contained in:
2025-12-01 11:12:45 +01:00
parent df08da25f3
commit 54e9e1b567
3 changed files with 41 additions and 52 deletions
+5 -11
View File
@@ -103,7 +103,6 @@ in {
left = [
{
id = "TaskbarGrouped";
hideUnoccupied = true;
labelMode = "none";
}
];
@@ -151,6 +150,7 @@ in {
controlCenter = {
position = "top_center";
};
audio.visualizerType = "none";
notifications = {
enabled = true;
location = "bar";
@@ -163,42 +163,36 @@ in {
location = "bottom";
};
sessionMenu = {
enableCountdown = true;
position = "top_right";
enableCountdown = false;
powerOptions = [
{
action = "lock";
countdownEnabled = false;
enabled = true;
}
{
action = "suspend";
countdownEnabled = false;
enabled = true;
}
{
action = "hibernate";
countdownEnabled = true;
enabled = true;
enabled = false;
}
{
action = "reboot";
countdownEnabled = true;
enabled = true;
}
{
action = "logout";
countdownEnabled = false;
enabled = true;
enabled = false;
}
{
action = "shutdown";
countdownEnabled = true;
enabled = true;
}
];
showHeader = true;
};
screenRecorder.directory = "~/stuff";
settingsVersion = 23;
setupCompleted = true;
general = {