aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
| * | Trigger event on bar mode|hidden_state commandsLibravatar Mikkel Oscar Lyderik2015-12-21
| | |
| * | Implement `barconfig_update` IPC eventLibravatar Mikkel Oscar Lyderik2015-12-21
| | |
* | | Merge pull request #388 from mikkeloscar/bar-commandsLibravatar Drew DeVault2015-12-21
|\| | | | | | | | Handle bar commands outside config file
| * | Handle bar commands outside config fileLibravatar Mikkel Oscar Lyderik2015-12-21
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Our initial implementation of `bar { }` assumed that the commands could only be used in the config. This is not true for two commands: * bar mode * bar hidden_state This patch makes it possible to issue these commands outside a bar block, for instance through swaymsg $ swaymsg bar mode hide bar-0 This does not implement the `barconfig_update` IPC event which should be trigged from these commands. I have added TODO's where this should be added once implemented.
* | Merge pull request #387 from mikkeloscar/handle-term-signalLibravatar Drew DeVault2015-12-21
|\ \ | | | | | | swaybar: Correct handling of SIGTERM.
| * | swaybar: Correct handling of SIGTERM.Libravatar Mikkel Oscar Lyderik2015-12-21
|/ / | | | | | | | | | | | | | | | | Swaybar did not correctly handle the SIGTERM sent from sway when exiting, ultimately leaving the child status_command behind. This should correctly handle the SIGTERM signal and terminate the status_command. Fix #386
* / Fix default swaybar fontLibravatar Drew DeVault2015-12-21
|/
* Merge pull request #381 from sce/fix_gapsLibravatar Drew DeVault2015-12-20
|\ | | | | Fix gaps
| * layout: Fix `edge_gaps off` with top/left panels.Libravatar S. Christoffer Eliesen2015-12-20
| | | | | | | | | | Since x/y won't be zero when there's a top or left panel in place, we need to take those coordinates into account too.
| * container: Fix inner gaps against screen edge.Libravatar S. Christoffer Eliesen2015-12-20
|/
* Merge pull request #380 from mikkeloscar/bar-font-supportLibravatar Drew DeVault2015-12-20
|\ | | | | swaybar: Add font support
| * swaybar: Add font supportLibravatar Mikkel Oscar Lyderik2015-12-20
|/
* Merge pull request #373 from sce/per_panel_configLibravatar Drew DeVault2015-12-20
|\ | | | | Per panel config
| * extensions: Track panels by wl_resource, position per panel.Libravatar S. Christoffer Eliesen2015-12-20
| | | | | | | | | | | | | | | | Track each panel separately via its wl_resource. `set_panel_position` might be called before `set_panel`, so reuse panel config. Place the position in panel_config so that each panel has its own position.
| * extensions: panel_config->resource => wl_surface_res.Libravatar S. Christoffer Eliesen2015-12-20
| | | | | | | | Change the name to something less ambigious.
* | Merge pull request #378 from mikkeloscar/bar-pixel-perfectLibravatar Drew DeVault2015-12-20
|\ \ | | | | | | swaybar: pixel perfect layout
| * | swaybar: pixel perfect layoutLibravatar Mikkel Oscar Lyderik2015-12-20
| | | | | | | | | | | | | | | This should make the bar workspace button layout identical to the layout used in i3.
* | | Merge pull request #377 from progandy/optional-pixbufLibravatar Drew DeVault2015-12-20
|\ \ \ | |/ / |/| | make gdk-pixbuf dependency really optional
| * | make gdk-pixbuf dependency really optionalLibravatar progandy2015-12-20
|/ /
* | Update README screenshotLibravatar Drew DeVault2015-12-20
| | | | | | | | The new one has the top cut off, I didn't notice.
* | Merge pull request #369 from crondog/masterLibravatar Drew DeVault2015-12-20
|\ \ | | | | | | swaybar: use height from config
| * | swaybar: use height from configLibravatar crondog2015-12-20
| |/
* | Merge pull request #372 from sce/fix_swaybar_output_name_testLibravatar Drew DeVault2015-12-20
|\ \ | | | | | | config: load_swaybars: Fix name comparison.
| * | config: load_swaybars: Fix name comparison.Libravatar S. Christoffer Eliesen2015-12-20
| |/
* | Merge pull request #370 from sce/fix_free_barLibravatar Drew DeVault2015-12-20
|\ \ | | | | | | config: free_bar: Check if outputs is NULL.
| * | config: free_bar: Check if outputs is NULL.Libravatar S. Christoffer Eliesen2015-12-20
| |/ | | | | | | | | bar_config.outputs is NULL if no output is explicitly defined in config (ie. use for for all outputs).
* / Make some dependencies optionalLibravatar Drew DeVault2015-12-20
|/ | | | Closes #368
* Merge pull request #366 from mikkeloscar/fix-swaybar-high-cpuLibravatar Drew DeVault2015-12-19
|\ | | | | swaybar: use select instead of busyloop
| * swaybar: use select instead of busyloopLibravatar Mikkel Oscar Lyderik2015-12-19
|/ | | | | | | | | Use of busyloop caused high cpu usage for sway because swaybar had to be redrawn all the time. By using select instead the bar only has to be redrawn when the status_command changes (i.e. every second) or when the workspaces are updated. Fix #345
* Merge pull request #364 from cyberhuman/masterLibravatar Drew DeVault2015-12-19
|\ | | | | Update readme dependency list and build instructions
| * Update readme dependency listLibravatar Raman Varabets2015-12-19
|/
* Merge pull request #362 from crondog/masterLibravatar Drew DeVault2015-12-18
|\ | | | | swaybar: use position from config
| * swaybar: use position from configLibravatar crondog2015-12-19
|/
* Just bail if ws_json is fucked upLibravatar Drew DeVault2015-12-18
|
* Wow that was stupidLibravatar Drew DeVault2015-12-18
|
* I'm still getting crashes without this lineLibravatar Drew DeVault2015-12-18
|
* Implement compositor support for swaylockLibravatar Drew DeVault2015-12-18
| | | | This makes swaylock more or less work.
* Fix lock extension setup in compositorLibravatar Drew DeVault2015-12-18
|
* Merge pull request #361 from mikkeloscar/i3bar-commandLibravatar Drew DeVault2015-12-18
|\ | | | | Add support for running swaybar_command
| * Add support for running swaybar_commandLibravatar Mikkel Oscar Lyderik2015-12-19
| |
* | Fix default workspace name generationLibravatar Drew DeVault2015-12-18
|/ | | | This fixes the issue where workspace 10 ends up being the default.
* Merge pull request #360 from sce/fix_arrange_windowsLibravatar Drew DeVault2015-12-18
|\ | | | | Fix arrange windows
| * layout: arrange_windows: Partially fix swaybar irregularties.Libravatar S. Christoffer Eliesen2015-12-18
| |
| * layout: arrange_windows: Fix/better debug output.Libravatar S. Christoffer Eliesen2015-12-18
| |
* | Drop sway-xorg.desktopLibravatar Drew DeVault2015-12-18
| |
* | Merge pull request #359 from mikkeloscar/i3bar-commandLibravatar Drew DeVault2015-12-18
|\ \ | | | | | | Add bar option: swaybar_command <command>
| * | Add bar option: swaybar_command <command>Libravatar Mikkel Oscar Lyderik2015-12-19
| |/
* | Merge pull request #358 from mikkeloscar/reload-swaybg-swaybarLibravatar Drew DeVault2015-12-18
|\ \ | |/ |/| Reload swaybar/swaybg on config reload.
| * Terminate children when freeing output containerLibravatar Mikkel Oscar Lyderik2015-12-18
| |
| * Reload swaybar/swaybg on config reload.Libravatar Mikkel Oscar Lyderik2015-12-18
| | | | | | | | | | | | | | | | This works by tracking the pids of the child processes in the related output container and terminating the processes and spawning new ones on a config reload. Should solve: #347