diff options
author | zachir <zachir@librem.one> | 2025-08-05 17:24:25 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-08-05 17:24:25 -0500 |
commit | 9c809e3d3ac144f9e42c0c31b83dfe421dcb0497 (patch) | |
tree | 2e2739d041e1e3a93c50a159922f0a6bc4085b64 | |
parent | d0c35a51a639d74eb0628060aa2c25f495c52d00 (diff) | |
parent | 6c401a2b4ddab98ade9e8a93afa27b5584079c29 (diff) |
Merge branch 'master' into cascas
-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) ", |