From 48e29ffc51d123088f26ac7ca0ab379f64705482 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?=
 <yps@yaroslavps.com>
Date: Mon, 16 Oct 2023 04:15:28 +0300
Subject: workspace: change "sidebar" width

---
 dotfiles/.local/bin/workspace | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'dotfiles/.local/bin')

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"
-- 
cgit v1.2.3