forked from Shinonome/dots-hyprland
config option for fake screen round corners
This commit is contained in:
@@ -55,12 +55,14 @@ const Windows = () => [
|
|||||||
forMonitors(Osk),
|
forMonitors(Osk),
|
||||||
Session(),
|
Session(),
|
||||||
// forMonitors(Bar),
|
// forMonitors(Bar),
|
||||||
|
...(userOptions.appearance.fakeScreenRounding ? [
|
||||||
forMonitors((id) => Corner(id, 'top left')),
|
forMonitors((id) => Corner(id, 'top left')),
|
||||||
forMonitors((id) => Corner(id, 'top right')),
|
forMonitors((id) => Corner(id, 'top right')),
|
||||||
forMonitors((id) => Corner(id, 'bottom left')),
|
forMonitors((id) => Corner(id, 'bottom left')),
|
||||||
forMonitors((id) => Corner(id, 'bottom right')),
|
forMonitors((id) => Corner(id, 'bottom right')),
|
||||||
forMonitors(BarCornerTopleft),
|
forMonitors(BarCornerTopleft),
|
||||||
forMonitors(BarCornerTopright),
|
forMonitors(BarCornerTopright),
|
||||||
|
] : []),
|
||||||
forMonitors(Click2Close),
|
forMonitors(Click2Close),
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ let configOptions = {
|
|||||||
'keyboardUseFlag': false, // Use flag emoji instead of abbreviation letters
|
'keyboardUseFlag': false, // Use flag emoji instead of abbreviation letters
|
||||||
'layerSmoke': false,
|
'layerSmoke': false,
|
||||||
'layerSmokeStrength': 0.2,
|
'layerSmokeStrength': 0.2,
|
||||||
|
'fakeScreenRounding': true,
|
||||||
},
|
},
|
||||||
'apps': {
|
'apps': {
|
||||||
'bluetooth': "blueberry",
|
'bluetooth': "blueberry",
|
||||||
|
|||||||
Reference in New Issue
Block a user