(i3) adjusted gaps; (polybar) disabled scroll on workspaces

This commit is contained in:
quak
2026-02-16 20:18:50 +01:00
parent b18ef50bdb
commit 81ff04ff3e
2 changed files with 4 additions and 1 deletions

View File

@@ -201,7 +201,8 @@ default_floating_border pixel 0
for_window [class=".*"] border pixel 1 for_window [class=".*"] border pixel 1
# gaps between windows and screen border # gaps between windows and screen border
gaps inner 12 px gaps inner 4 px
gaps outer 2 px
# Font for window titles. Will also be used by the bar unless a different font # Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below. # is used in the bar {} block below.

View File

@@ -86,6 +86,8 @@ tray-spacing = 16pt
[module/xworkspaces] [module/xworkspaces]
type = internal/xworkspaces type = internal/xworkspaces
enable-scroll = false
label-active = %name% label-active = %name%
label-active-background = ${colors.background-alt} label-active-background = ${colors.background-alt}
label-active-underline= ${colors.primary} label-active-underline= ${colors.primary}