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
/
commands
/
bar
Age
Commit message (
Expand
)
Author
2018-12-31
swaybar: do not create tray if hidden
Ian Fan
2018-12-31
swaybar: implement tray config
Ian Fan
2018-12-29
swaybar: fix focused_statusline color parsing.
Rune Morling
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-11-28
Implement bar gaps
Brian Ashworth
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-10
Use parse_boolean where possible.
Connor E
2018-10-23
commands: replace EXPECTED_LESS_THAN with EXPECTED_AT_MOST
Ian Fan
2018-10-23
commands: remove EXPECTED_MORE_THAN
Ian Fan
2018-10-20
commands/bar: remove left and right from allowed positions
Rouven Czerwinski
2018-10-14
commands: fix sending bar mode/hidden_state updates to all bars
Ian Fan
2018-10-13
cmd_bar: fix bar id issues
Brian Ashworth
2018-10-13
bar_cmd_status_command: only reload current bar
Brian Ashworth
2018-10-09
bar-bindsym: address ianyfan's comments
Brian Ashworth
2018-10-09
Implement bar bindsym
Brian Ashworth
2018-10-08
Fix memory leak in status_command handler
emersion
2018-10-08
Allow status_command to be disabled via IPC
Ryan Dwyer
2018-09-28
swaybar: fix setting binding mode indicator
Ian Fan
2018-07-15
bar: free old position when changing
Ian Fan
2018-07-09
Update for swaywm/wlroots#1126
emersion
2018-07-02
bar_cmd_modifier: fix use-after-free on error
Dominique Martinet
2018-07-02
bar_cmd_font: fix leak of font
Dominique Martinet
2018-06-02
Address first round of review for generic blocks
Brian Ashworth
2018-06-02
Make command block implementation generic
Brian Ashworth
2018-03-29
Clean up imported bar commands
Drew DeVault
2018-03-29
Add bar configuration commands
Drew DeVault
2017-11-18
Move everything to sway/old/
Drew DeVault
2017-06-07
Implement Tray Icons
Calvin Lee
2017-03-10
UnGNUify the codebase
Drew DeVault
2016-12-15
Fix indentation issues
Drew DeVault
2016-12-15
Handle allocation failure in commands
Drew DeVault
2016-11-02
change bar colors from char[10] to *char
D.B
2016-11-02
add bar colours for focused_(workspace|statusline|separator)
D.B
2016-11-02
use urgent_ws color in swaybar if binding_mode is undefined
D.B
2016-09-02
merge in latest commits
Zandr Martin
2016-09-01
refactor commands.c
Zandr Martin