trying new waybar

This commit is contained in:
twoneis 2024-08-23 16:36:16 +02:00
parent c912f2cf06
commit 44af87820c
5 changed files with 58 additions and 60 deletions

View file

@ -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;
};
};