add eshell syntax and ags batter stuff
This commit is contained in:
parent
dfed5deefd
commit
41678d23f2
3 changed files with 3 additions and 3 deletions
|
@ -103,7 +103,7 @@ function battery_function() {
|
|||
class_name: "battery_icon",
|
||||
icon: battery.bind("icon-name"),
|
||||
}),
|
||||
tooltip_text: time_left.as(t => "Time till full charge: " + t),
|
||||
tooltip_text: time_left.as(t => bat.as(p => p + "\nTime till full charge: " + t)),
|
||||
})
|
||||
}
|
||||
|
||||
|
@ -182,7 +182,7 @@ App.config({
|
|||
windows: [
|
||||
Bar(laptop ? 0 : 0), // can be instantiated for each monitor
|
||||
NotificationPopups(),
|
||||
(laptop ? BatteryPopup() : null)
|
||||
(laptop ? BatteryPopup() : null),
|
||||
],
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue