Battery status
This commit is contained in:
@@ -21,8 +21,9 @@
|
||||
];
|
||||
|
||||
modules-right = [
|
||||
"cpu"
|
||||
"tray"
|
||||
"cpu"
|
||||
"battery"
|
||||
"clock"
|
||||
];
|
||||
|
||||
@@ -34,8 +35,12 @@
|
||||
ignored-players = [ "firefox" "vlc" ];
|
||||
};
|
||||
|
||||
tray = {
|
||||
spacing = 10;
|
||||
};
|
||||
|
||||
cpu = {
|
||||
format = "{usage}% ";
|
||||
format = " {usage}%";
|
||||
tooltip = false;
|
||||
};
|
||||
|
||||
@@ -47,6 +52,11 @@
|
||||
format = "{icon} {name}";
|
||||
on-click = "activate";
|
||||
};
|
||||
|
||||
battery = {
|
||||
"format" = "{icon} {capacity}%";
|
||||
"format-icons" = ["" "" "" "" ""];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user