• Joined on 2023年05月15日
Delgan commented on issue dnkl/yambar#443 2025年03月09日 11:08:05 +01:00
Custom (script) modules

Hi.

There indeed exists a "script" module: https://www.mankier.com/5/yambar-modules-script

Delgan commented on issue dnkl/yambar#387 2025年02月09日 10:19:40 +01:00
Issues with the network module

In my case, I observed the error seems to disappear after restarting the iwd service.

Delgan commented on issue dnkl/yambar#413 2024年09月26日 07:43:55 +02:00
module display title of active window

Hi.

Maybe you need the i3 module: https://www.mankier.com/5/yambar-modules-i3? There is a title tag.

Delgan commented on issue dnkl/yambar#150 2024年09月21日 19:49:11 +02:00
[Feature request] Bluetooth module

@etho Glad you found this useful. 👍

I've created a separate yambar-bluetooth project mainly for the sake of simplicity. The yambar script module is very convenient. It allowed me to...

Delgan commented on issue dnkl/yambar#411 2024年09月20日 21:24:57 +02:00
Feature request: Add on-hover event

Was discussed here: dnkl/yambar#107

Delgan commented on issue dnkl/yambar#409 2024年09月15日 09:48:40 +02:00
particles underline aren’t connected

Hey @CuterThanYou.

I had the exact same question when I discovered yambar, see this ticket: dnkl/yambar#304

Quoting the answer:

There's an implicit...

Delgan merged pull request dnkl/yambar#383 2024年05月20日 07:33:55 +02:00
Fix remaining typos in the codebase (and update CI checks)
Delgan commented on pull request dnkl/yambar#376 2024年05月02日 18:33:49 +02:00
fix: typo

We're already using codespell to detect typos. I'd be open to replacing it, if it can be shown that the alternative is better. But I don't want to keep multiple spell checkers.

Oh, indeed. I...

Delgan created pull request dnkl/yambar#383 2024年05月02日 18:33:40 +02:00
Fix remaining typos in the codebase (and update CI checks)
Delgan pushed to fix-remaining-typos at Delgan/yambar 2024年05月02日 18:29:20 +02:00
b3313cefc6 Fix remaining typos in the codebase (and update CI checks)
00234696fe Add examples/river-minimal.yml
3a7455913f fix: typo
547cef5afb network: fix missing break in switch statement
6f3952819f changelog: add new 'unreleased' section
Compare 10 commits »
Delgan created branch fix-remaining-typos in Delgan/yambar 2024年05月02日 18:29:20 +02:00
Delgan commented on issue dnkl/yambar#375 2024年04月21日 11:16:18 +02:00
Set battery full at 80%

Maybe you can achieve what you want with the map particle: https://www.mankier.com/5/yambar-particles#Map ?

Something roughly along these lines (not tested):

bar:left:-...
Delgan commented on pull request dnkl/yambar#376 2024年04月21日 11:10:32 +02:00
fix: typo

As a side note, I can recommend using typos to automatically detect and fix such mistakes: https://github.com/crate-ci/typos

There are other typos that could be fixed at the same time.

Delgan merged pull request dnkl/yambar#351 2024年04月09日 16:33:45 +02:00
Apply "clang-format" preferred config globally
Delgan commented on pull request dnkl/yambar#351 2024年04月07日 10:11:45 +02:00
Apply "clang-format" preferred config globally

Lets start small; we do nothing, and see how that goes. If that's not enough, we can explore other ideas.

Yes, that's fine by me.

Delgan pushed to apply-clang-format at Delgan/yambar 2024年04月07日 10:08:05 +02:00
b85ba99980 Apply "clang-format" preferences globally
d841aeeecd config: layer: add 'overlay' and 'background'
28a18ad91e log: fix syslog not respecting the configured log level
Compare 3 commits »
Delgan closed issue dnkl/yambar#369 2024年04月01日 17:48:23 +02:00
Miscalculation of list width in presence of empty particles
Delgan commented on issue dnkl/yambar#369 2024年04月01日 17:48:23 +02:00
Miscalculation of list width in presence of empty particles

Fixed by 53dec73ed2.

Delgan pushed to apply-clang-format at Delgan/yambar 2024年04月01日 17:46:27 +02:00
f498ca6b5b Apply "clang-format" preferences globally
da19c09122 Add missing "dynlist" dependency to network module
58c397d154 Fix CI failing due to outdated test config file
Compare 3 commits »
Delgan merged pull request dnkl/yambar#371 2024年04月01日 17:42:26 +02:00
Fix CI failing due to outdated test config file