aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2023-10-16 04:15:28 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2023-10-16 04:15:28 +0300
commit48e29ffc51d123088f26ac7ca0ab379f64705482 (patch)
treea2b503b56901169defbec73bd2c4649d394ccd1d
parent4f501fdf5f2ec9f4a14c21fbd6955133b77f48db (diff)
downloadswayrice-48e29ffc51d123088f26ac7ca0ab379f64705482.tar.gz
swayrice-48e29ffc51d123088f26ac7ca0ab379f64705482.zip
workspace: change "sidebar" width
-rwxr-xr-xdotfiles/.local/bin/workspace2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.local/bin/workspace b/dotfiles/.local/bin/workspace
index 749d77f..c41275f 100755
--- a/dotfiles/.local/bin/workspace
+++ b/dotfiles/.local/bin/workspace
@@ -29,7 +29,7 @@ fi
displayw=$(swaymsg -rt get_outputs |\
jq --raw-output '.[] | select(.focused == true) | .rect.width')
-sidebarw=30
+sidebarw=25
if [ $displayw -lt 2560 ]; then
swaymsg "gaps inner current set 0; gaps outer current set 0"