diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index dd15368..6c5a177 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -95,7 +95,10 @@ dwindle { master { # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more - new_is_master = true + #new_is_master = true + new_status = master + new_on_top = 1 + mfact = 0.5 } gestures { diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 048cbae..4133f01 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -6,28 +6,19 @@ "passthrough": false, "gtk-layer-shell": true, "height": 50, - "modules-left": ["clock","custom/weather","wlr/workspaces"], + "modules-left": ["clock","custom/weather","hyprland/workspaces"], "modules-center": ["hyprland/window"], "modules-right": ["network", "bluetooth", "temperature","custom/power_profile","battery","backlight","pulseaudio","pulseaudio#microphone","tray"], "hyprland/window": { "format": "{}" }, - "wlr/workspaces": { - "disable-scroll": true, - "all-outputs": true, - "on-click": "activate", - "persistent_workspaces": { - "1": [], - "2": [], - "3": [], - "4": [], - "5": [], - "6": [], - "7": [], - "8": [], - "9": [], - "10": [] + "hyprland/workspaces": { + "format": "{name}", + + "persistent-workspaces": { + "*": 3, // 5 workspaces by default on every monitor + "HDMI-A-1": 3 // but only three on HDMI-A-1 } }, @@ -111,12 +102,17 @@ }, "temperature": { - "thermal-zone": 1, - "format": "{temperatureF}°F ", + "thermal-zone": 2, + "hwmon-path": [ + "/sys/class/hwmon/hwmon2/temp1_input", + "/sys/class/thermal/thermal_zone0/temp" + ], "critical-threshold": 80, - "format-critical": "{temperatureC}°C " + "format-critical": " {temperatureC}°C", + "format": " {temperatureC}°C" }, + "network": { // "interface": "wlp2*", // (Optional) To force the use of this interface "format-wifi": " {signalStrength}%",