Added the ability to change bar locations. (#257)

* Added the ability to change bar locations.

* Update dropdown margins

* Make dropdown to bar gap configurable and organized code.
This commit is contained in:
Jas Singh
2024-09-14 23:29:00 -07:00
committed by GitHub
parent 4238a5516e
commit 8c2537b917
21 changed files with 420 additions and 367 deletions

View File

@@ -1,5 +1,5 @@
import { Action } from 'lib/types/power.js';
import PopupWindow from '../PopupWindow.js';
import PopupWindow from '../shared/popup/index.js';
import powermenu from './helpers/actions.js';
import icons from '../../icons/index.js';
import Window from 'types/widgets/window.js';

View File

@@ -1,5 +1,5 @@
import Window from 'types/widgets/window.js';
import PopupWindow from '../PopupWindow.js';
import PopupWindow from '../shared/popup/index.js';
import powermenu from './helpers/actions.js';
import { Attribute, Child } from 'lib/types/widget.js';