More tuning

This commit is contained in:
francois
2025-11-14 08:52:20 +01:00
parent 3f869225a7
commit f72160231b
2 changed files with 5 additions and 6 deletions

View File

@@ -120,7 +120,7 @@
}, },
"temperature": { "temperature": {
// "thermal-zone": 2, // "thermal-zone": 2,
// "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input", "hwmon-path": "/sys/class/hwmon/hwmon3/temp1_input",
"critical-threshold": 80, "critical-threshold": 80,
// "format-critical": "{temperatureC}°C {icon}", // "format-critical": "{temperatureC}°C {icon}",
"format": "{temperatureC}°C {icon}", "format": "{temperatureC}°C {icon}",
@@ -161,7 +161,7 @@
} }
}, },
"network": { "network": {
// "interface": "wlp2*", // (Optional) To force the use of this interface "interface": "wlp2*", // (Optional) To force the use of this interface
"format-wifi": "{essid} ({signalStrength}%) ", "format-wifi": "{essid} ({signalStrength}%) ",
"format-ethernet": "{ipaddr}/{cidr} ", "format-ethernet": "{ipaddr}/{cidr} ",
"tooltip-format": "{ifname} via {gwaddr} ", "tooltip-format": "{ifname} via {gwaddr} ",

View File

@@ -42,8 +42,6 @@ window#waybar.chromium {
button { button {
/* Use box-shadow instead of border so the text isn't offset */ /* Use box-shadow instead of border so the text isn't offset */
box-shadow: inset 0 -3px transparent; box-shadow: inset 0 -3px transparent;
/* Avoid rounded borders under each button name */
border: none;
border-radius: 20px; border-radius: 20px;
} }
@@ -59,6 +57,7 @@ button:hover {
} }
#workspaces button { #workspaces button {
padding: 0 5px;
background-color: transparent; background-color: transparent;
color: #ffffff; color: #ffffff;
} }
@@ -99,7 +98,7 @@ button:hover {
#scratchpad, #scratchpad,
#power-profiles-daemon, #power-profiles-daemon,
#mpd { #mpd {
/*padding: 0 10px;*/ padding: 0 10px;
color: #ffffff; color: #ffffff;
border-radius: 20px; border-radius: 20px;
} }