trying new waybar
This commit is contained in:
parent
c912f2cf06
commit
44af87820c
5 changed files with 58 additions and 60 deletions
|
@ -2,39 +2,20 @@
|
|||
mainBar = {
|
||||
layer = "top";
|
||||
position = "top";
|
||||
modules-left = [
|
||||
"network"
|
||||
];
|
||||
modules-center = [
|
||||
"clock"
|
||||
];
|
||||
modules-right = [
|
||||
"battery"
|
||||
];
|
||||
|
||||
"clock" = {
|
||||
format = "{:%H:%M}";
|
||||
format-alt = "{:%a, %Y-%m-%d}";
|
||||
tooltip = false;
|
||||
};
|
||||
|
||||
"network" = {
|
||||
format-wifi = "{icon}";
|
||||
format-alt = "{essid}";
|
||||
format-ethernet = "";
|
||||
format-disconnected = " ";
|
||||
format-icons = [" " " " " " " " " "];
|
||||
tooltip = false;
|
||||
};
|
||||
"battery" = {
|
||||
states = {
|
||||
good = 80;
|
||||
warning = 30;
|
||||
critical = 10;
|
||||
better = 70;
|
||||
good = 50;
|
||||
bad = 30;
|
||||
worse = 10;
|
||||
worst = 5;
|
||||
};
|
||||
format = "{icon}";
|
||||
format-alt = "{capacity}%";
|
||||
format-icons = ["" "" "" "" "" "" "" "" "" "" ];
|
||||
format = " ";
|
||||
format-alt = " ";
|
||||
tooltip = false;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue