Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Borders dominate SideBorderDecoration when size ≤ 2 #854

Open
3 tasks done
mingmingrr opened this issue Dec 18, 2023 · 0 comments
Open
3 tasks done

Borders dominate SideBorderDecoration when size ≤ 2 #854

mingmingrr opened this issue Dec 18, 2023 · 0 comments

Comments

@mingmingrr
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant