ags shennanigans
ags 2 ags 3 ags 4 ags 5
This commit is contained in:
parent
a08a5063c1
commit
13a78ed9a3
2 changed files with 4 additions and 4 deletions
|
@ -4,6 +4,7 @@ const mpris = await Service.import("mpris")
|
||||||
const audio = await Service.import("audio")
|
const audio = await Service.import("audio")
|
||||||
const battery = await Service.import("battery")
|
const battery = await Service.import("battery")
|
||||||
const systemtray = await Service.import("systemtray")
|
const systemtray = await Service.import("systemtray")
|
||||||
|
import * as Utils from 'resource:///com/github/Aylur/ags/utils.js'
|
||||||
|
|
||||||
const date = Variable("", {
|
const date = Variable("", {
|
||||||
poll: [1000, 'date "+%H:%M:%S %b %e."'],
|
poll: [1000, 'date "+%H:%M:%S %b %e."'],
|
||||||
|
@ -200,6 +201,7 @@ function Bar(monitor = 0) {
|
||||||
class_name: "bar",
|
class_name: "bar",
|
||||||
monitor,
|
monitor,
|
||||||
anchor: ["top", "left", "right"],
|
anchor: ["top", "left", "right"],
|
||||||
|
margins: [10, 10, 0, 10],
|
||||||
exclusivity: "exclusive",
|
exclusivity: "exclusive",
|
||||||
child: Widget.CenterBox({
|
child: Widget.CenterBox({
|
||||||
start_widget: Left(),
|
start_widget: Left(),
|
||||||
|
@ -212,9 +214,7 @@ function Bar(monitor = 0) {
|
||||||
App.config({
|
App.config({
|
||||||
style: "./style.css",
|
style: "./style.css",
|
||||||
windows: [
|
windows: [
|
||||||
Bar(),
|
Bar()
|
||||||
|
|
||||||
// you can call it, for each monitor
|
|
||||||
// Bar(0),
|
// Bar(0),
|
||||||
// Bar(1)
|
// Bar(1)
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue