diff options
author | zachir <zachir@librem.one> | 2023-05-03 12:09:22 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-05-03 12:09:22 -0500 |
commit | 83f9866edcf2b1a3656e3757f98adb8258eee3fc (patch) | |
tree | ae9c8b94ff1954907419dc347a24c68f4f40fa1a /waybar/config-Hyprland | |
parent | bdec612a036960c34155e79ccf9d6db084fbdc68 (diff) |
remove temp icon and don't set output in config-Hyprland
Diffstat (limited to 'waybar/config-Hyprland')
-rw-r--r-- | waybar/config-Hyprland | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/waybar/config-Hyprland b/waybar/config-Hyprland index 1d4743a..8325c86 100644 --- a/waybar/config-Hyprland +++ b/waybar/config-Hyprland @@ -2,7 +2,7 @@ "layer": "top", "position": "top", "height": 36, - "output": "%%DISPLAY%%", + //"output": "%%DISPLAY%%", "spacing": 4, //"margin-top": 5, //"margin-bottom":5, @@ -74,7 +74,7 @@ // "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input", "critical-threshold": 80, // "format-critical": "{temperatureC}°C {icon}", - "format": "{temperatureC}°C {icon}", + "format": "{temperatureC}°C", "format-icons": ["", "", ""] }, "backlight": { |