chore: added icons to waybar
This commit is contained in:
parent
d594ad7bbc
commit
8c817968c1
|
@ -18,7 +18,32 @@ in {
|
|||
position = "bottom";
|
||||
modules-left = ["hyprland/window"];
|
||||
modules-center = ["workspaces"];
|
||||
modules-right = ["network" "memory" "backlight" "wireplumber" "battery" "clock" "tray"];
|
||||
modules-right = ["network" "backlight" "wireplumber" "battery" "clock" "tray"];
|
||||
|
||||
battery = {
|
||||
format = "{icon} {capacity}%";
|
||||
format-icons = ["" "" "" "" "" "" "" "" ""];
|
||||
};
|
||||
|
||||
backlight = {
|
||||
device = "intel_backlight";
|
||||
format = "{icon} {percent}%";
|
||||
format-icons = ["" ""];
|
||||
on-scroll-up = "${pkgs.acpilight}/bin/xbacklight +5";
|
||||
on-scroll-down = "${pkgs.acpilight}/bin/xbacklight -5";
|
||||
};
|
||||
|
||||
clock.format = "{:%Y-%m-%d %H:%M}";
|
||||
|
||||
wireplumber = {
|
||||
format = "{icon} {volume}%";
|
||||
format-muted = "";
|
||||
format-icons = ["奄" "奔" "墳"];
|
||||
};
|
||||
|
||||
network = {
|
||||
format = "{ifname} {bandwidthUpBits} {bandwidthDownBits}";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue