add eshell syntax and ags batter stuff
This commit is contained in:
parent
dfed5deefd
commit
41678d23f2
|
@ -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),
|
||||
],
|
||||
})
|
||||
|
||||
|
|
|
@ -341,7 +341,6 @@ in
|
|||
"rbw-agent"
|
||||
"hyprctl dispatch --batch 'splitratio 1; splitration -0.35'"
|
||||
"dbus-update-activation-environment --systemd --all"
|
||||
"batmon.lisp"
|
||||
"/usr/lib/kdeconnectd"
|
||||
"systemctl --user stop jellyfin-mpv-shim"
|
||||
"systemctl --user stop emacs"
|
||||
|
|
|
@ -168,6 +168,7 @@ with lib;
|
|||
mu4e
|
||||
use-package
|
||||
esh-autosuggest
|
||||
eshell-syntax-highlighting
|
||||
melpaPackages.org-ai
|
||||
melpaPackages.gptel
|
||||
pkgs.ispell
|
||||
|
|
Loading…
Reference in a new issue