forked from Shinonome/dots-hyprland
bar: utils buttons, new battery indicator
This commit is contained in:
@@ -5,7 +5,7 @@ import { App, Utils } from './imports.js';
|
||||
import Bar from './widgets/bar/main.js';
|
||||
import Cheatsheet from './widgets/cheatsheet/main.js';
|
||||
// import DesktopBackground from './widgets/desktopbackground/main.js';
|
||||
import Dock from './widgets/dock/main.js';
|
||||
// import Dock from './widgets/dock/main.js';
|
||||
import { CornerTopleft, CornerTopright, CornerBottomleft, CornerBottomright } from './widgets/screencorners/main.js';
|
||||
import Indicator from './widgets/indicators/main.js';
|
||||
import Osk from './widgets/onscreenkeyboard/main.js';
|
||||
@@ -16,7 +16,7 @@ import SideRight from './widgets/sideright/main.js';
|
||||
|
||||
const CLOSE_ANIM_TIME = 210; // Longer than actual anim time (see styles) to make sure widgets animate fully
|
||||
|
||||
// Init cache and check first run
|
||||
// Init cache
|
||||
Utils.exec(`bash -c 'mkdir -p ~/.cache/ags/user/colorschemes'`);
|
||||
// SCSS compilation
|
||||
Utils.exec(`bash -c 'echo "" > ${App.configDir}/scss/_musicwal.scss'`); // reset music styles
|
||||
@@ -44,7 +44,7 @@ export default {
|
||||
CornerBottomleft(),
|
||||
CornerBottomright(),
|
||||
// DesktopBackground(),
|
||||
Dock(), // Buggy
|
||||
// Dock(), // Buggy
|
||||
Overview(),
|
||||
Indicator(),
|
||||
Cheatsheet(),
|
||||
|
||||
Reference in New Issue
Block a user