diff options
-rw-r--r-- | hypr/hyprland.conf | 3 | ||||
-rw-r--r-- | waybar/config | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 77b3d03..b128f48 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 #}}} diff --git a/waybar/config b/waybar/config index 8596061..9903342 100644 --- a/waybar/config +++ b/waybar/config @@ -193,7 +193,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) ", |