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

Updated sway-hide work to the latest master #1241

Closed
wants to merge 36 commits into from

Commits on Sep 21, 2020

  1. Add suppport for displaying Waybar as an overlay layer

    Configuration option `layer` can now take a value "overlay", which draws the bar
    on top of the windows without creating an exclusive zone.
    nyyManni authored and somini committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    013bfb9 View commit details
    Browse the repository at this point in the history
  2. Add module sway/hide for swaybar integration

    This allows auto-showing the bar when the modifier is pressed
    
    Closes Alexays#255
    
    Setup instructions:
    - Set the `mode` of the bar to "hide" in sway configuration file
    - Set the `layer` of the bar to "overlay" in Waybar configuration file
    - Add "sway/hide" into `modules-left` in Waybar configuration file
    nyyManni authored and somini committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    0840184 View commit details
    Browse the repository at this point in the history
  3. Use layer shell version 2

    somini committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    0e32cff View commit details
    Browse the repository at this point in the history
  4. (does not build) try to use barconfig_update

    Currently, it won't build.
    I am unfamiliar with C++, I don't know what's wrong.
    xPMo authored and somini committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    4ecb22b View commit details
    Browse the repository at this point in the history
  5. fix: thanks nyyManni

    This is also a rebase-fix
    xPMo authored and somini committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    4ec1718 View commit details
    Browse the repository at this point in the history
  6. Define bar setVisible method

    Call this when toggling visibility with SIGUSR1, and for `sway/hide`
    events.
    somini committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    551973a View commit details
    Browse the repository at this point in the history
  7. Include mutext on Hide::onEvent

    This doesn't solve the issue, but it crashes less often...
    somini committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    2253f3e View commit details
    Browse the repository at this point in the history
  8. Improve debug logs

    somini committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    f1cd85f View commit details
    Browse the repository at this point in the history
  9. Remove support for "overlay" layer

    Keep this as similar to "upstream" as possible.
    somini committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    af0b182 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d427a5b View commit details
    Browse the repository at this point in the history
  11. Use logging module

    somini committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    3b15645 View commit details
    Browse the repository at this point in the history
  12. Don't auto-hide the bar on start

    This is a CSS-only change. It should be properly hidden.
    somini committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    979a478 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2021

  1. Configuration menu
    Copy the full SHA
    92fb316 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2590fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13fbf81 View commit details
    Browse the repository at this point in the history
  4. Updated layer settings.

    emirror-de committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    1c7133c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    564e231 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Configuration menu
    Copy the full SHA
    2e28531 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    208351c View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Configuration menu
    Copy the full SHA
    24a8e85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11337dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00ca332 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0aecb78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c3b7e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c11aecd View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

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

Commits on Sep 20, 2021

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

Commits on Oct 21, 2021

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

Commits on Oct 26, 2021

  1. Configuration menu
    Copy the full SHA
    55ff12a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e276e61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c502e25 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Added config parameter to hide the bar on startup.

    Set "hide-on-startup" to true in your sway/hide config to enable.
    emirror-de committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    cf2312f View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2021

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

Commits on Nov 3, 2021

  1. Configuration menu
    Copy the full SHA
    d9de7c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cee530 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

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