forked from Shinonome/dots-hyprland
remove copy-pasted comments
This commit is contained in:
@@ -1,6 +1,3 @@
|
|||||||
// This file is for the notification list on the sidebar
|
|
||||||
// For the popup notifications, see onscreendisplay.js
|
|
||||||
// The actual widget for each single notification is in ags/modules/.commonwidgets/notification.js
|
|
||||||
import Widget from 'resource:///com/github/Aylur/ags/widget.js';
|
import Widget from 'resource:///com/github/Aylur/ags/widget.js';
|
||||||
import Bluetooth from 'resource:///com/github/Aylur/ags/service/bluetooth.js';
|
import Bluetooth from 'resource:///com/github/Aylur/ags/service/bluetooth.js';
|
||||||
import * as Utils from 'resource:///com/github/Aylur/ags/utils.js';
|
import * as Utils from 'resource:///com/github/Aylur/ags/utils.js';
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
// This file is for the notification list on the sidebar
|
|
||||||
// For the popup notifications, see onscreendisplay.js
|
|
||||||
// The actual widget for each single notification is in ags/modules/.commonwidgets/notification.js
|
|
||||||
import Widget from 'resource:///com/github/Aylur/ags/widget.js';
|
import Widget from 'resource:///com/github/Aylur/ags/widget.js';
|
||||||
import Audio from 'resource:///com/github/Aylur/ags/service/audio.js';
|
import Audio from 'resource:///com/github/Aylur/ags/service/audio.js';
|
||||||
const { Box, Button, Icon, Label, Scrollable, Slider, Stack } = Widget;
|
const { Box, Button, Icon, Label, Scrollable, Slider, Stack } = Widget;
|
||||||
import { MaterialIcon } from '../../.commonwidgets/materialicon.js';
|
import { MaterialIcon } from '../../.commonwidgets/materialicon.js';
|
||||||
import { setupCursorHover } from '../../.widgetutils/cursorhover.js';
|
import { setupCursorHover } from '../../.widgetutils/cursorhover.js';
|
||||||
// import { AnimatedSlider } from '../../.commonwidgets/cairo_slider.js';
|
|
||||||
|
|
||||||
const AppVolume = (stream) => Box({
|
const AppVolume = (stream) => Box({
|
||||||
className: 'sidebar-volmixer-stream spacing-h-10',
|
className: 'sidebar-volmixer-stream spacing-h-10',
|
||||||
|
|||||||
@@ -1,6 +1,3 @@
|
|||||||
// This file is for the notification list on the sidebar
|
|
||||||
// For the popup notifications, see onscreendisplay.js
|
|
||||||
// The actual widget for each single notification is in ags/modules/.commonwidgets/notification.js
|
|
||||||
import Widget from 'resource:///com/github/Aylur/ags/widget.js';
|
import Widget from 'resource:///com/github/Aylur/ags/widget.js';
|
||||||
import Network from "resource:///com/github/Aylur/ags/service/network.js";
|
import Network from "resource:///com/github/Aylur/ags/service/network.js";
|
||||||
import * as Utils from 'resource:///com/github/Aylur/ags/utils.js';
|
import * as Utils from 'resource:///com/github/Aylur/ags/utils.js';
|
||||||
|
|||||||
Reference in New Issue
Block a user