mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 06:46:11 +01:00
feat: battery update
This commit is contained in:
@@ -192,9 +192,9 @@
|
|||||||
format-icons = ["" "" "" "" "" "" "" "" ""];
|
format-icons = ["" "" "" "" "" "" "" "" ""];
|
||||||
};
|
};
|
||||||
battery = {
|
battery = {
|
||||||
bat = "BAT0";
|
# bat = "BAT0";
|
||||||
states = {
|
states = {
|
||||||
# good = 95,
|
good = 95;
|
||||||
warning = 30;
|
warning = 30;
|
||||||
critical = 15;
|
critical = 15;
|
||||||
};
|
};
|
||||||
@@ -205,6 +205,8 @@
|
|||||||
# "format-good = "", # An empty format will hide the module
|
# "format-good = "", # An empty format will hide the module
|
||||||
# "format-full = "",
|
# "format-full = "",
|
||||||
format-icons = ["" "" "" "" ""];
|
format-icons = ["" "" "" "" ""];
|
||||||
|
interval = 10;
|
||||||
|
weighted-average = true;
|
||||||
};
|
};
|
||||||
network = {
|
network = {
|
||||||
# "interface = "wlp2*", # (Optional) To force the use of this interface
|
# "interface = "wlp2*", # (Optional) To force the use of this interface
|
||||||
|
|||||||
Reference in New Issue
Block a user