index
:
swayfx.git
master
SwayFX: Sway, but with eye candy!
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sway
/
commands
/
bar
/
colors.c
Age
Commit message (
Expand
)
Author
2021-02-04
Declare all struct cmd_handler arrays const
Manuel Stoeckl
2020-07-30
cmd/bar/colors: fix dereference of null pointer
Antonin Décimo
2019-12-28
bar_cmd_colors: remove add_color
Brian Ashworth
2019-01-14
Remove now-unused "input" argument of cmd_results_new
M Stoeckl
2018-12-29
swaybar: fix focused_statusline color parsing.
Rune Morling
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
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