Kieran's opinionated (and probably slightly dumb) nix config

feat: update battery inhibitor and enable

Changed files
+7 -2
home-manager
+7 -2
home-manager/waybar.nix
···
"clock"
"pulseaudio"
"battery"
+
"idle_inhibitor"
# "custom/unread-mail"
];
···
idle_inhibitor = {
format = "{icon}";
format-icons = {
-
activated = "󰒳";
-
deactivated = "󰒲";
+
activated = "󰅶 ";
+
deactivated = "󰾫 ";
};
+
tooltip-format-activated =
+
"Caffinated! device will not sleep.";
+
tooltip-format-deactivated =
+
"no caffeine :( device will sleep when not in use.";
};
battery = {