diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-10-16 04:15:28 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-10-16 04:15:28 +0300 |
commit | 48e29ffc51d123088f26ac7ca0ab379f64705482 (patch) | |
tree | a2b503b56901169defbec73bd2c4649d394ccd1d /dotfiles/.local | |
parent | 4f501fdf5f2ec9f4a14c21fbd6955133b77f48db (diff) | |
download | swayrice-48e29ffc51d123088f26ac7ca0ab379f64705482.tar.gz swayrice-48e29ffc51d123088f26ac7ca0ab379f64705482.zip |
workspace: change "sidebar" width
Diffstat (limited to 'dotfiles/.local')
-rwxr-xr-x | dotfiles/.local/bin/workspace | 2 |
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" |