index
:
sway.git
master
fork of sway with action binder commands
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sway
/
config
/
bar.c
Age
Commit message (
Expand
)
Author
2023-01-03
Remove redundant return statements
Carl Smedstad
2021-10-30
Bump RLIMIT_NOFILE
Simon Ser
2021-06-05
sway: restore SIGPIPE handler before exec:ing swaybar
Daniel Eklöf
2021-06-03
config: Fix swaybar pango_markup inconsistency
Daniel Otero
2020-10-11
Add support for workspace_min_width bar option.
Tarmack
2019-11-01
Rename symbol set_cloexec to sway_set_cloexec, remove duplicates.
Sheena Artrip
2019-11-01
Fix potential NULL reference on cleanup
lbonn
2019-09-04
swaybar: complete barconfig_update event handling
Brian Ashworth
2019-05-12
Spawn swaybar as a wayland client
Brian Ashworth
2019-02-11
fix misc memory leaks
Brian Ashworth
2019-02-01
Revert "More frees."
Connor E
2019-01-21
Move sway-specific functions in common/util.c into sway/
M Stoeckl
2019-01-21
Replace wlr_log with sway_log
M Stoeckl
2019-01-16
bar_cmd_tray_bind: Use mouse button helpers
Brian Ashworth
2019-01-13
Merge pull request #3397 from RedSoxFan/fix-swaybar-height
Drew DeVault
2019-01-11
swaybar: add status_edge_padding command
Brian Ashworth
2019-01-11
swaybar: add status_padding command
Brian Ashworth
2019-01-09
swaybar: obey height if given
Brian Ashworth
2018-12-31
swaybar: implement tray config
Ian Fan
2018-12-09
list.c: rename free_flat_list to list_free_items_and_destroy
Ian Fan
2018-12-09
Cleanup list code
Ian Fan
2018-12-09
list.c: Remove list_foreach
Ian Fan
2018-11-25
Replace _XOPEN_SOURCE with _POSIX_C_SOURCE
emersion
2018-11-19
Merge pull request #3083 from c-edw/feature/StripWorkspaceName
emersion
2018-11-17
Implement strip_workspace_name.
Connor E
2018-11-13
More frees.
Connor E
2018-10-14
swaybar: show hidden bar on key event
Ian Fan
2018-10-13
Fix bar subcommand handler structs and selection
Brian Ashworth
2018-10-09
bar-bindsym: address ianyfan's comments
Brian Ashworth
2018-10-09
Implement bar bindsym
Brian Ashworth
2018-10-08
swaybar: allow null status_command
Ryan Dwyer
2018-09-20
swaybar: handle hotplugging
emersion
2018-09-05
Implement type safe arguments and demote sway_container
Ryan Dwyer
2018-08-02
Reset signal mask after fork
Marien Zwart
2018-07-09
Update for swaywm/wlroots#1126
emersion
2018-07-05
config: add a couple of forgotten frees
Dominique Martinet
2018-07-02
bar config: fix uninitialized accesses on init error
Dominique Martinet
2018-07-02
invoke_swaybar: fix message length header size
Dominique Martinet
2018-04-26
Rename len to msg_len. Avoids an aliased variable that was a little confusing...
Geoff Greer
2018-04-26
invoke_swaybar(): Set process group. Kill process group.
Geoff Greer
2018-03-31
Free bar configs on reload and exit
Drew DeVault
2018-03-30
Merge remote-tracking branch 'origin/wlroots' into swaybar-layers
Drew DeVault
2018-03-29
Terminate swaybar when freeing bar config
Drew DeVault
2018-03-29
Spawn swaybars when outputs are added
Drew DeVault
2018-03-29
Move bar config into its own file
Drew DeVault