FIX: Renamed sb-battery
This commit is contained in:
parent
5e0230dcdd
commit
f411adbf20
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
(writeShellScriptBin "sb-cpu-pct" ''
|
(writeShellScriptBin "sb-battery" ''
|
||||||
BAT=/sys/class/power_supply/BAT0/capacity
|
BAT=/sys/class/power_supply/BAT0/capacity
|
||||||
|
|
||||||
# Exit script if no battery detected
|
# Exit script if no battery detected
|
||||||
|
|
Loading…
Reference in New Issue