Reformat waybar

This commit is contained in:
Fabian Hauser 2022-12-08 15:48:22 +01:00
parent ecdc9b44f2
commit 85d5feba7d

View file

@ -12,15 +12,15 @@
modules-right = [
"backlight"
"idle_inhibitor"
"bluetooth"
"cpu"
#"cpu"
"temperature"
"memory"
"disk"
#"memory"
#"disk"
"network"
"pulseaudio"
"bluetooth"
#"custom/keyboard-layout"
"battery"
"pulseaudio"
"tray"
"clock"
];
@ -34,7 +34,7 @@
};
battery = {
interval = 10;
interval = 60;
states = {
warning = 15;
critical = 10;
@ -82,7 +82,7 @@
network = {
interval = "5";
format-wifi = " {essid} ({signalStrength}%)"; # Icon: wifi
format-wifi = " {essid}: {ipaddr} ({signalStrength}%)"; # Icon: wifi
format-ethernet = "🔗 {ifname}: {ipaddr}/{cidr}"; # Icon: ethernet
format-disconnected = "🔗";
tooltip-format = "{ifname}: {ipaddr}";
@ -140,7 +140,6 @@
"" # Icon: temperature-full
];
tooltip = "true";
hwmon-path = "/sys/class/hwmon/hwmon3/temp1_input";
};
idle_inhibitor = {