diff --git a/config/hypr/scripts/Wlogout.sh b/config/hypr/scripts/Wlogout.sh index 43f7410..3acd0d0 100755 --- a/config/hypr/scripts/Wlogout.sh +++ b/config/hypr/scripts/Wlogout.sh @@ -1,7 +1,11 @@ #!/bin/bash -# Start wlogout in the background -wlogout --protocol layer-shell -b 5 -T 600 -B 600 & +# If you have 1440p, better to use this +# wlogout --protocol layer-shell -b 5 -T 600 -B 600 & + +# for 1080p +wlogout --protocol layer-shell -b 5 -T 450 -B 450 & + # Capture the PID of the wlogout process wlogout_pid=$! diff --git a/config/waybar/configs/config-gnome b/config/waybar/configs/config-gnome index 4f4affc..e13a088 100644 --- a/config/waybar/configs/config-gnome +++ b/config/waybar/configs/config-gnome @@ -29,7 +29,7 @@ "modules-right": [ "tray", - "network", + //"network", "bluetooth", "cpu", "temperature", diff --git a/config/waybar/modules b/config/waybar/modules index 3b033aa..1dc5ec1 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -140,8 +140,16 @@ "hyprland/window": { "format": "{}", - "max-length": 360, + "max-length": 40, "separate-outputs": true, + "offscreen-css" : true, + "offscreen-css-text": "(inactive)", + "rewrite": { + "(.*) — Mozilla Firefox": " $1", + "(.*) - fish": "> [$1]", + "(.*) - zsh": "> [$1]", + "(.*) - kitty": "> [$1]", + }, }, "hyprland/workspaces": { @@ -352,7 +360,8 @@ "on-click": "$HOME/.config/hypr/scripts/Wlogout.sh", "on-click-right": "~/.config/hypr/scripts/ChangeBlur.sh", }, - + +// NOTE:! This is only for Arch and Arch Based Distros "custom/updater":{ "format": " {}", "exec": "checkupdates | wc -l",