From f6848cbec6fbeca616a0c55ac6fa8e44704c445c Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 2 Aug 2025 11:02:41 -0500 Subject: Ignore signal strength --- waybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybar/config b/waybar/config index ba85118..9a60dba 100644 --- a/waybar/config +++ b/waybar/config @@ -192,7 +192,7 @@ }, "network": { // "interface": "wlp2*", // (Optional) To force the use of this interface - "format-wifi": "{essid} ({signalStrength}%) ", + "format-wifi": "{essid} ", "format-ethernet": "Connected  ", "tooltip-format": "{ifname} via {gwaddr} ", "format-linked": "{ifname} (No IP) ", -- cgit v1.2.3 From 6c401a2b4ddab98ade9e8a93afa27b5584079c29 Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 2 Aug 2025 11:07:14 -0500 Subject: Add monitor defs to hyprland --- hypr/hyprland.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 5a4151b..6c32a42 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -1,5 +1,8 @@ # See https://wiki.hyprland.org/Configuring/Monitors/ #{{{ Monitor config +#monitor = DP-2, 1920x1080@75, 0x0, 1 +#monitor = HDMI-A-1, 1920x1080@75, 1920x0, 1 +#monitor = eDP-1, 1920x1080@60, 0x0, 1 monitor = , preferred, auto, 1 #}}} -- cgit v1.2.3