diff --git a/private_dot_config/waybar/config.jsonc b/private_dot_config/waybar/config.jsonc index 6ac1aa5..b428405 100644 --- a/private_dot_config/waybar/config.jsonc +++ b/private_dot_config/waybar/config.jsonc @@ -3,7 +3,7 @@ // "layer": "top", // Waybar at top layer // "position": "bottom", // Waybar position (top|bottom|left|right) "height": 30, // Waybar height (to be removed for auto height) - // "width": 1280, // Waybar width + //"width": 1280, // Waybar width "spacing": 4, // Gaps between modules (4px) // Choose the order of the modules "modules-left": [ @@ -120,7 +120,7 @@ }, "temperature": { // "thermal-zone": 2, - // "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input", + "hwmon-path": "/sys/class/hwmon/hwmon3/temp1_input", "critical-threshold": 80, // "format-critical": "{temperatureC}°C {icon}", "format": "{temperatureC}°C {icon}", @@ -161,7 +161,7 @@ } }, "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-ethernet": "{ipaddr}/{cidr} ", "tooltip-format": "{ifname} via {gwaddr} ", diff --git a/private_dot_config/waybar/style.css b/private_dot_config/waybar/style.css index 96d9b30..2dcfe08 100644 --- a/private_dot_config/waybar/style.css +++ b/private_dot_config/waybar/style.css @@ -42,8 +42,6 @@ window#waybar.chromium { button { /* Use box-shadow instead of border so the text isn't offset */ box-shadow: inset 0 -3px transparent; - /* Avoid rounded borders under each button name */ - border: none; border-radius: 20px; } @@ -59,6 +57,7 @@ button:hover { } #workspaces button { + padding: 0 5px; background-color: transparent; color: #ffffff; } @@ -99,7 +98,7 @@ button:hover { #scratchpad, #power-profiles-daemon, #mpd { - /*padding: 0 10px;*/ + padding: 0 10px; color: #ffffff; border-radius: 20px; }