hurricane: 123 current 2025-06-28 19:46:29 25.05.20250620.b2485d5 6.15.3 *
waybar improvements
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
programs.waybar = {
|
programs.waybar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
systemd.target = "graphical-session.target";
|
||||||
settings = [
|
settings = [
|
||||||
{
|
{
|
||||||
output = ["DP-3" "eDP-1"];
|
output = ["DP-3" "eDP-1"];
|
||||||
@ -90,7 +91,6 @@
|
|||||||
};
|
};
|
||||||
"dynamic-order" = ["title" "artist"];
|
"dynamic-order" = ["title" "artist"];
|
||||||
};
|
};
|
||||||
|
|
||||||
wireplumber = {
|
wireplumber = {
|
||||||
"scroll-step" = 1;
|
"scroll-step" = 1;
|
||||||
format = "{icon} {volume}%";
|
format = "{icon} {volume}%";
|
||||||
@ -126,11 +126,6 @@
|
|||||||
"all-outputs" = true;
|
"all-outputs" = true;
|
||||||
"separate-outputs" = true;
|
"separate-outputs" = true;
|
||||||
};
|
};
|
||||||
load = {format = " {load1}";};
|
|
||||||
backlight = {
|
|
||||||
format = "{icon} {percent}%";
|
|
||||||
"format-icons" = ["" "" "" "" "" "" "" "" ""];
|
|
||||||
};
|
|
||||||
clock = {
|
clock = {
|
||||||
"tooltip-format" = "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>";
|
"tooltip-format" = "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>";
|
||||||
format = " {:%H:%M}";
|
format = " {:%H:%M}";
|
||||||
@ -153,40 +148,6 @@
|
|||||||
"format-icons" = ["▁" "▂" "▃" "▄" "▅" "▆" "▇" "█"];
|
"format-icons" = ["▁" "▂" "▃" "▄" "▅" "▆" "▇" "█"];
|
||||||
actions = {"on-click-right" = "mode";};
|
actions = {"on-click-right" = "mode";};
|
||||||
};
|
};
|
||||||
"idle_inhibitor" = {
|
|
||||||
format = "{icon}";
|
|
||||||
"format-icons" = {
|
|
||||||
activated = "";
|
|
||||||
deactivated = "";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
tray = {
|
|
||||||
"icon-size" = 14;
|
|
||||||
spacing = 10;
|
|
||||||
};
|
|
||||||
"power-profiles-daemon" = {
|
|
||||||
"format" = "{icon}";
|
|
||||||
"tooltip-format" = "Power profile: {profile}\nDriver: {driver}";
|
|
||||||
"tooltip" = true;
|
|
||||||
"format-icons" = {
|
|
||||||
"default" = "";
|
|
||||||
"performance" = "";
|
|
||||||
"balanced" = "";
|
|
||||||
"power-saver" = "";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
battery = {
|
|
||||||
states = {
|
|
||||||
warning = 30;
|
|
||||||
critical = 15;
|
|
||||||
};
|
|
||||||
format = "{icon} {capacity}%";
|
|
||||||
"format-full" = "{icon} {capacity}%";
|
|
||||||
"format-charging" = " {capacity}%";
|
|
||||||
"format-plugged" = " {capacity}%";
|
|
||||||
"format-alt" = "{icon} {time}";
|
|
||||||
"format-icons" = ["" "" "" "" ""];
|
|
||||||
};
|
|
||||||
mpris = {
|
mpris = {
|
||||||
format = "{status_icon} {dynamic}";
|
format = "{status_icon} {dynamic}";
|
||||||
interval = 1;
|
interval = 1;
|
||||||
@ -198,25 +159,6 @@
|
|||||||
};
|
};
|
||||||
"dynamic-order" = ["title" "artist"];
|
"dynamic-order" = ["title" "artist"];
|
||||||
};
|
};
|
||||||
|
|
||||||
wireplumber = {
|
|
||||||
"scroll-step" = 1;
|
|
||||||
format = "{icon} {volume}%";
|
|
||||||
"format-bluetooth" = "{icon} {volume}% ";
|
|
||||||
"format-bluetooth-muted" = " {icon}";
|
|
||||||
"format-muted" = "";
|
|
||||||
"format-icons" = {
|
|
||||||
headphone = "";
|
|
||||||
"hands-free" = "";
|
|
||||||
headset = "";
|
|
||||||
phone = "";
|
|
||||||
portable = "";
|
|
||||||
car = "";
|
|
||||||
default = ["" "" ""];
|
|
||||||
};
|
|
||||||
"on-click" = "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle";
|
|
||||||
"on-click-right" = "pavucontrol";
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
style = ''
|
style = ''
|
||||||
|
Reference in New Issue
Block a user