mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 22:12:53 +01:00
feat(bar): add komorebi-bar
This commit adds an initial version of the komorebi status bar. At this point the bar is still considered "alpha" and the configuration format may see some small breaking changes based on usage and feedback. There is an accompanying video series which details the creation of this bar on YouTube: https://www.youtube.com/watch?v=x2Z5-K05bHs Some high level notes on the bar: * An external application which exclusively consumes komorebi_client's public API surface - anyone can create this without hacking directly on komorebi's internals * Generally a very simple bar with limited configuration options - users who want more configurability should use alternatives such as yasb or zebar * Scope is deliberately limited to provide a tighter, more focused experience: Windows-only, komorebi-only, single-monitor-only, horizontal-only * No support for custom widgets or templating * Colours are controlled exclusively through themes which adhere to a palette framework such as Base16 or Catppuccin (and possibly others in the future) This commit contains all of the commits listed:e5fa03c33cfeat(bar): initial commitb3990590f3feat(bar): add config struct with basic optsbc2f4a172efeat(bar): handle komorebi restarts gracefullyca6bf69ac7feat(bar): add basic widget config opts18358efed8feat(bar): add interactive layout and media widgets92bb9f680bperf(bar): use explicit redraw and data refresh strategies8e74e97706feat(bar): add battery and network widgetsfdc7706d23feat(bar): add custom font loader025162769bfeat(bar): allow right side widget orderinga1688691cffeat(bar): add app icon next to focused window title9f78739c3ffeat(bar): add komorebi widget (+config) and themesa4ef85859efeat(bar): use phosphor icons for uniformitye99138a97efeat(bar): add first pass at configuration loaderd6ccf4cf9afeat(bar): add logging and config hotwatch34d2431947feat(bar): handle monocle containers in komorebi widget7907dfeb79feat(bar): add optional data refresh intervals to config96a9cb320efeat(bar): add flag to list system fonts42b7a13693feat(bar): add activity to network widgetac38f52407feat(bar): to_pretty_bytes on network activity6803ffd741feat(bar): configurable network activity fill char len 7d7a5d758d99808cd2b81da2b3ddbb11c52aa92f ci(github): add bar to wix and goreleaser configs da307e36fc1faf84ecca3f91811fdd15f70ef2ff feat(bar): expand theme sources c580ff7899889309dfa849ad4fb05b80b6af8d9b feat(bar): add accent config for themes bc4dabda4a941c0c9764fae2c8d11abbfdc0a9f5 feat(bar): add accents to widget emojis a574837529dd6c5add73edf394c1c9c2e6cc6315 feat(bar): add to hard-coded float identifiers ff41b552613f911e56b1790e68389525ee7e603c chore(deps): bump base16-egui-themes
This commit is contained in:
1
.github/workflows/windows.yaml
vendored
1
.github/workflows/windows.yaml
vendored
@@ -95,6 +95,7 @@ jobs:
|
||||
target/${{ matrix.target }}/release/komorebi.exe
|
||||
target/${{ matrix.target }}/release/komorebic.exe
|
||||
target/${{ matrix.target }}/release/komorebic-no-console.exe
|
||||
target/${{ matrix.target }}/release/komorebi-bar.exe
|
||||
target/${{ matrix.target }}/release/komorebi-gui.exe
|
||||
target/${{ matrix.target }}/release/komorebi.pdb
|
||||
target/${{ matrix.target }}/release/komorebic.pdb
|
||||
|
||||
Reference in New Issue
Block a user