forked from Shinonome/dots-hyprland
appearance: "borderless" mode
for now applies only to the bar
This commit is contained in:
@@ -154,7 +154,7 @@ export default () => EventBox({
|
||||
homogeneous: true,
|
||||
className: 'bar-group-margin',
|
||||
children: [Box({
|
||||
className: 'bar-group bar-group-standalone bar-group-pad',
|
||||
className: `bar-group${userOptions.appearance.borderless ? '-borderless' : ''} bar-group-standalone bar-group-pad`,
|
||||
css: 'min-width: 2px;',
|
||||
children: [
|
||||
WorkspaceContents(10),
|
||||
|
||||
Reference in New Issue
Block a user