parent
789a32ad45
commit
17b356dca1
4 changed files with 12 additions and 2 deletions
modules/ags/config/ts/bar
|
@ -5,6 +5,7 @@ import Separator from '../misc/separator.ts';
|
|||
import BarRevealer from './fullscreen.ts';
|
||||
|
||||
import Clock from './items/clock.ts';
|
||||
import CurrentWindow from './items/current-window';
|
||||
import NotifButton from './items/notif-button.ts';
|
||||
import RazerStats from './items/razer-stats.ts';
|
||||
import SysTray from './items/systray.ts';
|
||||
|
@ -37,7 +38,9 @@ export default () => BarRevealer({
|
|||
}),
|
||||
|
||||
center_widget: Box({
|
||||
children: [],
|
||||
children: [
|
||||
CurrentWindow(),
|
||||
],
|
||||
}),
|
||||
|
||||
end_widget: Box({
|
||||
|
|
|
@ -8,6 +8,8 @@ const SPACING = 8;
|
|||
|
||||
|
||||
export default () => Box({
|
||||
class_name: 'current-window',
|
||||
|
||||
children: [
|
||||
Separator(SPACING / 2),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue