fuck around with waybar some more
This commit is contained in:
parent
52efb3be8f
commit
7165ca9f70
2 changed files with 27 additions and 12 deletions
|
@ -49,11 +49,11 @@ in {
|
|||
orientation = "inherit";
|
||||
modules = [
|
||||
"pulseaudio"
|
||||
#"network"
|
||||
"cpu"
|
||||
"memory"
|
||||
"power-profiles-daemon"
|
||||
"battery"
|
||||
#"network"
|
||||
];
|
||||
};
|
||||
"group/power" = {
|
||||
|
@ -141,6 +141,17 @@ in {
|
|||
};
|
||||
separate-outputs = true;
|
||||
};
|
||||
#network = {
|
||||
# format = "";
|
||||
# format-ethernet = "";
|
||||
# format-wifi = " {signalStrength}%";
|
||||
# format-disconnected = "";
|
||||
# tooltip-format = "{ifname} via {gwaddr}";
|
||||
# tooltip-format-wifi = "connected to {essid}";
|
||||
# tooltip-format-ethernet = "{ifname}";
|
||||
# tooltip-format-disconnected = "Disconnected";
|
||||
# on-click = "${pkgs.networkmanagerapplet}/bin/nm-connection-editor";
|
||||
#};
|
||||
pulseaudio = {
|
||||
format = "{icon} {volume}%";
|
||||
format-bluetooth = "{icon} {volume}%";
|
||||
|
@ -167,6 +178,17 @@ in {
|
|||
format = " {percentage}%";
|
||||
tooltip-format = "{used:0.1f}GiB/{avail:0.1f}GiB used\n{swapUsed:0.1f}GiB/{swapAvail:0.1f}GiB swap";
|
||||
};
|
||||
power-profiles-daemon = {
|
||||
format = "{icon}";
|
||||
tooltip-format = "Power profile: {profile}\nDriver: {driver}";
|
||||
tooltip = true;
|
||||
format-icons = {
|
||||
default = "";
|
||||
performance = " perf";
|
||||
balanced = " balance";
|
||||
power-saver = " save";
|
||||
};
|
||||
};
|
||||
battery = {
|
||||
interval = 30;
|
||||
states = {
|
||||
|
@ -206,17 +228,6 @@ in {
|
|||
};
|
||||
};
|
||||
};
|
||||
power-profiles-daemon = {
|
||||
format = "{icon}";
|
||||
tooltip-format = "Power profile: {profile}\nDriver: {driver}";
|
||||
tooltip = true;
|
||||
format-icons = {
|
||||
default = "";
|
||||
performance = " perf";
|
||||
balanced = " balance";
|
||||
power-saver = " save";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue