fix waybar and background
This commit is contained in:
parent
01331f24da
commit
24bf1e7c33
2 changed files with 13 additions and 15 deletions
|
|
@ -177,12 +177,12 @@
|
|||
layer = "top";
|
||||
position = "top";
|
||||
height = 36;
|
||||
modules-left = [ "wlr/taskbar" "hyprland/window" ];
|
||||
modules-right = [ "mpris" "wireplumber" "clock" "tray" ];
|
||||
modules-left = [ "hyprland/window" ];
|
||||
modules-right = [ "mpris" "pulseaudio" "clock" "tray" "battery" ];
|
||||
clock = {
|
||||
format = "📅 {:%a %b-%d %I:%M %p}";
|
||||
};
|
||||
wireplumber = {
|
||||
pulseaudio = {
|
||||
format-muted = "🔇 {volume}%";
|
||||
format = "{icon} {volume}";
|
||||
format-icons.default = ["🔈" "🔉" "🔊"];
|
||||
|
|
@ -200,6 +200,14 @@
|
|||
};
|
||||
on-click = "~/.local/scripts/play-pause";
|
||||
};
|
||||
battery = {
|
||||
format = "{icon} {capacity}%";
|
||||
format-icons = ["🤏" "🪫" "🔋"];
|
||||
states = {
|
||||
warning = 30;
|
||||
critical = 15;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
programs.waybar.systemd = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue