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),
|
||||
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",
|
||||
|
||||
Reference in New Issue
Block a user