mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 06:15:21 +01:00
[GH-ISSUE #482] Custom module is not displaying the output of the command, but displayed the command itself #156
Labels
No labels
A:Build
A:CI
A:Client
A:Config
A:Core
A:Documentation
A:Documentation
A:IPC
A:Testing
A:UX/UI
blocked
BREAKING CHANGE
duplicate
good first issue
GTK4
help wanted
invalid
M:Battery
M:Battery
M:Bindmode
M:Bluetooth
M:Brightness
M:Cairo
M:Clipboard
M:Clock
M:Clock
M:Custom
M:Focused
M:Keyboard
M:Launcher
M:Menu
M:Music
M:Music
M:Music
M:Network Manager
M:Notifications
M:SysInfo
M:Tray
M:Volume
M:Workspaces
partially resolved
P:Critical
P:High
P:Low
P:Medium
pull-request
T:Bug
T:Bug
T:Core Enhancement
T:Module Enhancement
T:New Module
T:Question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/ironbar#156
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bluebyt on GitHub (Mar 4, 2024).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/482
Describe the bug
I have a custom module that suppose to output the nb of update package in Archlinux, but I see the command itself in the bar.
Steps to reproduce the behavior:
config.corn:
Expected behavior
The bar should output the result. e.g. " 5 packages"
System information:
Configuration
config.corn
style.css
Screenshots

@JakeStanger commented on GitHub (Mar 4, 2024):
Ironbar v0.12 is from May last year, and there have been a few fixes to the script parser since then. Can you try updating the latest version and see if the issue still occurs first please?
@bluebyt commented on GitHub (Mar 4, 2024):
I am already with latest git version of Ironbar.
ironbar -v
2024-03-04T13:36:11.223869Z INFO ironbar: 49: Ironbar version 0.12.0
2024-03-04T13:36:11.223890Z INFO ironbar: 50: Starting application
2024-03-04T13:36:11.226705Z INFO ironbar: 120: Shutting down
@JakeStanger commented on GitHub (Mar 4, 2024):
The latest released version is 0.14.1. Git is on 0.15.0-pre
@bluebyt commented on GitHub (Mar 4, 2024):
Ok I found the problem, when I updated I forgot to do the last command:
install target/release/ironbar ~/.local/bin/ironbar
Now the version is 0.15.0-pre
Now everything is working as expected.
Thanks for your quick response!
I will close this.