swayosd and more minimal waybar
This commit is contained in:
parent
0e4423040a
commit
4621354963
4 changed files with 20 additions and 41 deletions
|
@ -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" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue