Skip to content

Borders dominate SideBorderDecoration when size ≤ 2 #854

@mingmingrr

Description

@mingmingrr

Problem Description

SideBorderDecoration only displays decoration borders when the requested size is small enough, and the active/inactive color settings have no effect from not being displayed.

It would be nice to be able to modify the decoration theme, or at least be able to set the decoration border width.

I'm open to creating a PR given which approach to take.

Steps to Reproduce

Set sbSize to 1 or 2 for sideBorder or sideBorderLayout.

Configuration File

module Main (main) where

import XMonad
import XMonad.Layout.SideBorderDecoration

main :: IO ()
main = xmonad $ sideBorder def{ sbSize = 2 } def

Checklist

  • I've read CONTRIBUTING.md

  • I tested my configuration

    • With xmonad version 0.17.2
    • With xmonad-contrib version 0.17.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions