Commit Graph

11 Commits

Author SHA1 Message Date
raichoo 847640dc31 add `public` flag
Public views are used to populate the lock screen to display additional
information, they should never display sensitive information.

Even hidden are displayed. This uses a `force` flag that overrides visibility
that is set in mode enter and reset on mode exit.
2020-06-09 15:40:18 +00:00
raichoo 18e775a7f8 replace key code binding with symbol in default configuration 2020-06-09 14:21:01 +00:00
raichoo 92798b74e1 add default wallpaper
This adds a default wallpaper to `hikari` and uses default output configuration
to make use of it. The path to the wallpaper is spliced into the default
configuration view `sed` during installation.
2020-05-16 07:56:29 +00:00
raichoo 07a3bae1fa adjust default color scheme for upcoming default background 2020-05-15 22:54:56 +00:00
raichoo db46efcc61 add `workspace-cycle-[next|prev]` actions
These actions allow one to cycle through all existing workspaces.
2020-05-12 15:16:19 +00:00
raichoo d6af36fd28 add `ui` configuration section
This patch moves all UI related configuration options from the top level into
their own section to group them up. This constitutes a breaking change for the
end user because it invalidates previous configurations and requires users to
adjust their configuration manually.
2020-05-09 09:20:26 +00:00
raichoo fa3e2479a1 add `workspace-show-all` action 2020-05-05 19:16:22 +00:00
raichoo 29e43bb555 add `workspace-show-invisible` action 2020-05-05 19:02:18 +00:00
raichoo d9e5072e90 add `workspace-show-group` action 2020-05-05 19:00:06 +00:00
raichoo 7a02ab6188 add `sheet-show-group` action 2020-05-05 18:21:05 +00:00
raichoo 401b900323 refactor configuration infrastructure
This patch reworks how `hikari` gets configured and provides a default
configuration as well as means to incorporate this into the binary.

This deprecated the `ETC_PREFIX` configuration during make and makes it reuse
`PREFIX`.

A default terminal is now specified via the `TERMINAL` environment variable.
2020-05-02 14:34:45 +00:00