From 4c75d97e2446dbc9f97ea7cf8a5065680c652cbe Mon Sep 17 00:00:00 2001 From: hesam-init Date: Sun, 25 Feb 2024 01:10:35 +0330 Subject: [PATCH] fix: waybar network and move two step workspace keybinds --- hyprland/.config/hypr/conf/keybinding.conf | 4 ++-- hyprland/.config/waybar/river/config.jsonc | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hyprland/.config/hypr/conf/keybinding.conf b/hyprland/.config/hypr/conf/keybinding.conf index fdba1bb..0c22a24 100644 --- a/hyprland/.config/hypr/conf/keybinding.conf +++ b/hyprland/.config/hypr/conf/keybinding.conf @@ -66,8 +66,8 @@ bind = $mainMod, 0, workspace, 10 # Move workspaces with arrow bind = $mainMod CTRL, right, workspace, +1 bind = $mainMod CTRL, left, workspace, -1 -bind = CTRL SHIFT, right, workspace, +2 -bind = CTRL SHIFT, left, workspace, -2 +bind = CTRL ALT, right, workspace, +2 +bind = CTRL ALT, left, workspace, -2 bind = ALT SHIFT, right, movetoworkspace, +1 bind = ALT SHIFT, left, movetoworkspace, -1 diff --git a/hyprland/.config/waybar/river/config.jsonc b/hyprland/.config/waybar/river/config.jsonc index 77f0dff..a9ec353 100644 --- a/hyprland/.config/waybar/river/config.jsonc +++ b/hyprland/.config/waybar/river/config.jsonc @@ -189,12 +189,12 @@ ] }, "network": { - "format-wifi": "{ifname} : {ipaddr}/{cidr}", - "format-ethernet": "{ifname} : {ipaddr}/{cidr}", + "format-wifi": " : {ipaddr}/{cidr}", + "format-ethernet": " : {ipaddr}/{cidr}", "tooltip-format": "{ifname} via {gwaddr} ", - "format-alt": " : {ipaddr}/{cidr}", + "format-alt": "network : {ifname}", "format-linked": "{ifname} (No IP) ", - "format-disconnected": "N/A : 0.0.0.0", + "format-disconnected": " : 0.0.0.0", "on-click-right": "~/.config/hypr/scripts/nmtui-launch.sh", "tooltip": false },