config option for fake screen round corners

This commit is contained in:
end-4
2024-04-14 22:12:44 +07:00
parent 69fdb53c9d
commit 77d5ad41dc
2 changed files with 10 additions and 7 deletions
+2
View File
@@ -55,12 +55,14 @@ const Windows = () => [
forMonitors(Osk),
Session(),
// forMonitors(Bar),
...(userOptions.appearance.fakeScreenRounding ? [
forMonitors((id) => Corner(id, 'top left')),
forMonitors((id) => Corner(id, 'top right')),
forMonitors((id) => Corner(id, 'bottom left')),
forMonitors((id) => Corner(id, 'bottom right')),
forMonitors(BarCornerTopleft),
forMonitors(BarCornerTopright),
] : []),
forMonitors(Click2Close),
];
@@ -21,6 +21,7 @@ let configOptions = {
'keyboardUseFlag': false, // Use flag emoji instead of abbreviation letters
'layerSmoke': false,
'layerSmokeStrength': 0.2,
'fakeScreenRounding': true,
},
'apps': {
'bluetooth': "blueberry",