Turned off lsps (because of errors) nixvim
This commit is contained in:
parent
2191a27a34
commit
e73e0266d8
2 changed files with 14 additions and 56 deletions
|
|
@ -42,14 +42,14 @@
|
|||
"custom/power"
|
||||
];
|
||||
battery = {
|
||||
format = " {capacity}% {icon} ";
|
||||
format-alt = " {time} {icon} ";
|
||||
format = " {time} {icon} ";
|
||||
format-alt = " {capacity}% {icon} ";
|
||||
format-charging = " {capacity}% ";
|
||||
format-icons = [ "" "" "" "" "" ];
|
||||
format-plugged = " {capacity}% ";
|
||||
states = {
|
||||
critical = 15;
|
||||
warning = 30;
|
||||
critical = 10;
|
||||
warning = 20;
|
||||
};
|
||||
};
|
||||
clock = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue