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",
|
class_name: "battery_icon",
|
||||||
icon: battery.bind("icon-name"),
|
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: [
|
windows: [
|
||||||
Bar(laptop ? 0 : 0), // can be instantiated for each monitor
|
Bar(laptop ? 0 : 0), // can be instantiated for each monitor
|
||||||
NotificationPopups(),
|
NotificationPopups(),
|
||||||
(laptop ? BatteryPopup() : null)
|
(laptop ? BatteryPopup() : null),
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -341,7 +341,6 @@ in
|
||||||
"rbw-agent"
|
"rbw-agent"
|
||||||
"hyprctl dispatch --batch 'splitratio 1; splitration -0.35'"
|
"hyprctl dispatch --batch 'splitratio 1; splitration -0.35'"
|
||||||
"dbus-update-activation-environment --systemd --all"
|
"dbus-update-activation-environment --systemd --all"
|
||||||
"batmon.lisp"
|
|
||||||
"/usr/lib/kdeconnectd"
|
"/usr/lib/kdeconnectd"
|
||||||
"systemctl --user stop jellyfin-mpv-shim"
|
"systemctl --user stop jellyfin-mpv-shim"
|
||||||
"systemctl --user stop emacs"
|
"systemctl --user stop emacs"
|
||||||
|
|
|
@ -168,6 +168,7 @@ with lib;
|
||||||
mu4e
|
mu4e
|
||||||
use-package
|
use-package
|
||||||
esh-autosuggest
|
esh-autosuggest
|
||||||
|
eshell-syntax-highlighting
|
||||||
melpaPackages.org-ai
|
melpaPackages.org-ai
|
||||||
melpaPackages.gptel
|
melpaPackages.gptel
|
||||||
pkgs.ispell
|
pkgs.ispell
|
||||||
|
|
Loading…
Reference in a new issue