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