Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: polybar/polybar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.7.0
Choose a base ref
...
head repository: polybar/polybar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.7.1
Choose a head ref
  • 6 commits
  • 15 files changed
  • 1 contributor

Commits on Nov 11, 2023

  1. fix(tray): Allow module to disappear for empty tray

    Modules that don't produce any output are hidden by the controller
    (don't have margins or separators).
    The tray module should also do that for `format = <tray>` when there are
    no icons.
    
    This required the visibility handling to be tied to the module
    visibility instead of being handled by the renderer.
    Otherwise, the renderer would hide the tray (because the %{Pt} tag was
    never sent) and the tray would not unhide when new icons appeared; it
    can't differentiate between hidden because empty and hidden because the
    module is hidden by the user (the latter is the reason the renderer does
    hiding at all).
    
    Fixes #3036
    patrick96 committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    8566051 View commit details
    Browse the repository at this point in the history
  2. Remove tray_visibility signal

    No longer needed since tray visibility is now controlled directly by the
    enclosing module
    patrick96 committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    cbfbba0 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Configuration menu
    Copy the full SHA
    432e19d View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. fix: Modules did not validate tags used in formats

    The 'value' variable that was used for validation, was empty because it
    was used in a move at the beginning of the function.
    
    Fixes #3043
    patrick96 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    c552df3 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. build: Update i3ipcpp

    Closes #3042
    Includes polybar/i3ipcpp#16
    patrick96 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    ade2ee0 View commit details
    Browse the repository at this point in the history
  2. Version 3.7.1

    patrick96 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    91bd85c View commit details
    Browse the repository at this point in the history
Loading