swayosd and more minimal waybar

This commit is contained in:
twoneis 2024-08-23 13:30:11 +02:00
parent 0e4423040a
commit 4621354963
4 changed files with 20 additions and 41 deletions

View file

@ -3,43 +3,15 @@
layer = "top";
position = "top";
modules-left = [
"backlight"
"wireplumber"
"network"
];
modules-center = [
"clock"
];
modules-right = [
"network"
"battery"
];
"backlight" = {
format = "{icon}";
format-alt = "{percent}%";
format-icons = [ "" "" "" "" "" "" "" "" "" "" "" "" "" ];
tooltip = false;
};
"wireplumber" = {
format = "{icon}";
format-alt = "{volume}%";
format-muted = "";
format-icons = [
""
""
""
""
""
""
""
""
""
""
""
];
tooltip = false;
};
"clock" = {
format = "{:%H:%M}";
format-alt = "{:%a, %Y-%m-%d}";
@ -50,8 +22,8 @@
format-wifi = "{icon}";
format-alt = "{essid}";
format-ethernet = "󰈁";
format-disconnected = "󰤭";
format-icons = ["󰤯" "󰤟" "󰤢" "󰤥" "󰤨"];
format-disconnected = "󰤭 ";
format-icons = ["󰤯 " "󰤟 " "󰤢 " "󰤥 " "󰤨 "];
tooltip = false;
};
"battery" = {