mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-17 22:16:25 +00:00
ags improvements
This commit is contained in:
@@ -14,7 +14,7 @@ const activeWorkspaceIndicator = Widget.Box({
|
||||
[Hyprland.active.workspace, (box) => {
|
||||
const ws = Hyprland.active.workspace.id;
|
||||
box.setStyle(`
|
||||
margin-left: -${1.772 * (NUM_OF_WORKSPACES - ws + 1) + WORKSPACE_SIDE_PAD / 2 - 0.2}rem;
|
||||
margin-left: -${1.772 * (NUM_OF_WORKSPACES - ws + 1) + WORKSPACE_SIDE_PAD / 2 + 0.4}rem;
|
||||
`);
|
||||
lastWorkspace = ws;
|
||||
}],
|
||||
|
||||
Reference in New Issue
Block a user