mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
5 lines
No EOL
139 B
JavaScript
5 lines
No EOL
139 B
JavaScript
import { App, Service, Utils, Widget } from '../imports.js';
|
|
|
|
export const separatorLine = Widget.Box({
|
|
className: 'separator-line',
|
|
}) |