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

Separators width & height not affected by theme #485

Open
imabuddha opened this issue Jan 20, 2021 · 0 comments
Open

Separators width & height not affected by theme #485

imabuddha opened this issue Jan 20, 2021 · 0 comments

Comments

@imabuddha
Copy link

I've read the wiki, and I've set separators_height and separators_width in my theme. However these values have no affect on lain.util.separators.arrow_right.

Looking briefly at the source it also seems that the values are hard-coded & no reference is made to beautiful.

output of awesome -v and lua -v

~ ❯ awesome -v
awesome v4.3 (Too long)
 • Compiled against Lua 5.3.3 (running with Lua 5.3)
 • D-Bus support: ✔
 • execinfo support: ✔
 • xcb-randr version: 1.6
 • LGI version: 0.9.2
~ ❯ lua -v
Lua 5.3.3  Copyright (C) 1994-2016 Lua.org, PUC-Rio

expected behavior

Setting values of separators_height and/or separators_width in theme should affect separators.

actual behavior

The values of beautiful.separators_height and beautiful.separators_width (as set in the currently loaded theme) have no affect on separators.

steps to reproduce the problem

  1. Set values of separators_height and separators_width theme
  2. Add arrow(s) to a wibox
  3. Reload awesome

X error log

n/a

DemonInTheCloset added a commit to DemonInTheCloset/lain that referenced this issue Jun 24, 2022
fix issue lcpz#485 util/separators not following theme variables
separators_width and separator_height as stated in the documentation
DemonInTheCloset added a commit to DemonInTheCloset/lain that referenced this issue Jun 24, 2022
Fix issue lcpz#485 `lain.util.separators` not following theme variables
separators_width and separators_height as stated in the wiki
lcpz pushed a commit that referenced this issue Jun 25, 2022
* fix(util/separators): Not following theme

Fix issue #485 `lain.util.separators` not following theme variables
separators_width and separators_height as stated in the wiki

* fix: Removed redundant parenthesis
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