debugging max battery

This commit is contained in:
2026-08-04 14:16:53 +02:00
parent 04b3257c7d
commit c7d72333d4
2 changed files with 9 additions and 9 deletions
+7 -7
View File
@@ -40,8 +40,8 @@
flake.homeModules.hyprland-laptop = _: { flake.homeModules.hyprland-laptop = _: {
wayland.windowManager.hyprland.settings = { wayland.windowManager.hyprland.settings = {
exec-once = [ exec-once = [
"qtbatticon" # custom battery tray #"qtbatticon" # custom battery tray
"source /run/agenix/ntfy && nixpkgs-notifier listen" # gets the necessary env vars and tracks PR merge in nixos-unstable "source /run/agenix/ntfy && nixpkgs-notifier listen" # tracks PR merge in nixos-unstable
]; ];
monitor = [ monitor = [
"eDP-1, highres@highrr, 0x0, 1" "eDP-1, highres@highrr, 0x0, 1"
@@ -225,7 +225,7 @@
*/ */
# pos 4 1 notification center. # pos 4 1 notification center.
"Ctrl+Alt, 1, exec, caelestia shell drawers toggle sidebar" "Ctrl+Alt, 1, exec, caelestia shell drawers toggle sidebar"
"Ctrl+Alt, 1, exec, [[ -f ~/.cache/hypr-battery-saver ]] || swaync-client -t" #"Ctrl+Alt, 1, exec, [[ -f ~/.cache/hypr-battery-saver ]] || swaync-client -t"
"Ctrl+$mod, 4, exec, caelestia shell notifs toggleDnd" "Ctrl+$mod, 4, exec, caelestia shell notifs toggleDnd"
"Ctrl+$mod, 3, exec, pavucontrol" # pos 1 2 audiocontrol "Ctrl+$mod, 3, exec, pavucontrol" # pos 1 2 audiocontrol
"Ctrl+Shift+Alt, 0, exec, kitty --hold --class \"custom-changeAudioOutput\" --name \"Select audio output\" zsh -c \"custom-changeAudioOutput\"" # pos 2 2 change audio output fzf "Ctrl+Shift+Alt, 0, exec, kitty --hold --class \"custom-changeAudioOutput\" --name \"Select audio output\" zsh -c \"custom-changeAudioOutput\"" # pos 2 2 change audio output fzf
@@ -278,8 +278,8 @@
"rm -rf ~/.cache/cliphist/ && wl-paste --type text --watch cliphist store & wl-paste --type image --watch cliphist store" "rm -rf ~/.cache/cliphist/ && wl-paste --type text --watch cliphist store & wl-paste --type image --watch cliphist store"
#"wl-paste --type text --watch cliphist store" # clipboard store text data #"wl-paste --type text --watch cliphist store" # clipboard store text data
#"wl-paste --type image --watch cliphist store" # clipboard store image data #"wl-paste --type image --watch cliphist store" # clipboard store image data
"custom-batterynotify" #"custom-batterynotify"
"custom-batterywarning" #"custom-batterywarning"
#"birdtray" # thunderbird tray app # curently broken #"birdtray" # thunderbird tray app # curently broken
#wallpapers/b #wallpapers/b
"awww img ${wallpaper}" "awww img ${wallpaper}"
@@ -292,8 +292,8 @@
#"QS-notifycache" # builds the cache that will be used for the notification history #"QS-notifycache" # builds the cache that will be used for the notification history
"sleep 4 & caelestia-shell" #works better if it sleeps a bit before "sleep 4 & caelestia-shell" #works better if it sleeps a bit before
"sleep 20 && ngcp pull --automatic" # see github.com/tomasriveral/nix-git-cherry-picker "sleep 20 && ngcp pull --automatic" # see github.com/tomasriveral/nix-git-cherry-picker
"rm ~/.cache/hypr-battery-saver" #"rm ~/.cache/hypr-battery-saver"
"rm ~/.cache/hypr-battery-saver.brightness" #"rm ~/.cache/hypr-battery-saver.brightness"
/* /*
We stopped using that ######################### maybe we should desactivate those scripts We stopped using that ######################### maybe we should desactivate those scripts
# login autostart # login autostart
+2 -2
View File
@@ -2,8 +2,8 @@ _: {
flake.nixosModules.hardwareUtils-laptop = {pkgs, ...}: { flake.nixosModules.hardwareUtils-laptop = {pkgs, ...}: {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# used for the framework 16 laptop # used for the framework 16 laptop
framework-tool #framework-tool
framework-tool-tui #framework-tool-tui
vial # Open-source GUI and QMK fork for configuring your keyboard in real time vial # Open-source GUI and QMK fork for configuring your keyboard in real time
]; ];
}; };