summaryrefslogtreecommitdiff
path: root/sway/commands/bar/colors.c
AgeCommit message (Expand)Author
2021-02-04Declare all struct cmd_handler arrays constManuel Stoeckl
2020-07-30cmd/bar/colors: fix dereference of null pointerAntonin Décimo
2019-12-28bar_cmd_colors: remove add_colorBrian Ashworth
2019-01-14Remove now-unused "input" argument of cmd_results_newM Stoeckl
2018-12-29swaybar: fix focused_statusline color parsing.Rune Morling
2018-06-02Address first round of review for generic blocksBrian Ashworth
2018-06-02Make command block implementation genericBrian Ashworth
2018-03-29Clean up imported bar commandsDrew DeVault
2018-03-29Add bar configuration commandsDrew DeVault
2017-11-18Move everything to sway/old/Drew DeVault
2016-12-15Fix indentation issuesDrew DeVault
2016-12-15Handle allocation failure in commandsDrew DeVault
2016-11-02change bar colors from char[10] to *charD.B
2016-11-02add bar colours for focused_(workspace|statusline|separator)D.B
2016-11-02use urgent_ws color in swaybar if binding_mode is undefinedD.B
2016-09-02merge in latest commitsZandr Martin
2016-09-01refactor commands.cZandr Martin